<!--

/*
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="00509F";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="00509F";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="13";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#158AFF";
linkTarget="_top";
linkAlign="center";
barBGColor="00509F";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.biznetwise.com/website", ""]
ssmItems[2]=["Web Design", "http://www.biznetwise.com/website/design.htm",""]
ssmItems[3]=["Prices", "http://www.biznetwise.com/website/prices.htm", ""]
ssmItems[4]=["Specials", "http://www.biznetwise.com/website/special.htm", ""]
ssmItems[5]=["Tips", "http://www.biznetwise.com/website/tips.htm", ""]
ssmItems[6]=["About Us", "http://www.biznetwise.com/website/about.htm", ""]
ssmItems[7]=["Contact", "http://www.biznetwise.com/website/contact.htm", ""]

buildMenu();

//-->