/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='transparent';			// Background color when mouse is not over
	var LowSubBgColor='#CCCC99';			// Background color when mouse is not over on subs
	var HighBgColor='#CC9900';			// Background color when mouse is over
	var HighSubBgColor='#CC9900';			// Background color when mouse is over on subs
	var FontLowColor='#CC9933';			// Font color when mouse is not over
	var FontSubLowColor='#336600';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate
	var StartLeft=212;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				// span id for relative positioning
	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.gif',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("About","","../images/mbg1.jpg",5,20,160);
	Menu1_1=new Array("Curriculum Vitae","../cv.shtml","",0,20,150);	
	Menu1_2=new Array("Quotes, Reviews","../music/reviews.shtml","",0);
	Menu1_3=new Array("Photo Gallery","../music/photo.shtml","",0);
	Menu1_4=new Array("Calendar","../music/eventC.shtml","",0);
	Menu1_5=new Array("Contact","../contact.shtml","",0);
Menu2=new Array("Music","../music/music.shtml","../images/mbg1.jpg",8,20,150);
	Menu2_1=new Array("Videos","../music/video.shtml","",0,20,150);
	Menu2_2=new Array("Film","","",1,20,150);	
		Menu2_2_1=new Array("Looking Through Trees","../music/LTT.shtml","",0,20,200);	
	Menu2_3=new Array("Books","","",4,20,150);
		Menu2_3_1=new Array("Book of Unstandards","../music/BookofUnstandards2B.shtml","",0,20,200);
		Menu2_3_2=new Array("First Performances","../music/1st.shtml","",0);
		Menu2_3_3=new Array("Children's Songs","../music/construction.shtml","",0);
		Menu2_3_4=new Array("Notations21","http://www.notations21.net/","",0);
	Menu2_4=new Array("Sheet Music","","",5,20,150);
		Menu2_4_1=new Array("Piano Suite","../music/pianosuite2.shtml","",0,20,200);
		Menu2_4_2=new Array("Characters in a Row","../music/construction.shtml","",0);
		Menu2_4_3=new Array("Songs Without Words","../music/construction.shtml","",0);
		Menu2_4_4=new Array("Sonatina #1","../music/construction.shtml","",0);	
		Menu2_4_5=new Array("Sonatina #2","../music/construction.shtml","",0);
	Menu2_5=new Array("Musical Groups","","",3,20,150);
		Menu2_5_1=new Array("Lifetime Visions Orchestra","../music/lvo.shtml","",0,20,200);
		Menu2_5_2=new Array("Dojo Band","../music/dojoband.shtml","",0);
		Menu2_5_3=new Array("Chris Chalfant Trio","../music/trio.shtml","",0);
	Menu2_6=new Array("Festivals","","",1,20,150);
		Menu2_6_1=new Array("Festival of Women Improvisors","../music/FOW.shtml","",0,20,225);
	Menu2_7=new Array("Education","","",5,20,150);
		Menu2_7_1=new Array("Lessons","../music/construction.shtml","",0,20,200);						
		Menu2_7_2=new Array("Workshops","../music/construction.shtml","",0,20,150);
		Menu2_7_3=new Array("Retreats","../music/construction.shtml","",0);
		Menu2_7_4=new Array("Therapeutic Music Training","../music/construction.shtml","",0);
		Menu2_7_5=new Array("Resume","../music/construction.shtml","",0);
	Menu2_8=new Array("Catalog","../music/catalog.shtml","",4,20,150);
		Menu2_8_1=new Array("2000 - 2003","../music/catalog1A.htm","",0,20,150);
		Menu2_8_2=new Array("1996 - 1999","../music/catalog1B.htm","",0);
		Menu2_8_3=new Array("1990 - 1995","../music/catalog1C.htm","",0);
		Menu2_8_4=new Array("1977 - 1989","../music/catalog1D.htm","",0);	
Menu3=new Array("Writing","","../images/mbg1.jpg",7,20,170);
	Menu3_1=new Array("Essays","../music/construction.shtml","",0,20,225);
	Menu3_2=new Array("Poetry","","",3,20,220);
		Menu3_2_1=new Array("Noyes Poems","../writing/noyes.shtml","",0,20,225);
		Menu3_2_2=new Array("Water Glistens","../writing/waterglistens.shtml","",0);
		Menu3_2_3=new Array("Well","../writing/well.shtml","",0);
	Menu3_3=new Array("Buddhism","../buddhism/buddhism.shtml","",4,20,150);
		Menu3_3_1=new Array("Sonic Meditations Retreat","../buddhism/retreat.shtml","",0,20,200);
		Menu3_3_2=new Array("All Sentient Beings Suffer","../buddhism/sentientbeings.shtml","",0);
		Menu3_3_3=new Array("Balance of Opposites","../buddhism/opposites.shtml","",0);
		Menu3_3_4=new Array("Buddhas - Enlightened Ones","../buddhism/enlightenedones.shtml","",0);
	Menu3_4=new Array("Listening Along the Path","../writing/listening.shtml","",6,20,250);
		Menu3_4_1=new Array("Tranquility is Oneness","../writing/tranquility.shtml","",0,20,225);
		Menu3_4_2=new Array("Chaos and Confusion","../writing/chaos.shtml","",0);
		Menu3_4_3=new Array("Time-No Time-Time","../writing/time.shtml","",0);
		Menu3_4_4=new Array("Transition","../writing/transition.shtml","",0);
		Menu3_4_5=new Array("The Bridge Listens Quietly","../writing/bridge.shtml","",0);
		Menu3_4_6=new Array("When a Song Comes to You","../writing/whenasong.shtml","",0);
	Menu3_5=new Array("Children's Stories","","",2);
		Menu3_5_1=new Array("The Fishy and Her Hat","../writing/fishy-and-her-hat.shtml","",0,20,200);
		Menu3_5_2=new Array("The Little Brook","../writing/the-little-brook.shtml","",0);
	Menu3_6=new Array("Journalism","../writing/journalism.shtml","",0);
	Menu3_7=new Array("Other","","",1,20,150);
		Menu3_7_1=new Array("State of Dreams","../writing/stateofdreams.shtml","",0,20,150);
Menu4=new Array("Art","","../images/mbg1.jpg",1,20,145);
	Menu4_1=new Array("Art Gallery","../music/art2.shtml","",0,20,180);
Menu5=new Array("Resources","","../images/mbg1.jpg",3,20,75);
	Menu5_1=new Array("Publications","../music/construction.shtml","",0,20,150);
	Menu5_2=new Array("Books","../music/construction.shtml","",0);
	Menu5_3=new Array("Links","../music/construction.shtml","",0);
