// (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(5,-1,-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,57,"","","","","","",-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","",0,0,75,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Atelier News","news.html","",0,20,104,"","","","","","",-1,-1,-1,"","");
	PopMenu1_5=new Array("Resources","resources.html","",6,0,100,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_1=new Array("Forms","forms.html","",0,20,170,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_2=new Array("Fee Schedule","javascript:NewWin=window.open('http://www.accessatelier.com/pc/Docs/TASFeeSchedule10121AD.pdf','NWin');window['NewWin'].focus()","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_3=new Array("Helpful Access Guides","tas.html","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_4=new Array("Presentations","presentations.html","",1,20,0,"","","","","","",-1,-1,-1,"","");
			PopMenu1_5_4_1=new Array("Accessibility the Next Generation","javascript:NewWin=window.open('http://www.accessatelier.com/pc/Docs/Accessibility-the-Next-Generation.pdf','NWin');window['NewWin'].focus()","",0,20,240,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_5=new Array("Helpful Links","links.html","",0,20,0,"","","","","","",-1,-1,-1,"","");
		PopMenu1_5_6=new Array("Guide Dogs","guide-dogs.html","",0,20,0,"","","","","","",-1,-1,-1,"","");


	
