<!--

/*
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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#008080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
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]=["Main Site"] //create header
ssmItems[1]=["Home", "http://www.web-friend.com/", ""]
ssmItems[2]=["Enter", "http://www.web-friend.com/home.html",""]
ssmItems[3]=["Sitemap", "http://www.web-friend.com/sitemap.html", ""]
ssmItems[4]=["Site Info", "http://www.web-friend.com/wf_info.html", "_new"]
// use the double slash to comment out in java script
// ssmItems[5]=["Submit Script", "http://www.web-friend.com/", ""]
// ssmItems[6]=["Link to Us", "http://www.web-friend.com/", ""]

ssmItems[5]=["News", "http://www.web-friend.com/notice.html", "", 1, "no"] //create two column row
ssmItems[6]=["Email", "http://www.web-friend.com/contact.html", "",1]

ssmItems[7]=["Sections", "", ""] //create header
ssmItems[8]=["Help", "http://www.web-friend.com/help/", ""]
ssmItems[9]=["Wallpaper", "http://www.web-friend.com/wp/", ""]
ssmItems[10]=["Services", "http://www.web-friend.com/services/", ""]

buildMenu();

//-->