/***********************************************************************************
*	(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	          *		
***********************************************************************************/

/** I STRONGLY ADVISE YOU TO CAREFULLY READ THE FILE, "config.htm" so you will understand
   HOW THE VARIABLES AND MENU TREE WORK. 

 When you start making your menu, start with 1-2 menu items with no subs. 
 Then, GRADUALLY, expand the mene one link at a time and verify that all links work.*/

/* CHANGE THESE 26 VARIABLES IF NECESSARY. CHANGE ONE AT A TIME THEN TEST TO
     THE EFFECT */
		 
	var NoOffFirstLineMenus=9;			// Number of first level menu items
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var StartTop=135;				// Menu offset from top left (0,0), x coordinate
	var StartLeft=0;				// Menu offset from top left (0,0), y coordinate
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var LowBgColor='black';			// Background color when mouse is not over
	var HighBgColor='red';			// Background color when mouse is over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='yellow';			// Font color when mouse is not over
	var FontSubLowColor='red';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#ffffcc';			// Border color
	var BorderSubColor='ffffcc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,comic sans ms"	// 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='center';			// Item text position 'center', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'center', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;				// Top padding

/* THE ABOVE VARIABLES ARE THE CRITICAL ONES TO BE CHANGED IF NECESSARY */

/* Change these variable ONLY AFTER you have made changes to the above variables
     and you menu works. Normally, you can leave these variable as they are below. */

	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	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='_blank';			// 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=0;				// 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
// Read the below to understand how to make the main menu, sub-menus, and sub-sub-menus.
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height of link, width of link);\
// Each variable, e.g. number of sub elements, height of link, must have a value or be ""
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Brian Eno","","",7,20,75);
	Menu1_1=new Array("Albums","","",4,20,150);
		Menu1_1_1=new Array("Overview","eno_albums.html","",0,20,250);
		Menu1_1_2=new Array("Solo Albums","eno.html","",0);
		Menu1_1_3=new Array("Primary Collaborations","eno_prim_collab.html","",0);
		Menu1_1_4=new Array("Productions & Secondary Collaborations","eno_prod_sec_collab.html","",0);
	Menu1_2=new Array("Biography","eno_bio.html","",0);
	Menu1_3=new Array("Books","eno_books.html","",0);
	Menu1_4=new Array("Installations","eno_installations.html","",0);
	Menu1_5=new Array("Interviews & Articles","eno_interviews.html","",0);
	Menu1_6=new Array("Lyrics","","",13);
		Menu1_6_1=new Array("Overview","eno_lyrics.html","",0,20,280);
		Menu1_6_2=new Array("Singles, Rarities & Odds-&-Ends","eno_songs.html","",0);
		Menu1_6_3=new Array("Here Come The Warm Jets","eno_warm-jets.html","",0);
		Menu1_6_4=new Array("Taking Tiger Mountain (By Strategy)","eno_tiger-mountain.html","",0);
		Menu1_6_5=new Array("Another Green World","eno_green-world.html","",0);
		Menu1_6_6=new Array("Before And After Science","eno_science.html","",0);
		Menu1_6_7=new Array("After The Heat","eno_after-the-heat.html","",0);
		Menu1_6_8=new Array("My Life In The Bush Of Ghosts","eno_bush-of-ghosts.html","",0);
		Menu1_6_9=new Array("Wrong Way Up","eno_wrong-way-up.html","",0);
		Menu1_6_10=new Array("My Squelchy Life","eno_squelchy-life.html","",0);
		Menu1_6_11=new Array("Nerve Net","eno_nerve-net.html","",0);
		Menu1_6_12=new Array("Another Day On Earth","eno_another-day.html","",0);
		Menu1_6_13=new Array("Everything That Happens Will Happen Today","eno_everything-that-happens.html","",0);
	Menu1_7=new Array("Multimedia","eno_multimedia.html","",0);
	
Menu2=new Array("Forum","javascript:window.open('http://www.hostmybb.com/phpbb/index.php?mforum=brianeno');","",0);


Menu3=new Array("Home","","",7);
	Menu3_1=new Array("Contact","contact.html","",0,20,75);
	Menu3_2=new Array("Disclaimer","disclaimer.html","",0);
	Menu3_3=new Array("Feature","feature_dayal_green-world.html","",0);
	Menu3_4=new Array("Guestbook","javascript:window.open('http://www.Lpage.com/wgb/wgbview.dbm?owner=Visitorum');","",0);
	Menu3_5=new Array("Home","index.html","",0);
	Menu3_6=new Array("RSS","rss.html","",0);
	Menu3_7=new Array("Twitter","javascript:window.open('http://www.twitter.com/dark_shark');","",0);


Menu4=new Array("Links","eno_links.html","",0);


Menu5=new Array("List","eno-list.html","",0);
	
	
Menu6=new Array("Reviews","eno_reviews.html","",0);


Menu7=new Array("Site","info.html","",0);

Menu8=new Array("Store","javascript:window.open('http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FBrian-Eno%2FB000APJ9MK&tag=moredarkthanshar&linkCode=ur2&camp=1789&creative=390957');","",0);

Menu9=new Array("Updates","","",6);
	Menu9_1=new Array("2010","updates.html","",0,20,75);
	Menu9_2=new Array("2009","updates2009.html","",0);
	Menu9_3=new Array("2008","updates2008.html","",0);
	Menu9_4=new Array("2007","updates2007.html","",0);
	Menu9_5=new Array("2006","updates2006.html","",0);
	Menu9_6=new Array("2005","updates2005.html","",0);
;