/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#F5F5F5';			// Background color when mouse is over
	var HighSubBgColor='#F5F5F5';			// Background color when mouse is over on subs
	var FontLowColor='#191970';			// Font color when mouse is not over
	var FontSubLowColor='#306091';			// Font color subs when mouse is not over
	var FontHighColor='#b22222';			// Font color when mouse is over
	var FontSubHighColor='#B22222';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#013162';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, verdana, tahoma"	// Font family menu items
	var FontSize=8.5;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=84;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.jpg',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","",0,20,125);

Menu2=new Array("Articles","features.html","",8,20,80);
		Menu2_1=new Array("The 2nd Time Around","everson1.html","",0,20,130);
		Menu2_2=new Array("Teaching With Freshness","everson2.html","",0,20,130);
		Menu2_3=new Array("analysis articles","","",2,20,120);	
			Menu2_3_1=new Array("Mozart Sonata","analysis_1.html","",0,20,150);
			Menu2_3_2=new Array("Mozart Sonata (Form)","form1.html","");
		Menu2_4=new Array("hymn arranging","hymnarr_1.html","",0,20,150);
		Menu2_5=new Array("technique","","",2,20,150);
			Menu2_5_1=new Array("some basics","technique.html","",0,20,150);
			Menu2_5_2=new Array("playing chords","technique_chords.html","");
		Menu2_6=new Array("classical education","classical_1.html","",0,20,150);
		Menu2_7=new Array("great pianists quiz","pianists.html","",0,20,150);
		Menu2_8=new Array("famous teachers","","",3,20,150);
			Menu2_8_1=new Array("part one","famous_a.html","",0,20,150);
			Menu2_8_2=new Array("part two","famous_b.html","",0,20,150);
			Menu2_8_3=new Array("part three","famous_c.html","",0,20,150);

Menu3=new Array("Repertoire","favorites_index1.html","",7,20,160);
		Menu3_1=new Array("main index","favorites_index1.html","",0,20,100);
		Menu3_2=new Array("CD Sheet Music","cd_sheets.html","",0,20,100);		
		Menu3_3=new Array("elementary","","",10,20,100);
			Menu3_3_1=new Array("beginner-early","e_earlymth_bk.html","","",20,120);
			Menu3_3_2=new Array("beginner-standard","e_standardmth_bk.html","");
			Menu3_3_3=new Array("beginner-adult","e_adultmth_bk.html","");
			Menu3_3_4=new Array("duets","e_duet.html","",0);
			Menu3_3_5=new Array("fun","e_supplem3.html","",0);
			Menu3_3_6=new Array("reading/repertoire","e_supplem1.html","",0);
			Menu3_3_7=new Array("sacred","e_sacred.html","",0,20,120);
			Menu3_3_8=new Array("seasonal","e_supplem4.html","",0);
			Menu3_3_9=new Array("technique","e_supplem2.html","",0);
			Menu3_3_10=new Array("theory","e_theory.html","",0,20,120);
		Menu3_4=new Array("favorites index","favorites.html","",0,20,100);
		Menu3_5=new Array("intermediate","","",11,20,100);
			Menu3_5_1=new Array("baroque","int_baroque.html","",0,20,120);
			Menu3_5_2=new Array("classical","int_classical.html","",0);
			Menu3_5_3=new Array("romantic","int_romantic.html","");
			Menu3_5_4=new Array("impressionist","int_impressionist.html","");
			Menu3_5_5=new Array("contemporary","int_contemporary.html","");
			Menu3_5_6=new Array("collections","int_collection1.html","");
			Menu3_5_7=new Array("Kjos Repertoire","int_coll_Kjos.html","");
			Menu3_5_8=new Array("Masterwork Classics","int_masterwork.html","");
			Menu3_5_9=new Array("duets","int_duets.html","");
			Menu3_5_10=new Array("sacred","int_sacred.html","");
			Menu3_5_11=new Array("theory","int_theory.html","");
		Menu3_6=new Array("sacred piano","pianomusic.html","",2,20,100);
			Menu3_6_1=new Array("solos","pianomusic.html","",0,20,100);
			Menu3_6_2=new Array("duets/digital","pianomusic_b.html","",0,20,100);
		Menu3_7=new Array("software","software.html","",0,20,100);

Menu4=new Array("Reviews","reviews.html","",3,20,130);
	Menu4_1=new Array("Books","book_reviews.html","",5,20,130);
		Menu4_1_1=new Array("Notes from the Pianist's Bench","review_berman.html","",0,20,180);
		Menu4_1_2=new Array("Well-Tempered Keyboard Teacher","review_1.html","",0,20,180);
		Menu4_1_3=new Array("Mapping Music","review_2.html","");
		Menu4_1_4=new Array("You've Got Rhythm","review_3.html","");
		Menu4_1_5=new Array("Practical Piano Pedagogy","review_4.html","");
	Menu4_2=new Array("New Piano Music","music_reviews.html","",6,20,180);
		Menu4_2_1=new Array("Hal Leonard Spring 2004","new_hl_s2k4.html","",0,20,180);		
Menu4_2_2=new Array("Hal Leonard Christmas 2003","new_hl_f2k3_christmas.html","",0,20,180);
		Menu4_2_3=new Array("Hal Leonard Spring 2003","new_hl_s2k3.html","");
		Menu4_2_4=new Array("Hal Leonard Winter 2002","new_hl.html","");
		Menu4_2_5=new Array("Alfred Winter 2002","new_alfred.html","");
		Menu4_2_6=new Array("FJH Winter 2002","new_fjh.html","");
	Menu4_3=new Array("Websites","web_reviews.html","",1,20,130);
		Menu4_3_1=new Array("Tonality Guide","web1.html","",0,20,130);


Menu5=new Array("Free Music","downloads.html","",8,20,80);
	Menu5_1=new Array("piano","teach_rep.html","",0,20,120);
	Menu5_2=new Array("sacred piano","pianomusic_b.html#scorch","");
	Menu5_3=new Array("choral","choral_rep.html","");
	Menu5_4=new Array("band","band_rep.html","");
	Menu5_5=new Array("Christmas","christmas_music.html","");
	Menu5_6=new Array("piano ensembles","ensembles1.html","");
	Menu5_7=new Array("worksheets","study.html","");
	Menu5_8=new Array("workshops","workshops.html","");

Menu6=new Array("Links","links.html","",9,20,80);
	Menu6_1=new Array("piano/pedagogy","piano_links.html","",5,20,120);
		Menu6_1_1=new Array("pedagogy","piano_links.html","",0,20,130);
		Menu6_1_2=new Array("sacred piano","pianomusic.html","",3,20,120);
			Menu6_1_2_1=new Array("Solos","pianomusic.html","","",20,100);
			Menu6_1_2_2=new Array("Duets","pianomusic_b.html#duets","");
			Menu6_1_2_3=new Array("Scorch","pianomusic_b.html#scorch","","",20,120);
		Menu6_1_3=new Array("independent studios","studio_links.html","",0,20,140);
		Menu6_1_4=new Array("technique","technique_links.html","");
		Menu6_1_5=new Array("organizations","org_links.html","");
	Menu6_2=new Array("classical music sites","classical_links.html","");
	Menu6_3=new Array("music theory","theory_links.html","");
	Menu6_4=new Array("music technology","technology_links.html","");
	Menu6_5=new Array("music history","history_links.html","");
	Menu6_6=new Array("publishers","pub_links.html","");
	Menu6_7=new Array("choral","choral_links.html","");
	Menu6_8=new Array("band","band_links.html","");
	Menu6_9=new Array("games","game_links.html","");

Menu7=new Array("Bookstore","bookstore.html","",9,20,80);
	Menu7_1=new Array("piano books","bookpiano1.html","",0,20,140);
	Menu7_2=new Array("MTNA list","book_mtna.html","");
	Menu7_3=new Array("theory books","booktheory.html","");
	Menu7_4=new Array("music history books","bookhistory.html","");
	Menu7_5=new Array("ideas & criticism","bookideas.html","");
	Menu7_6=new Array("reference books","bookreference.html","");
	Menu7_7=new Array("videos","bookvideo.html","");
	Menu7_8=new Array("DVD's","bookdvd.html","");
	Menu7_9=new Array("software","booksoftware.html","");

Menu8=new Array("Little Techie","zzsounds_tech_page.html","",0,20,80);

Menu9=new Array("Early Music","academy.html","",5,20,135);
		Menu9_1=new Array("ancient music","ancient_outline.html","",0,20,140);
		Menu9_2=new Array("early Christian era","christian_outline.html","");
		Menu9_3=new Array("medieval music","medieval_outline.html","");
		Menu9_4=new Array("renaissance music","renaissance_outline.html","");
		Menu9_5=new Array("baroque music","baroque_outline.html","");

Menu10=new Array("Forum","cgi-bin/yabb2/YaBB.pl","",0,20,80);

Menu11=new Array("About","about.html","",3,20,80);
	Menu11_1=new Array("about","about.html","",0,20,80);
	Menu11_2=new Array("site map","map.html","");
	Menu11_3=new Array("contact","contact.html","");

Menu12=new Array("Games","games.html","",0,20,80);

