// (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="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";

	var PopMenuShadow="";
	
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	
	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(7,20,0,"CCCCCC","","white","","","duchess",0,0,20,0,1,0,"center",0,0,400,0,"posone",0,"left","top",BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0,3,0,0);
	PopMenu1_1=new Array("Home","index.htm","",0,40,150,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("About Us","about_us.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Services","services.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Photo Gallery","photo_gallery.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("References","references.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("Awards","awards.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array("Contact Us","contact_us.htm","",0,40,0,"","","","","","",-1,-1,-1,"","");
