<!--

YOffset=225; // no quotes!!
XOffset=190;
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="#4C8DB5";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=14; // no quotes!!
barText="HOSPITALS & PROGRAM"; // <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]=["PROGRAMS "] //create header
ssmItems[1]=["Internship/Volunteering", "index.php?page=intern", "_parent"] //create two column row
ssmItems[2]=["Medical Tour", "index.php?page=tour", "_parent"]
ssmItems[3]=["HOSPITALS "] //create header
ssmItems[4]=["Kanti Children Hospital", "index.php?page=kch", "_parent"] //create two column row
ssmItems[5]=["Kathmandu Medical College", "index.php?page=kmc", "_parent"] //create two column row
ssmItems[6]=["Patan Hospital","index.php?page=pmh", "_parent"]
ssmItems[7]=["VOLUNTEER ARRIVAL SCHEDULE FOR MI ", "", ""]
//ssmItems[14]=["Masumi Ichihara, 8th June 05", ".", "_parent"] 
//ssmItems[15]=["Barclay Stewart, 14th June 05", ".", "_parent"] 
//ssmItems[16]=["Erik Lindseth and Christina Ketchum, August 05", ".", "_parent"] 
buildMenu();

//-->
