<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=10; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#5386AD";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana, Arial";
hdrFontSize="1";
hdrFontColor="#FFFFFF";
hdrBGColor="#263C6D";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="50";
linkFontFamily="Verdana, arial";
linkFontSize="1";
linkBGColor="#5386AD";
linkOverBGColor="#336699";
linkTarget="_top";
linkAlign="center";
barBGColor="#336699";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText='MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("Main", "", "", "1");
addItem("[Home ]", "index.html", "", "1");
addItem("[Introduction]", "yes.htm", "", "1");
addItem("[Profile]", "profile.htm", "", "1");
addItem("[Photo Gallery]", "pictures.htm", "", "1");
addItem("[Our Beloved Teachers]", "teacher.htm", "", "1");
addItem("[Millenium Quotes]", "mille.htm", "", "1");
addItem("[Flashback]", "flashback.htm", "", "1");
addItem("[Official Launching]", "sign.htm", "", "1");
addItem("[F.a.q]", "faq.htm", "", "1");
addItem("[Download Filez]", "romeo.htm", "", "1");
addItem("[Favourite Links]", "links.htm", "", "1");
addItem("[Questbook]", "guestbook.htm", "", "1");
addItem("[Credits]", "credit.htm", "", "1");

addHdr("The Triad", "", "", "1");
addItem("[The Commitee]", "ppg.htm", "", "1");
addItem("[Upcoming Events]", "coming.htm", "", "1");
addItem("[Activities (2002)]", "activity.htm", "", "1");
addItem("[Vote in the latest poll]", "poll.htm", "", "1");

addHdr("Long Juan Feng", "", "", "1");
addItem("[Who Am I]", "long.htm", "", "1");
addItem("[Future Plan]", "future.htm", "", "1");
addItem("[TicTacToe]", "ttt.html", "", "1");
addItem("[Survivor Game]", "sur.htm", "", "1");


buildMenu();

//-->