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 after the mouse goes off it.
menuBGColor="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="times roman";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="7F35E3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#AC82E6";
linkTarget="top";
linkAlign="center";
barBGColor="#7F35E3";
barFontFamily="Times Roman";
barFontSize="2";
barFontColor="ffffff";
barVAlign="center";
barWidth=10; //no_quotes
barText=" INDIA MENU"; //<IMG>_tag_supported__Put_exact_html_for_an_image_to_show
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] -leave 'link' & 'target' blank for header
ssmItems[0]=["    Navagation    "] //create header
ssmItems[1]=["Main Page", "main.html", "frame1"]
ssmItems[2]=["Potentate", "potentate.html", "frame1"]
ssmItems[3]=["EMERGENCY NUMBERS", "emergency.html", "frame1"]

ssmItems[4]=["Points", "IIS/default.html", "frame1"]

ssmItems[5]=["Circus", "circus.html", "frame1", 1, "no"]  //create two column row
ssmItems[6]=["Membership", "apps.html", "frame1", 1,]
ssmItems[7]=["Divan", "divan.html", "frame1", 1, "no"]  //create two column row
ssmItems[8]=["Clubs", "clubs.html", "frame1", 1]
ssmItems[9]=["Units", "units.html", "frame1",]
ssmItems[10]=["Shrine History", "history.html", "frame1"]
ssmItems[11]=["Hospital FAQ", "faq.html", "frame1"]
ssmItems[12]=["Hospital Info.","hospitals.html", "frame1"]
ssmItems[13]=["Transportation","transport.html", "frame1"]
ssmItems[14]=["External Links", "", ""] //create header
ssmItems[15]=["Links", "links.html", "frame1"]

buildMenu();

//-->
