// (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 PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	//var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="";
	//var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	12,			// number of main items
	0,			// Left position
	0,			// Top position
	"#FFFFFF",			// Normal font color
	"#CC3333",		// Normal back color
	"#FFFF00",			// High font color
	"#FF0000",			// High back color
	"#000000",			// Border color
	"Arial,Helvetica",	// Fontfamily
	1,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	0,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.10,			// Horizontal overlap
	.75,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"MenuBar",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"images/tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"images/tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"images/trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	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"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

//	PopMenu1_1=new Array(
//		"Home",	// ElementText
//		"",		// ElementLink
//		"",		// ElementBgImage
//		1,		// ElementNoOfSubElements
//		21,		// ElementHeight
//		80,		// ElementWidth
//		"red",		// ElementBgColor
//		"yellow",		// ElementBgHighColor
//		"yellow",		// ElementFontColor
//		"red",		// ElementFontHighColor
//		"black",		// ElementBorderColor
//		"",		// ElementFontFamily
//		-1,		// ElementFontSize in pixel
//		-1,		// ElementBold
//		-1,		// ElementItalic
//		"left",		// ElementTextAlign
//		"");		// ElementStatusText

	PopMenu1_1=new Array(" Home","default.asp","",0,22,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array(" Dance Courses","","",5,21,149,"","","","","","",-1,-1,-1,"","");		
		//PopMenu1_2_2=new Array(" Cha-Cha, Rumba, Swing & Jive  (Level 1) – Basics & Beyond<br> (Monday – West Van)","dancelessons.asp?code=10","",0,35,0,"","","","","","",12,-1,-1,"","");		
		PopMenu1_2_1=new Array(" Ladies Styling ~ Dance with Style & Attitude!<br> Monday   Beginner  //  Advanced Beginner & Beyond","dancelessons.asp?code=13","",0,35,410,"","","","","","",12,-1,-1,"","");		
		PopMenu1_2_2=new Array(" SALSA ~ BALLROOM ~ LATIN ~ SWING<br> Tuesday  Beginner  //  Advanced Beginner & Beyond","dancelessons.asp?code=1","",0,35,0,"","","","","","",12,-1,-1,"","");		
		PopMenu1_2_3=new Array(" SALSA ~ BALLROOM ~ LATIN ~ SWING<br> Wednesday  Beginner  //  Advanced Beginner & Beyond","dancelessons.asp?code=2","",0,35,0,"","","","","","",12,-1,-1,"","");
		PopMenu1_2_4=new Array(" ARGENTINE TANGO ~ SALSA ~ BALLROOM ~ LATIN ~ SWING<br> Thursday  Beginner  //  Advanced Beginner & Intermediate","dancelessons.asp?code=5","",0,35,0,"","","","","","",12,-1,-1,"","");		
		PopMenu1_2_5=new Array(" SALSA ~ BALLROOM ~ LATIN ~ SWING<br> Friday  Beginner  //  Advanced Beginner & Beyond","dancelessons.asp?code=3","",0,35,410,"","","","","","",12,-1,-1,"","");		
		//PopMenu1_2_6=new Array(" Salsa, Argentine Tango (Level 2 & 3) - Advanced Beginner / Intermediate<br> (Thursday)","dancelessons.asp?code=5","",0,35,410,"","","","","","",12,-1,-1,"","");		
		//PopMenu1_2_7=new Array(" Social Dances - Rumba, Salsa, Argentine Tango, Retro-Swing, Hustle,  Night Club 2-Step - Beginner Level & Low-Intermediate<br> (Friday)","dancelessons.asp?code=1","",0,50,0,"","","","","","",12,-1,-1,"","");		
		//PopMenu1_2_8=new Array(" Youth Zone – Salsa ~ Swing & Latin<br> (Monday, Friday)","dancelessons.asp?code=7","",0,35,0,"","","","","","",-1,-1,-1,"","");
		//PopMenu1_2_9=new Array(" Summer 2009","dancelessons.asp?code=12","",0,35,0,"","","","","","",-1,-1,-1,"","");		

	//PopMenu1_3=new Array(" Summer 2009","dancelessons.asp?code=12","",0,21,149,"","","","","","",-1,-1,-1,"","");
//	PopMenu1_3=new Array(" Summer 2010  Specials","","",2,40,149,"","","","","","",-1,-1,-1,"","");		
		//PopMenu1_2_2=new Array(" Cha-Cha, Rumba, Swing & Jive  (Level 1) – Basics & Beyond<br> (Monday – West Van)","dancelessons.asp?code=10","",0,35,0,"","","","","","",12,-1,-1,"","");		
//		PopMenu1_3_1=new Array(" SUMMER SPECIALS – Salsa, Rueda, Modern Tango<br> (Wednesday, Thursday)","dancelessons.asp?code=14","",0,35,410,"","","","","","",12,-1,-1,"","");		
//		PopMenu1_3_2=new Array(" Ladies Styling – Dance with Style & Attitude!<br> (Monday – DRC, Thursday – JBCC)","dancelessons.asp?code=15","",0,35,0,"","","","","","",12,-1,-1,"","");		
	

	PopMenu1_3=new Array(" Dance for Fun &  Practice","practicedance.asp","",0,40,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array(" Dance Parties","danceparties.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");	
	PopMenu1_5=new Array(" Printed Schedules","pick-a-sked.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");
		//PopMenu1_4_1=new Array(" Pick-up a Schedule","pick-a-sked.asp","",0,20,149,"","","","","","",-1,-1,-1,"","");	
	PopMenu1_6=new Array(" Online Registration","registration.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_7=new Array(" Private Lessons","privatelessons.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array(" Terms and Policies","registrationpolicy.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_9=new Array(" Photo Gallery","photogallery.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");			
	PopMenu1_10=new Array(" About Us","about.asp","",1,21,149,"","","","","","",-1,-1,-1,"","");		
		PopMenu1_10_1=new Array(" Testimonials","testimonials.asp","",0,20,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_11=new Array(" Contact","contact.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");
	PopMenu1_12=new Array(" Links","links.asp","",0,21,149,"","","","","","",-1,-1,-1,"","");			
	