/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#92DBFE';			// Background color when mouse is not over
	var LowSubBgColor='#67B1D6';			// Background color when mouse is not over on subs
	var HighBgColor='#92DBFE';			// Background color when mouse is over
	var HighSubBgColor='#67B1D6';			// Background color when mouse is over on subs
	var FontLowColor='#002077';			// Font color when mouse is not over
	var FontSubLowColor='#002077';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#FF9146';			// Border color
	var BorderSubColor='#FF9146';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("Home","index.html","",0,20,55);

Menu2=new Array("Who We Are","#","",10,20,90); 
	Menu2_1=new Array("College Crest","WhoWeAre/Crest.html","",0,20,150);
	Menu2_2=new Array("Brief History of the College","WhoWeAre/history.html","",0,32,150);
	Menu2_3=new Array("Chairmanship and Presidency","WhoWeAre/PresidentMessage/ChairmanshipPresidency.html","",0,32,160);
	Menu2_4=new Array("College Council","WhoWeAre/CollegeCouncil.html","",0,20,150); 
	Menu2_5=new Array("College Awards and Named Lectureships","WhoWeAre/CollegeAward_NamedLectureships.html","",0,32,150);
	Menu2_6=new Array("Fundraising","WhoWeAre/fundraising.html","",0,20,150);
	Menu2_7=new Array("President Message","#","",3,20,120);
		Menu2_7_1=new Array("Message from College President 2006-2007","WhoWeAre/PresidentMessage/PresidentMsg.html","",0,32,160);
		Menu2_7_2=new Array("Message from College President 2007-2009","WhoWeAre/PresidentMessage/President2007-2009Msg.html","",0,32,160);
		Menu2_7_3=new Array("Message from College President 2009-2011","WhoWeAre/PresidentMessage/President2009-2011Msg.html","",0,32,160);
	Menu2_8=new Array("College Newsletter","WhoWeAre/newsletter.html","",0,20,150);
	Menu2_9=new Array("Forms","WhoWeAre/Forms.html","",0,20,150);
	Menu2_10=new Array("College Contact","WhoWeAre/Contact.html","",0,20,150);

Menu3=new Array("Specialty Chapters","SpecialtyChapters/Chapters.html","",0,20,130);
	//Menu3_1=new Array("Cardiothoracic Surgery","SpecialtyChapters/CardiothoracicSurgery/CardiothoracicSurgery.html","",0,20,150);
	//Menu3_2=new Array("General Surgery","SpecialtyChapters/GeneralSurgery/GeneralSurgery.html","",0,20,150);
	//Menu3_3=new Array("Hand Surgery","SpecialtyChapters/HandSurgery/HandSurgery.html","",0,20,150);
	//Menu3_4=new Array("Neurosurgery","SpecialtyChapters/Neurosurgery/Neurosurgery.html","",0,20,150);
	//Menu3_5=new Array("Otorhinolaryngology","SpecialtyChapters/Otorhinolaryngology/Otorhinolaryngology.html","",0,20,150);
	//Menu3_6=new Array("Orthopaedic Surgery","SpecialtyChapters/OrthopaedicSurgery/OrthopaedicSurgery.html","",0,20,150);
	//Menu3_7=new Array("Paediatric Surgery","SpecialtyChapters/PaediatricSurgery/PaediatricSurgery.html","",0,20,150);
	//Menu3_8=new Array("Plastic Surgery","SpecialtyChapters/PlasticSurgery/PlasticSurgery.html","",0,20,150);
	//Menu3_9=new Array("Urology","SpecialtyChapters/Urology/Urology.html","",0,20,150);
	//Menu2_5_6=new Array("Ophthalmology","WhoWeAre/Ophthalmology/Ophthalmology.html","",0,20,150);

Menu4=new Array("CME Activities","CME/CME/CME.html","",0,20,110);
	Menu4_1=new Array("Cardiothoracic Surgery","CME/CardiothoracicSurgery/CardiothoracicSurgeryCME.html","",0,20,160);
	Menu4_2=new Array("General Surgery","CME/GeneralSurgery/GeneralSurgeryCME.html","",0,20,100);
	Menu4_3=new Array("Hand Surgery","CME/HandSurgery/HandSurgeryCME.html","",0,20,100);
	Menu4_4=new Array("Neurosurgery","CME/Neurosurgery/NeurosurgeryCME.html","",0,20,100);
	Menu4_5=new Array("Otorhinolaryngology","CME/Otorhinolaryngology/OtorhinolaryngologyCME.html","",0,20,100);
	Menu4_6=new Array("Ophthalmology","CME/Ophthalmology/OphthalmologyCME.html","",0,20,100);
	Menu4_7=new Array("Orthopaedic Surgery","CME/OrthopaedicSurgery/OrthopaedicSurgeryCME.html","",0,20,100);
	Menu4_8=new Array("Paediatric Surgery","CME/PaediatricSurgery/PaediatricSurgeryCME.html","",0,20,100);
	Menu4_9=new Array("Plastic Surgery","CME/PlasticSurgery/PlasticSurgeryCME.html","",0,20,100);
	Menu4_10=new Array("Urology","CME/Urology/UrologyCME.html","",0,20,100);

Menu5=new Array("Other Medical Events","OtherMedicalEvents/otherMedicalEvents.html","",0,20,140);

Menu6=new Array("Photo Gallery","PhotoGallery/PhotoGallery.html","",0,20,95);

Menu7=new Array("College Souvenirs","CollegeSouvenirs/CollegeSouvenirs.html","",0,20,125);

Menu8=new Array("Join Us as a Fellow","#","",3,20,140);
	Menu8_1=new Array("Privileges & Benefits","javascript:onClick=window.open('http://www.ams.edu.sg/benefits.asp')","",0,20,200);
	Menu8_2=new Array("Entry Criteria & Admission Information","javascript:onClick=window.open('http://www.ams.edu.sg/types.asp')","",0,20,100);
	Menu8_3=new Array("Membership Application Form","javascript:onClick=window.open('http://www.ams.edu.sg/join.asp ')","",0,20,100);

//Menu9=new Array("eForum Discussion","eForumDiscussion/eForum.html","",0,20,120);

Menu9=new Array("Useful Links","UsefulLinks/UsefulLinks.html","",0,20,120);