// (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="100";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";


	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(4,40,-10,"1B345F","CBB895","CBB895","1B345F","black","verdana",1,0,13,1,1,0,"left",.0,1,400,0,"posone",0,"left","top",BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,2,6,0);
	PopMenu1_1=new Array("Home","index.htm","",0,20,65,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("Profile","profile.html","",4,0,70,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_1=new Array("Our Team","profile.html#Our_Team","",0,20,145,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Contact Us","profile.html#Contact_Us","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_3=new Array("Upcoming Events","index.htm#Upcoming_Events","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_4=new Array("Projects","profile.html#Projects","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Services","services.html","",2,0,85,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_1=new Array("Texas Accessibility","javascript:NewWin=window.open('http://www.accessatelier.com/Docs/TAS_Compliance.pdf','NWin');window['NewWin'].focus()","",0,20,155,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Additional Services","services.html","",0,20,0,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Resources","resources.html","",5,0,100,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_1=new Array("Forms","forms.html","",0,20,125,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_2=new Array("Fee Schedule","javascript:NewWin=window.open('http://www.accessatelier.com/Docs/TASFee2009.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_3=new Array("Newsletter","newsletters.html","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_4=new Array("Presentations","presentations.html","",2,20,0,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_4_1=new Array("Avoiding Common Accessibility Errors","javascript:NewWin=window.open('http://www.accessatelier.com/Docs/AD10082_IIDA_Avoiding_Common.pdf','NWin');window['NewWin'].focus()","",0,20,300,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_4_2=new Array("Understanding the New ADA Guidelines","javascript:NewWin=window.open('http://www.accessatelier.com/Docs/AD10081_Looking_Into_ADAABA.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_5=new Array("Helpful Links","links.html","",0,20,0,"","","","","","",-1,-1,-1,"","");


	