	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='#F3F3F3';		// Background color when mouse is not over on subs
	var HighBgColor='#333333';			// Background color when mouse is over
	var HighSubBgColor='#666600';		// Background color when mouse is over on subs
	var FontLowColor='#333333';			// Font color when mouse is not over
	var FontSubLowColor='#000000';		// Font color subs when mouse is not over
	var FontHighColor='666666';			// Font color when mouse is over
	var FontSubHighColor='ffffff';		// Font color subs when mouse is over
	var BorderColor='';			            // Border color
	var BorderSubColor='#333333';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular"	// Font family menu items
	var FontSize=7;						// Font size menu items
	var FontBold=0;						// 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=3;					// Left padding
	var TopPaddng=0;					// 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=700;			  	// 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=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['iamges/trance.gif',1,1,'iamges/trance.gif',1,1,'iamges/trance.gif',1,1];	// 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("rollover:images/about.gif:images/about1.gif","aboutus.html","",6,21,60);
	Menu1_1=new Array(":: Online Health Tools","aboutus.html#online","",0,16,120)
	Menu1_2=new Array(":: Internet Project","aboutus.html#internet","",0,16,120)
	Menu1_3=new Array(":: Purpose","aboutus.html#purpose","",0,16,120)
	Menu1_4=new Array(":: About YPO","aboutus.html#ypo","",0,16,120)
	Menu1_5=new Array(":: Link to Us","aboutus.html#links","",0,16,120)
	Menu1_6=new Array(":: Contact Us","contact.html","",0,16,120)

Menu2=new Array("rollover:images/health.gif:images/health1.gif","health-tools.html","",5,18,108)
	Menu2_1=new Array(":: Personal Health File","health-presonal.html","",0,16,150)
	Menu2_2=new Array(":: Health Tools","health-tools.html","",0,16,150)
	Menu2_3=new Array(":: Health Insurance","health-insurance.html","",0,16,150)
	Menu2_4=new Array(":: Health News and Info","health-news.html","",0,16,150)
	Menu2_5=new Array(":: Health Risk Assessment","health-risk.html","",0,16,150)

Menu3=new Array("rollover:images/movies.gif:images/movies1.gif","webmovie.html","",6,18,75)
	Menu3_1=new Array(":: Lung Conditions","lung-con.html","",0,16,120)
	Menu3_2=new Array(":: Orthopaedics","orthopaedics.html","",0,16,120)
	Menu3_3=new Array(":: Anatomy","anatomy.html","",0,16,120)
	Menu3_4=new Array(":: Heart Conditions","heart.html","",0,16,120)
	Menu3_5=new Array(":: Gastroenterology","gastroenterology.html","",0,16,120)
	Menu3_6=new Array(":: Plastic Surgery","plassurgery.html","",0,16,120)

Menu4=new Array("rollover:images/cal.gif:images/cal1.gif","health-fit.html","",4,18,70)
	Menu4_1=new Array(":: Health & fitness","health-fit.html","",0,18,150)
	Menu4_2=new Array(":: Diet & Nutrition","diet.html","",0,18,150)
	Menu4_3=new Array(":: Pregnancy & Child Care","pregnancy.html","",0,18,150)
	Menu4_4=new Array(":: Health Risk Calculator","health-risk.html","",0,18,150)
	
Menu5=new Array("rollover:images/quize.gif:images/quize1.gif","quizze.html","",5,18,90)
	Menu5_1=new Array(":: Diabetes","quizze.html","",0,18,100)
	Menu5_2=new Array(":: Osteoporosis","quizze.html","",0,18,100)
	Menu5_3=new Array(":: Arthritis","quizze.html","",0,18,100)
	Menu5_4=new Array(":: Asthma","quizze.html","",0,18,100)
	Menu5_5=new Array(":: Others","quizze.html","",0,18,100)

Menu6=new Array("rollover:images/links.gif:images/links1.gif","helthlinks.html","",0,18,75)
	Menu6_1=new Array("Health links","","",0,18,90)

Menu7=new Array("rollover:images/research.gif:images/research1.gif","medical-re.html","",5,18,105)
	Menu7_1=new Array(":: Clinical trials","medical-re.html#Trial","",0,18,100)
	Menu7_2=new Array(":: Publications","public.html","",0,18,100)
	Menu7_3=new Array(":: News","news.html","",0,18,100)
	Menu7_4=new Array(":: Current Projects","projects.html","",0,18,100)
	Menu7_5=new Array(":: Press Releases","press.html","",0,18,100)
	
Menu8=new Array("rollover:images/community.gif:images/community1.gif","community.html","",5,18,73)
	Menu8_1=new Array(":: Ask The Doctor","c_f_askdr.asp","",0,18,120)
	Menu8_2=new Array(":: Find a Physician","find.asp","",0,18,120)
	Menu8_3=new Array(":: Discussion Forum","discussions.asp","",0,18,120)
	Menu8_4=new Array(":: Chat Room","chat.asp","",0,18,120)
	Menu8_5=new Array(":: Patient Stories","pntstory.asp","",0,18,120)
	

Menu9=new Array("rollover:images/media.gif:images/media1.gif","media.html","",0,18,43)
	Menu9_1=new Array("Media","","",0,18,65)
	
Menu10=new Array("rollover:images/contact.gif:images/contact1.gif","c_f_contact.asp","",0,18,70)
	Menu10_1=new Array("Contact","","",0,18,65)	