<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=248; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#6098cf";
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="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#8fbee8";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFBB8F";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6098CF";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menú Rápido"; // <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]=["Mercados"] //create header
ssmItems[1]=["Abarrotes", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=35", ""]
ssmItems[2]=["Aseo General", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=36",""]
ssmItems[3]=["Aseo Personal", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=37", ""]
ssmItems[4]=["Bebés", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=56", ""]
ssmItems[5]=["Dietéticos", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=55", ""]
ssmItems[6]=["Plásticos", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=57", ""]
ssmItems[7]=["Verdura", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=38", ""]

/*ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]*/
ssmItems[8]=["Regalos", "", ""] //create header
ssmItems[9]=["Chocolates", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=62", ""]
ssmItems[10]=["Flores", "", ""] //create header
ssmItems[11]=["Rosas", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=68", ""]
ssmItems[12]=["Audio y Video", "", ""] //create header
ssmItems[13]=["MP3 y IPOD", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=74", ""]
ssmItems[14]=["XBox", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewCat&catId=75", ""]

ssmItems[15]=["Registro de Giros", "", ""] //create header
ssmItems[16]=["Western Union", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewDoc&docId=5", ""]
ssmItems[17]=["MoneyGram", "http://www.mercavivero.com/tiendas/upload/index.php?act=viewDoc&docId=5", ""]
/*ssmItems[11]=["Coding Forums", "http://www.codingforums.com", ""]*/

buildMenu();

//-->