var NoOffFirstLineMenus=9 // Number of first level items var LowBgColor='BBDDFF'; // Background color when mouse is not over var LowSubBgColor='BBDDFF'; // Background color when mouse is not over on subs var HighBgColor='FFFFFF'; // Background color when mouse is over var HighSubBgColor='FFFFFF'; // Background color when mouse is over on subs var FontLowColor='black'; // Font color when mouse is not over var FontSubLowColor='black'; // Font color subs when mouse is not over var FontHighColor='black'; // Font color when mouse is over var FontSubHighColor='black'; // Font color subs when mouse is over var BorderColor='002142'; // Border color var BorderSubColor='002142'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="arial,comic sans ms,technical" // Font family menu items var FontSize=8; // 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' or 'bottom' var ChildOverlap=.2; // horizontal overlap child/ parent var ChildVerticalOverlap=.2; // vertical overlap child/ parent var StartTop=200; // Menu offset x coordinate var StartLeft=1; // 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=2; // Top padding var FirstLineHorizontal=0; // First level items layout horizontal 1 or 0 var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=1000; // 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=''; // DIV id for relative positioning (refer to config.htm for info) 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 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("News","1.html","",3,20,150); Menu1_1=new Array("News summary","1.html","",0,20,190); Menu1_2=new Array("Smaller corneal flaps","newsinfo200403.html","",0); Menu1_3=new Array("Reading glasses","3.html","",0); Menu2=new Array("General information","8.html","",8); Menu2_1=new Array("General information","8.html","",2,20,170); Menu2_1_1=new Array("Vision improving treatments","9.html","",0,20,150); Menu2_1_2=new Array("Refraction","10.html","",0); Menu2_2=new Array("General information of the eye","8.html","",5); Menu2_2_1=new Array("General aspects of the eye","12.html","",0,20,160); Menu2_2_2=new Array("Farsightedness","13.html","",0); Menu2_2_3=new Array("Shortsightedness","14.html","",0); Menu2_2_4=new Array("Presbyopia - reading problems","16.html","",0); Menu2_2_5=new Array("Eye and Vision","17.html","",0); Menu2_3=new Array("Explanation of terms","18.html","",0,20,150); Menu2_4=new Array("Remaining information","8.html","",2); Menu2_4_1=new Array("Glasses and contact lenses","19.html","",0,20,150); Menu2_4_2=new Array("Refractive procedures","22.html","",0); Menu2_5=new Array("Procedure Agreement","25.html","",0,20,150); Menu2_6=new Array("Financial aspects","26.html","",0,20,150); Menu2_7=new Array("Guarantee","27.html","",0,20,150); Menu2_8=new Array("Conclusion","28.html","",0,20,150); Menu3=new Array("Specialisation","29a.html","",3); Menu3_1=new Array("What we do","29.html","",5,20,170); Menu3_1_1=new Array("Laser","30.html","",0,20,160); Menu3_1_2=new Array("Lasik","32.html","",0); Menu3_1_3=new Array("Lasek","34.html","",0); Menu3_1_4=new Array("Intraocular lenses","36.html","",0); Menu3_1_5=new Array("Intra Corneal Rings (ICR)","45.html","",0); Menu3_2=new Array("What we don't do","40.html","",5); Menu3_2_1=new Array("Radiaire Keratotomy","41.html","",0,20,170); Menu3_2_2=new Array("Lamellaire Keratotomy","42.html","",0); Menu3_2_3=new Array("Epikeratophakie","43.html","",0); Menu3_2_4=new Array("Thermic Laser Keratectomy","44.html","",0); Menu3_2_5=new Array("Non-surgical Treatments","46.html","",0); Menu3_3=new Array("Results","31.html","",0,20,150); Menu4=new Array("Questions?","21.html","",2); Menu4_1=new Array("Questions and answers","21.html","",0,20,170); Menu4_2=new Array("Summary of complications","20.html","",0); Menu5=new Array("Contact Us","48.html","",3); Menu5_1=new Array("Location in Amstelveen","49.html","",0,20,150); Menu5_2=new Array("Telephone","52.html","",0); Menu5_3=new Array("E-mail","53.html","",0); Menu6=new Array("Your Specialist","47.html","",0,20,150); Menu7=new Array("Websites","24.html","",0,20,150); Menu8=new Array("Dutch Website","http://www.oogkliniek.info/","",0,20,150); Menu9=new Array("Sitemap","51.html","",0,20,150);