<!--

/*
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/us/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]=["CATEGORIES"] //create header
ssmItems[1]=["Love", "http://www.biwis.com/us/index.php?cat=Love&lang=", ""]
ssmItems[2]=["Friendship", "http://biwis.com/us/index.php?cat=Friendship&lang=",""]
ssmItems[3]=["Holidays", "http://www.biwis.com/us/index.php?cat=Holiday&lang=", ""]
ssmItems[4]=["Like you", "http://biwis.com/us/index.php?cat=I_Like_You_&lang=", "_new"]
ssmItems[5]=["Birthday", "http://biwis.com/us/index.php?cat=Birthday_&lang=", ""]
ssmItems[6]=["Congratulations", "http://biwis.com/us/index.php?cat=Congratulations_&lang=", ""]
ssmItems[7]=["Hello", "http://biwis.com/us/index.php?cat=Just_say_hi&lang=", ""]
ssmItems[8]=["Sorry", "http://biwis.com/us/index.php?cat=Sorry_&lang=", ""]
ssmItems[9]=["I miss you", "http://www.biwis.com/us/index.php?cat=I_Miss_You_&lang=", ""]
ssmItems[10]=["Thank you", "http://biwis.com/us/index.php?cat=Thank_you_&lang=", ""]

ssmItems[11]=["FAVORITES", "", ""] //create header
ssmItems[12]=["New Biwis", "http://biwis.com/us/index.php?lang=&step=newcard", ""]
ssmItems[13]=["More sent", "http://biwis.com/us/index.php?step=top_rate&lang=", ""]

ssmItems[14]=["Help", "http://biwis.com/us/upcardme.php?step=help&lang=", "", 1, "no"] //create two column row
ssmItems[15]=["Write us", "http://biwis.com/us/index.php?step=feedback&lang=", "",1]


buildMenu();

//-->
