<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="green";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
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]=["<b>Home", "Contents/index.html", ""]

ssmItems[1]=["<b>History", "Contents/history.html",""]  //create header

ssmItems[2]=["<b>Article", "Contents/article.html", ""]  //create header

ssmItems[3]=["<b>Herbal Plants", "Contents/herbal.html", ""]  //create header
ssmItems[4]=["&nbsp; &nbsp;Facts from Aetas", "Contents/vherbal.html", ""]
ssmItems[5]=["&nbsp; &nbsp;Additional Info ", "Contents/herbal.html", ""]
ssmItems[6]=["&nbsp; &nbsp;Tips", "Contents/tips.html", ""]

ssmItems[7]=["<b>Gallery", "Contents/gallery.html", ""]  //create header
ssmItems[8]=["&nbsp; &nbsp; 1st Fun Hike", "Contents/fun hike1.html", ""] 
ssmItems[9]=["&nbsp; &nbsp; Asking Permission", "Contents/ask permission.html", ""]
ssmItems[10]=["&nbsp; &nbsp; 2nd Fun Hike", "Contents/fun hike2.html",""]
ssmItems[11]=["&nbsp; &nbsp; Inside the Jungle", "Contents/jungle.html", ""]
ssmItems[12]=["&nbsp; &nbsp; Inside the Village", "Contents/village.html", ""]
ssmItems[13]=[" &nbsp; &nbsp;It's a Survey Sir!", "Contents/survey.html", ""]


ssmItems[14]=["<b>Members", "Contents/members.html", ""]  //create header
ssmItems[15]=["&nbsp; &nbsp;M.J. Pangomlayen", "Contents/joyce.html", ""]
ssmItems[16]=["&nbsp; &nbsp;V. Espano", "Contents/vergel.html",""]
ssmItems[17]=["&nbsp; &nbsp;R. Laureto", "Contents/rhena.html", ""]
ssmItems[18]=["&nbsp; &nbsp;K.L. Ceres", "Contents/karen.html", ""]
ssmItems[19]=["&nbsp; &nbsp;J.Z. Miranda", "Contents/judith.html", ""]
ssmItems[20]=["<b>Alma Mater</b>", "http://smart.com.ph/smartschools/ocnhs_ssp/", ""]
ssmItems[21]=["<b>Doon Po Sa Amin</b>", "http://smart.com.ph/smartschools/doonposaamin/challenge.html", ""]



buildMenu();

//-->
