/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*

*	You may remove all comments for faster loading	*/		



	var NoOffFirstLineMenus=19;			// Number of first level items

              var LowBgColor='#990000';			// Background color when mouse is not over

	var LowSubBgColor='#990000';		// Background color when mouse is not over on subs

	var HighBgColor='#990000';			// Background color when mouse is over

	var HighSubBgColor='#CA0000';		// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over

	var FontSubLowColor='white';		// Font color subs when mouse is not over

	var FontHighColor='white';			// Font color when mouse is over

	var FontSubHighColor='white';		// Font color subs when mouse is overn mouse is over

	var BorderColor='white';			// Border color

	var BorderSubColor='white';			// Border color for subs

	var BorderWidth=0;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="verdana"			// 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='center';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'

	var ChildOverlap=0;			                // horizontal overlap child/ parent

	var ChildVerticalOverlap=0;			// vertical overlap child/ parent

	var StartTop=130;				// Menu offset x coordinate

	var StartLeft=3;				// Menu offset y coordinate

	var VerCorrect=50;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=2;				// Left padding

	var TopPaddng=4;				// Top padding

	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0

	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0

	var DissapearDelay=100;			// delay before menu folds in

	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='topbar';			// Frame where first level appears

	var SecLineFrame='topbar';			// Frame where sub levels appear

	var DocTargetFrame='center';		// Frame where target documents appear

	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)

	var HideTop=1;				// 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("","","images/left.jpg",0,20,13);

Menu2=new Array("Home","index.htm","images/center.jpg",0,20,44);

Menu3=new Array("","","images/center_cut.jpg",0,20,16);

Menu4=new Array("About Us","aboutus.htm","images/center.jpg",0,20,55);

Menu5=new Array("","","images/center_cut.jpg",0,20,16);

Menu6=new Array("Accolades","accolades.htm","images/center.jpg",0,20,60);

Menu7=new Array("","","images/center_cut.jpg",0,20,16);

Menu8=new Array("Philosophy","philosophy.htm","images/center.jpg",0,20,70);

Menu9=new Array("","","images/center_cut.jpg",0,20,16);

Menu10=new Array("Case Photos","casephotos.htm","images/center.jpg",8,20,85);

    Menu10_1=new Array("Emergency Dental Treatment","case_emergencydental.htm","",0,20,180);

    Menu10_2=new Array("Laminates","case_laminates.htm","",0,20,180);

    Menu10_3=new Array("Bonding","case_bonding.htm","",0,20,180);
	
    Menu10_4=new Array("Bleaching","case_bleaching.htm","",0,20,180);
	
    Menu10_5=new Array("Gum Surgery","case_gumsurgery.htm","",0,20,180);
	
    Menu10_6=new Array("Implants","case_implants.htm","",0,20,180);
	
    Menu10_7=new Array("Tooth Coloured Filling","case_tccf.htm","",0,20,180);
	
    Menu10_8=new Array("Tooth Jewellery","case_toothjewel.htm","",0,20,180);
	
Menu11=new Array("","","images/center_cut.jpg",0,20,16);

Menu12=new Array("Testimonials","testimonials.htm","images/center.jpg",0,20,80);

Menu13=new Array("","","images/center_cut.jpg",0,20,16);

Menu14=new Array("Patient Education","","images/center.jpg",9,20,110);

    Menu14_1=new Array("Dental Implants","dentalimplants.htm","",0,20,140);
	
    Menu14_2=new Array("Cosmetic Dentistry","cosmeticdentistry.htm","",0,20,140);

    Menu14_3=new Array("Dental Emergencies","dentalemergencies.htm","",0,20,140);

    Menu14_4=new Array("Dental Decay ","dentaldecay.htm","",0,20,140);

    Menu14_5=new Array("Root Canal Treatment","rootcanal.htm","",0,20,140);

    Menu14_6=new Array("Gum Disease","gumdisease.htm","",0,20,140);

    Menu14_7=new Array("Replace Missing Teeth","replaceteeth.htm","",0,20,140);

    Menu14_8=new Array("Nursing Mothers","nursingmothers.htm","",0,20,140);
	
    Menu14_9=new Array("Bad Breath","badbreath.htm","",0,20,140);

Menu15=new Array("","","images/center_cut.jpg",0,20,16);

Menu16=new Array("Services","services.htm","images/center.jpg",0,20,55);

Menu17=new Array("","","images/center_cut.jpg",0,20,16);

Menu18=new Array("Contact Us","contactus.htm","images/center.jpg",0,20,70);

Menu19=new Array("","","images/right.jpg",0,20,13);







   













