<!--

/*
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=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITES"; // <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]=["Styles"] //create header
ssmItems[1]=["Style 1", "../01/index.php", "", 1, "no"]
ssmItems[2]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=59&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]

ssmItems[3]=["Style 2", "../02/index.php", "", 1, "no"]
ssmItems[4]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=61&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[5]=["Style 3", "../03/index.php", "", 1, "no"]
ssmItems[6]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=60&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[7]=["Style 4", "../04/index.php", "", 1, "no"]
ssmItems[8]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=62&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[9]=["Style 5", "../05/index.php", "", 1, "no"]
ssmItems[10]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=63&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[11]=["Style 6", "../06/index.php", "", 1, "no"]
ssmItems[12]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=64&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[13]=["Style 7", "../01/index.php", "", 1, "no"]
ssmItems[14]=["Order", "#", "",1]
ssmItems[15]=["Style 8", "../08/index.php", "", 1, "no"]
ssmItems[16]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=66&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[17]=["Style 9", "../09/index.php", "", 1, "no"]
ssmItems[18]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=67&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[19]=["Style 10", "../10/index.php", "", 1, "no"]
ssmItems[20]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=68&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[21]=["Style 11", "../11/index.php", "", 1, "no"]
ssmItems[22]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=69&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[23]=["Style 12", "../12/index.php", "", 1, "no"]
ssmItems[24]=["Order", "http://shop.allnetworksolution.com/index.php?page=shop.product_details&product_id=69&flypage=flypage-ask.tpl&pop=0&option=com_virtuemart&Itemid=1&lang=en", "",1]
ssmItems[25]=["To the homepage", "http://shop.allnetworksolution.com", ""]



buildMenu();

//-->