<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset=20; // no quotes!!
XOffset=5;
staticYOffset=30; // no quotes!!
slideSpeed=8 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#FF9933";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="7";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#FF9933";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="left";
barWidth=18; // no quotes!!
barText=" Side 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]=["Main Menu"] //create header
ssmItems[1]=["Visit the new LIVE web cam gallery", "http://www.easyfreewebcam.com/readthisplease.html", "_top"]
ssmItems[2]=["Download EasyFreeWebCam now", "http://www.msagentsoftware.com/downloads/freecam.exe","_top"]
ssmItems[3]=["Download other great software", "http://www.uk-software.com", "_top"]
ssmItems[4]=["View ADULT web cams (needs age verification!)", "http://www.easyfreewebcam.com/warning.html", "_blank"]
ssmItems[5]=["Get a domain name for your free web space", "http://www.easyfreewebcam.com/getawebaddress.html", "_top"]
ssmItems[6]=["Purchase / Register", "", "_top"]
ssmItems[7]=["Purchase an AD FREE version of EasyFreeWebCam", "http://www.msagentsoftware.com/purchase/purchase1.htm", "_top"]
ssmItems[8]=["Looking For Love?", "http://www.iFindMyAngel.com", "_top"]
buildMenu();

//-->