/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#000000';			// Background color when mouse is not over on subs
	var HighBgColor='A9AEB1';			// Background color when mouse is over
	var HighSubBgColor='A9AEB1';			// Background color when mouse is over on subs
	var FontLowColor='A9AEB1';			// Font color when mouse is not over
	var FontSubLowColor='A9AEB1';			// Font color subs when mouse is not over
	var FontHighColor='000000';			// Font color when mouse is over
	var FontSubHighColor='000000';			// Font color subs when mouse is over
	var BorderColor='A9AEB1';				// Border color
	var BorderSubColor='A9AEB1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=-0.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=145;				// Menu offset x coordinate
	var StartLeft=0;				// 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("home","home.htm","",0,15,90);

	Menu2=new Array("info","","",4);
	Menu2_1=new Array("biography","bio.htm","",0,15,90);	
	Menu2_2=new Array("gear","gear.htm","",1);	
	Menu2_2_1=new Array("for sale","gear_for_sale.htm","",0,15,90);
	Menu2_3=new Array("design","design.htm","",0,15,90);
	Menu2_4=new Array("em stuff","","",2);
	Menu2_4_1=new Array("resources","em_resources.htm","",0,15,90);
	Menu2_4_2=new Array("wallpaper","em_wallpaper.htm","",0,15,90);
	
	Menu3=new Array("media","","",7);
	Menu3_1=new Array("music","music.htm","",0,15,90);
	Menu3_2=new Array("images","images.htm","",0,15,90);	
	Menu3_3=new Array("merchandise","merchandise.htm","",0,15,90);
	Menu3_4=new Array("radio AIS","ais.htm","",0,15,90);
	Menu3_5=new Array("recordings","","",9);
	Menu3_5_1=new Array("random fluctuations","random.htm","",0,15,190);	
	Menu3_5_2=new Array("reality excursion sequences","reality.htm","",0,15,190);	
	Menu3_5_3=new Array("time clouds distant memory","timeclouds.htm","",0,15,190);	
	Menu3_5_4=new Array("time zero","time_zero.htm","",0,15,190);
	Menu3_5_5=new Array("zeta reticuli","zeta_reticuli.htm","",0,15,190);
	Menu3_5_6=new Array("heliosphere","heliosphere.htm","",0,15,190);
	Menu3_5_7=new Array("historic edition","","",6);
	Menu3_5_7_1=new Array("vol 1: firestorm","he_vol_01.htm","",0,15,190);
	Menu3_5_7_2=new Array("vol 2: rose of england","he_vol_02.htm","",0,15,190);
	Menu3_5_7_3=new Array("vol 3: arboretum dreaming","he_vol_03.htm","",0,15,190);
	Menu3_5_7_4=new Array("vol 4: rehearsals & expts 1","he_vol_04.htm","",0,15,190);
	Menu3_5_7_5=new Array("vol 5: live 2008 part one","he_vol_05.htm","",0,15,190);
	Menu3_5_7_6=new Array("vol 6: live 2008 part two","he_vol_06.htm","",0,15,190);
	Menu3_5_8=new Array("demon star","demon_star.htm","",0,15,190);
	Menu3_5_9=new Array("elektron flux","elektron_flux.htm","",0,15,190);
	Menu3_6=new Array("video","video.htm","",0,15,90);
	Menu3_7=new Array("experiments","experiments.htm","",0,15,90);
	
	Menu4=new Array("news","","",2);	
	Menu4_1=new Array("updates","updates.htm","",0,15,90);
	Menu4_2=new Array("gigs","gigs.htm","",0,15,90);

	Menu5=new Array("links","","",5);
	Menu5_1=new Array("art","art_links.htm","",0,15,90);
	Menu5_2=new Array("bands","","",2);
	Menu5_2_1=new Array("electronic","band_links_em.htm","",0,15,90);
	Menu5_2_2=new Array("rock","band_links_rock.htm","",0);
	Menu5_3=new Array("gear","gear_links.htm","",0);
	Menu5_4=new Array("music","music_links.htm","",0);
	Menu5_5=new Array("other","other_links.htm","",0);

	Menu6=new Array("contact","","",7);
	Menu6_1=new Array("blog","http://modulator_esp.blogspot.com/","",0,15,90);
	Menu6_2=new Array("email","mailto:jez@modulator-esp.co.uk","",0,15,90);
	Menu6_3=new Array("facebook","http://www.facebook.com/profile.php?id=1266488213","",0,15,90);
	Menu6_4=new Array("forum","http://modulatoresp.proboards84.com/","",0,15,90);
	Menu6_5=new Array("guestbook","guestbook.htm","",0,15,90);
	Menu6_6=new Array("myspace","http://www.myspace.com/modulatoresp","",0,15,90);
	Menu6_7=new Array("virb","http://www.virb.com/modulator_esp","",0,15,90);
	

