<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=85; // 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=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
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="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NSM Calendar 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]=["Contents"] //create header
ssmItems[1]=["The 14th NSM Theme", "/nsm/14thnsm/program/nsm_about.asp", ""]
ssmItems[2]=["Proclamation No. 647", "/nsm/14thnsm/program/nsm_proc.asp",""]
ssmItems[3]=["Messages", "/nsm/14thnsm/program/message_default.asp", ""]
ssmItems[4]=["NSM in Retrospect", "/nsm/14thnsm/program/nsm_retro.asp", ""]
ssmItems[5]=["Highlights of the 13th NSM", "/nsm/14thnsm/program/nsm_13th_highlights.asp", ""]
ssmItems[6]=["Regions & Provinces", "/nsm/14thnsm/program/nsm_regionsprov.asp", ""]
ssmItems[7]=["Regional Calendar", "/nsm/14thnsm/program/regional/default.asp", ""]
ssmItems[8]=["Maps of Region ", "/nsm/14thnsm/program/maps/default.asp", ""]
ssmItems[9]=["The Philippine Tourism<br>&nbsp;Satellite Accounts ", "/nsm/14thnsm/program/nsm_ptsa_main.asp", ""]
ssmItems[10]=["The Philippine Statistical<br>&nbsp;System", "/nsm/14thnsm/program/nsm_pss.asp", ""]
ssmItems[11]=["Annexes", "/nsm/14thnsm/program/nsm_annex.asp", ""]
ssmItems[12]=["Acknowledgment", "/nsm/14thnsm/program/nsm_acknowledgment.asp", ""]

buildMenu();

//-->
