<!--

/*
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="#008080";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#008080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#00C0C0";
linkTarget="_top";
linkAlign="center";
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]=["Navigation"] //create header
ssmItems[1]=["Top", "#TOP", ""]
ssmItems[2]=["-B-", "#B", "", 1, "no"] //create two column row
ssmItems[3]=["-C-", "#C", "", 1]
ssmItems[4]=["-D-", "#D", "", 1, "no"] //create two column row
ssmItems[5]=["-E-", "#E", "",1]
ssmItems[6]=["F-G", "#FG", "", 1, "no"] //create two column row
ssmItems[7]=["-H-", "#H", "",1]
ssmItems[8]=["-I-", "#I", "", 1, "no"] //create two column row
ssmItems[9]=["J-K", "#JK", "",1]
ssmItems[10]=["-L-", "#L", "", 1, "no"] //create two column row
ssmItems[11]=["-M-", "#M", "", 1]
ssmItems[12]=["-N-", "#N", "", 1, "no"] //create two column row
ssmItems[13]=["-O-", "#O", "",1]
ssmItems[14]=["-P-", "#P", "", 1, "no"] //create two column row
ssmItems[15]=["Q-R", "#QR", "",1]
ssmItems[16]=["-S-", "#S", "", 1, "no"] //create two column row
ssmItems[17]=["-T-", "#T", "",1]
ssmItems[18]=["U-V", "#UV", "", 1, "no"] //create two column row
ssmItems[19]=["W-Z", "#WZ", "",1]
ssmItems[20]=["BOTTOM", "#BOTTOM", ""]
// 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[10]=["News", "http://www.web-friend.com/notice.html", "", 1, "no"] //create two column row
// ssmItems[11]=["Email", "http://www.web-friend.com/contact.html", "",1]

// ssmItems[12]=["Sections", "", ""] //create header
// ssmItems[13]=["Help", "http://www.web-friend.com/help/", ""]
// ssmItems[14]=["Wallpaper", "http://www.web-friend.com/wp/", ""]
// ssmItems[15]=["Services", "http://www.web-friend.com/services/", ""]

buildMenu();

//-->