<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=60; // 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="no"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial black";
hdrFontSize="3";
hdrFontColor="#b0c40b";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial black";
linkFontSize="3";
linkBGColor="#b1b3a4";
linkOverBGColor="#900000";
linkTarget="_top";
linkAlign="center";
barBGColor="#b1b3a4";
barFontFamily="Arial black";
barFontSize="3";
barFontColor="#900000";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Main 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]=["Menu"] //create header
ssmItems[0]=["Home", "focus.htm", "main"]
ssmItems[1]=["Welcome", "content/welcome.html", "main"]
ssmItems[2]=["Diary", "asp/diaryExt.asp", "main"]
// ssmItems[3]=["News", "content/news_list.asp", "main"]
ssmItems[3]=["Lectures", "content/lectures.html", "main"]
ssmItems[4]=["History", "content/history.html", "main"]
ssmItems[5]=["Charity", "content/charity.html", "main"]
ssmItems[6]=["Links", "content/linksout.html", "main"]
ssmItems[7]=["E-mail", "asp/email2.asp?who=Web Master&email=WebMaster", "main"]
ssmItems[8]=["Members", "/mem/index.asp", ""]

//ssmItems[12]=["Members", "", ""] //Previously a heading kept as an example



buildMenu();

//-->