/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#6cf';			// Background color when mouse is not over
	var LowSubBgColor='#6cf';			// Background color when mouse is not over on subs
	var HighBgColor='#ccc';			// Background color when mouse is over
	var HighSubBgColor='#ccc';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#720202';			// Font color when mouse is over
	var FontSubHighColor='#720202';			// Font color subs when mouse is over
	var BorderColor='#000011';			// Border color
	var BorderSubColor='#000011';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var StartTop=25;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=4;				// 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='leftFrame';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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=1;			// 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=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/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,30,65);
Menu2=new Array("Film & TV Scores","/music_to_picture.php","",0,0,120);
Menu3=new Array("Production Music","/production_music.php","",0,0,120);
Menu4=new Array("Musician","","",3,0,75);	
	Menu4_1=new Array("The Drummer","/drummer.php","",0,20,120);
	Menu4_2=new Array("The Shadows","/shadows.php","",0,20,120);	
	Menu4_3=new Array("The Composer","/composer.php","",0,20,120);	
Menu5=new Array("Biography","/biography.php","",0,0,75);
Menu6=new Array("Studio","/studio.php","",0,0,65);
Menu7=new Array("News","","",2,0,60);
	Menu7_1=new Array("Current News","/news.php","",0,20,120);
	Menu7_2=new Array("News Archives","","",2,20,120);
		Menu7_2_1=new Array("Back on the Road","","",3,20,135);
			Menu7_2_1_1=new Array("Back on the Road Intro","/news_archive.php","",0,20,140);
			Menu7_2_1_2=new Array("Back on the Road 2004","/botr_2004/botr_04_index.php","",0,20,140);	
			Menu7_2_1_3=new Array("Back on the Road 2005","/botr_2005/botr_05_1.php","",0,20,140);
		Menu7_2_2=new Array("Sept to Nov 2006","/news/news09~11-06.php","",0,20,120);
Menu8=new Array("Press","/in_production.php","",3,0,65);
	Menu8_1=new Array("Rhythm Magazine","/art_rhythm.php","",0,20,120);
	Menu8_2=new Array("Living Britain","/art_liv_brit.php","",0,20,120);
	Menu8_3=new Array("British Drum Icon","http://www.mikedolbear.co.uk/story.asp?StoryID=1449","",0,20,120);	
Menu9=new Array("Contact Us","","",2,0,80);
	Menu9_1=new Array("Contacts","/contacts.php","",0,20,120);
	Menu9_2=new Array("Buy Soundtracks","/soundtracks.php","",0);