	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='C6B5D6';			// Background color when mouse is not over
	var LowSubBgColor='E3E3E3';			// Background color when mouse is not over on subs
	var HighBgColor='D6CEEF';			// Background color when mouse is over
	var HighSubBgColor='E3E3E3';			// Background color when mouse is over on subs
	var FontLowColor='24057C';			// Font color when mouse is not over
	var FontSubLowColor='24057C';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='C6B5D6';			// Border color
	var BorderSubColor='B7D3FF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// 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=0;				// Menu offset x coordinate
	var StartLeft=20;				// 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='satmenu';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var SitePath = ""; // path to site root folder
	var Arrws=[SitePath + 'tri.gif',5,10,SitePath + 'tridown.gif',10,5,SitePath + '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","http://www.gm-music.co.uk/index.htm","",0,26,170);

Menu2=new Array("Contact Us","http://www.gm-music.co.uk/contact.php","",0,26,172);

Menu3=new Array("New Songs","javascript:;","",11,26,172);
	Menu3_1=new Array("Never Enough","http://www.gm-music.co.uk/never_enough.htm","",0,20,170);
	Menu3_2=new Array("Not Anymore","http://www.gm-music.co.uk/not_anymore.htm","",0)
	Menu3_3=new Array("Once in a Lifetime","http://www.gm-music.co.uk/once_inalifetime.htm","",0);
	Menu3_4=new Array("Extraordinary","http://www.gm-music.co.uk/extraordinary.htm","",0,20,125);
	Menu3_5=new Array("Coming Home","http://www.gm-music.co.uk/cominghome.htm","",0)
	Menu3_6=new Array("Games that Lovers Play","http://www.gm-music.co.uk/gamesthatloversplay.htm","",0);
	Menu3_7=new Array("Wishing","http://www.gm-music.co.uk/wishing.htm","",0,20,125);
	Menu3_8=new Array("The One","http://www.gm-music.co.uk/theone.htm","",0)
	Menu3_9=new Array("Thats the way it is","http://www.gm-music.co.uk/thats_theway_itis.htm","",0);
	Menu3_10=new Array("Make it Up","http://www.gm-music.co.uk/makeitup.htm","",0,20,125);
	Menu3_11=new Array("Heart of A Woman","http://www.gm-music.co.uk/heartofa_woman.htm","",0)
	
Menu4=new Array("New Artistes","javascript:;","",5,26,172);
	Menu4_1=new Array("Euphoria","http://www.gm-music.co.uk/u4ia.htm","",0,20,170);
	Menu4_2=new Array("Chloe Goffin","http://www.gm-music.co.uk/chloe.htm","",0)
	Menu4_3=new Array("Karen Kenny","http://www.gm-music.co.uk/karen.htm","",0);
	Menu4_4=new Array("Michelle Montouri","http://www.gm-music.co.uk/michelle.htm","",0);
	Menu4_5=new Array("Artist","http://www.gm-music.co.uk/artist.htm","",0);

Menu5=new Array("GM Music","javascript:;","",4,20,172);
	Menu5_1=new Array("About us","http://www.gm-music.co.uk/aboutus.htm","",0,20,170);
	Menu5_2=new Array("Songwriting","http://www.gm-music.co.uk/songwriting.htm","",0);
	Menu5_3=new Array("Production","http://www.gm-music.co.uk/production.htm","",0);
	Menu5_4=new Array("Services","http://www.gm-music.co.uk/services.htm","",0);

Menu6=new Array("Reviews","http://www.gm-music.co.uk/reviews.htm","",0,26,120);

