<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFD461"; //lines menu border y enmedio
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#669BF7"; //titulos menu
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FAE68A"; //fondo opciones
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#87C1FF"; //barra
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG src=http://www.biwis.com/mx/layout/plugin/menubar/menuboton.gif border=0>"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["CATEGORIAS"] //create header
ssmItems[1]=["Amor", "http://biwis.com/mx/index.php?cat=Amor&lang=", ""]
ssmItems[2]=["Amistad", "http://biwis.com/mx/index.php?cat=Amistad&lang=",""]
ssmItems[3]=["Buenos deseos", "http://biwis.com/mx/index.php?cat=Buenos_deseos&lang=", ""]
ssmItems[4]=["Coqueteo", "http://biwis.com/mx/index.php?cat=Coqueteo&lang=", "_new"]
ssmItems[5]=["Cumpleaños", "http://biwis.com/mx/index.php?cat=Happy_Birthday&lang=", ""]
ssmItems[6]=["Felicidades", "http://biwis.com/mx/index.php?cat=Felicidades__&lang=", ""]
ssmItems[7]=["Hola", "http://biwis.com/mx/index.php?cat=Hola&lang=", ""]
ssmItems[8]=["Perdoname", "http://biwis.com/mx/index.php?cat=Perdoname&lang=", ""]
ssmItems[9]=["Te extraño", "http://biwis.com/mx/index.php?page=2&cat=Te_hecho_de_menos_&lang=", ""]
ssmItems[10]=["Gracias", "http://biwis.com/mx/index.php?cat=Gracias&lang=", ""]

ssmItems[11]=["FAVORITOS", "", ""] //create header
ssmItems[12]=["Nuevos Biwis", "http://biwis.com/mx/index.php?lang=&step=newcard", ""]
ssmItems[13]=["Mas enviados", "http://biwis.com/mx/index.php?step=top_rate&lang=", ""]

ssmItems[14]=["Ayuda", "http://biwis.com/mx/upcardme.php?step=help&lang=", "", 1, "no"] //create two column row
ssmItems[15]=["Escribenos", "http://biwis.com/mx/index.php?step=feedback&lang=", "",1]


buildMenu();

//-->
