// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="http://www.drtommieglenn.com/";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";

	var PopMenuShadow="";
	
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

PopMenu1=new Array(8,0,0,"black","C0C0C0","white","666666","","arial",1,0,14,0,1,0,"left",0,1,400,0,"posone",0,"left","top",BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0,7,10,0);
	PopMenu1_1=new Array("Home","index.htm","",0,30,200,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("New Patient Info / Forms","new_patient.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("About Dr. Glenn","about.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Cosmetic Dentistry","cosmetic_dentistry.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("F.A.Q.'s","faqs.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Dental Emergencies","emergencies.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array("Financing Options","financing.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array("Contact Us / Map","contact_us.htm","",0,30,0,"","","","","","",-1,-1,-1,"","");
