	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#284587';			// Background color when mouse is not over
	var LowSubBgColor='#EEEEEE';		// Background color when mouse is not over on subs
	var HighBgColor='#333333';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';		// 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='000000';			// Font color when mouse is over
	var FontSubHighColor='000000';		// Font color subs when mouse is over
	var BorderColor='#284587';			// 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=['images/trance.gif',1,1,'images/trance.gif',1,1,'images/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/aboutus.gif:images/aboutus1.gif","aboutus.html","",5,25,66);
Menu1_1=new Array("Internet Project","aboutus.html#internet","",0,16,130)
Menu1_2=new Array("Purpose","aboutus.html#purpose","",0,16,130)
Menu1_3=new Array("About YPO","aboutus.html#online","",0,16,130)
Menu1_4=new Array("Link to us","aboutus.html#link","",0,16,130)
Menu1_5=new Array("Our contact","aboutus.html#contact","",0,16,130)


Menu2=new Array("rollover:images/lung.gif:images/lung1.gif","lung.html","",9,25,109)
Menu2_1=new Array("Asthma","lung.html","",0,16,130)

Menu2_2=new Array("Allergies","lung_allergy.html","",0,16,130)

Menu2_3=new Array("Bronchiectasis","lung_bron.html","",0,16,130)

Menu2_4=new Array("COPD","lung_copd.html","",0,16,130)

Menu2_5=new Array("Cystic Fibrosis","lung_bron.html#cystic","",0,16,130)
Menu2_6=new Array("Interstitial lung disease","lung_bron.html#ILD","",0,16,130)
Menu2_7=new Array("Respiratory infections >>","lung_ri.html","",2,16,130)
Menu2_7_1=new Array("URTI","lung_ri.html","",0,16,130)
Menu2_7_2=new Array("LRTI","lung_ri.html#lower","",0,16,130)

Menu2_8=new Array("Sleep Disorders","sleep.html","",0,16,130)
Menu2_9=new Array("Lung cancer","lung_cancer.html","",0,16,130)


Menu3=new Array("rollover:images/smoking.gif:images/smoking1.gif","smoking.html","",4,25,69)
Menu3_1=new Array("Tobacco","smoking.html#tobacco","",0,16,130)
Menu3_2=new Array("Nicotine","smoking.html#nicotine","",0,16,130)
Menu3_3=new Array("Risks","smoking.html#risks","",0,16,130)

Menu3_4=new Array("Smoking & >>","smoking_&.html","",5,16,130)
Menu3_4_1=new Array("Child health","smoking_&.html#child","",0,16,130)
Menu3_4_2=new Array("Pregnancy","smoking_&.html#preg","",0,16,130)
Menu3_4_3=new Array("Brain","smoking_&.html#brain","",0,16,130)
Menu3_4_4=new Array("Lungs","smoking_&.html#lungs","",0,16,130)
Menu3_4_5=new Array("Heart","smoking_&.html#heart","",0,16,130)

Menu4=new Array("rollover:images/diagnostics.gif:images/diagnostics1.gif","diagnostics.html","",7,25,84)
Menu4_1=new Array("Bronchoscopy","diagnostics.html#bron","",0,16,130)
Menu4_2=new Array("X-Ray","diagnostics.html#ray","",0,16,130)
Menu4_3=new Array("Blood tests","diagnostics.html#test","",0,16,130)
Menu4_4=new Array("Spiral CT","diagnostics.html#ct","",0,16,130)
Menu4_5=new Array("Lung Scans","diagnostics_lscan.html","",0,16,130)
Menu4_6=new Array("Biopsy","diagnostics_biopsy.html","",0,16,130)
Menu4_7=new Array("Pulmonary Function<br>Tests","diagnostics_pft.html","",0,25,130)

Menu5=new Array("rollover:images/treatments.gif:images/treatments1.gif","treat_medication.html","",8,25,85)
Menu5_1=new Array("Medications","treat_medication.html","",0,16,130)
Menu5_2=new Array("Oxygen therapy","oxygen.html","",0,16,130)
Menu5_3=new Array("Lung transplantation","treat_ltransplant.html","",0,16,130)
Menu5_4=new Array("Quit Smoking","treat_quitsmok.html","",0,16,130)
Menu5_5=new Array("Rehabilitation","treat_rh.html","",0,16,130)
Menu5_6=new Array("Chemotherapy","treat_chemo.html","",0,16,130)
Menu5_7=new Array("Radiotherapy","radio.html","",0,16,130)
Menu5_8=new Array("Surgery","surgery.html","",0,16,130)


Menu6=new Array("rollover:images/mresearch.gif:images/mresearch1.gif","mresearch.html","",5,25,117)
Menu6_1=new Array("Clinical Trials","mresearch.html#clinical","",0,16,130)
Menu6_2=new Array("Publications","mr_publication.html","",0,16,130)
Menu6_3=new Array("News","mr_news.html","",0,16,130)
Menu6_4=new Array("Projects","mr_projects.html","",0,16,130)
Menu6_5=new Array("Press releases","mr_prealeses.html","",0,16,130)


Menu7=new Array("rollover:images/community.gif:images/community1.gif","community.html","",4,25,84)
Menu7_1=new Array("Ask the doctor","community.html","",0,16,130)
Menu7_2=new Array("Find a physician","community_find.html","",0,16,130)
Menu7_3=new Array("Discussion forum","community_form.html","",0,16,130)
Menu7_4=new Array("Chat room","community_chat.html","",0,16,130)

Menu8=new Array("rollover:images/mprofessionals.gif:images/mprofessionals1.gif","mr_prof.html","",2,25,138)
Menu8_1=new Array("Member’s login","mr_prof.html","",0,16,130)
Menu8_2=new Array("Member’s benefits","mr_benefits.html","",0,16,130)
