<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#990033";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="darkblue";
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]=["<B>English pages</b>", "", ""] //create header
ssmItems[1]=["Home","http://www.heratonline.com/english.html",""]
ssmItems[2]=["News","http://www.heratonline.com/english.html",""]
ssmItems[3]=["Guest Book", "http://www.heratonline.com/Guestbook.html", ""]
ssmItems[4]=["Forum", "http://www.heratonline.com/AspForum/index.asp", "_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();

//-->