<!--

/*
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=40; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="3";
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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.world2015.org", ""]
ssmItems[2]=["About Us", "aboutus.php",""]
ssmItems[3]=["Registration", "regform.php", ""]
ssmItems[4]=["Print My Card", "printmyform.php", ""]
ssmItems[5]=["Feed Back", "feedback.php", ""]
ssmItems[6]=["Contact Us", "contact.php", ""]
//ssmItems[6]=["Link to Us", "http://www.dynamicdrive.com/link.htm", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[7]=["Gallery", "", ""]
//ssmItems[8]=["Gallery", "files/menifesto.pdf", "_new"]

ssmItems[8]=["NEWS", "news.php", ""] //create two column row
ssmItems[9]=["Movie Script", "movie.php", ""]

ssmItems[10]=["Trust", "", ""] //create header
ssmItems[11]=["Service", "services.php", ""]
//ssmItems[12]=["Accounts", "accounts.php", ""]
//ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->