<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=190; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#1CABD7";
linkTarget="";
linkAlign="Left";
barBGColor="#DADDE9";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E N U"; // <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.yourfreeworld.com/script/default.php", ""]
ssmItems[2]=["Script Store", "http://www.yourfreeworld.com/script/scripts.php",""]
ssmItems[3]=["Popular Scripts", "http://www.yourfreeworld.com/script/popular.php", ""]
ssmItems[4]=["PHP Scripts", "http://www.yourfreeworld.com/script/phpscripts.php", ""]
ssmItems[5]=["ASP Scripts", "http://www.yourfreeworld.com/script/apscripts.php", ""]
ssmItems[6]=["CGI Scripts", "http://www.yourfreeworld.com/script/cgiscripts.php", ""]
ssmItems[7]=["Templates", "http://www.yourfreeworld.com/script/templates.php", ""]
ssmItems[8]=["Content Writing", "http://www.yourfreeworld.com/script/copywriting.php", ""]
ssmItems[9]=["Affiliates", "http://www.yourfreeworld.com/script/affiliate.php", ""]
ssmItems[10]=["Contact Us", "http://www.yourfreeworld.com/script/contactus.php", ""]
ssmItems[11]=["Web Hosting", "http://www.yourfreeworld.com/script/webhosting.php", ""]
ssmItems[12]=["Domain Registration", "http://yourfreeworld.supersite.myorderbox.com", "_new"]
ssmItems[13]=["Custom Scripts", "http://www.yourfreeworld.com/script/customprogram.php", ""]
ssmItems[14]=["Calendar Store", "http://www.yourfreeworld.com/script/calendarstore.php", ""]
ssmItems[15]=["Advertise", "http://www.yourfreeworld.com/script/advertise.php", ""]

buildMenu();

//-->

