/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='#333333';			// Background color when mouse is not over
	var LowSubBgColor='#333333';			// Background color when mouse is not over on subs
	var HighBgColor='#333333';			// Background color when mouse is over
	var HighSubBgColor='#333333';			// 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='#CCCCCC';			// Font color when mouse is over
	var FontSubHighColor='#CCCCCC';			// Font color subs when mouse is over
	var BorderColor='#333333';			// Border color
	var BorderSubColor='black';			// 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=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=65;				// Menu offset x coordinate
	var StartLeft=5;				// 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=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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
//	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("releases","","",8,13,85);
	Menu1_1=new Array("official halos","http://www.burningsouls.com/discog/official.php","",28,18,125);
		Menu1_1_1=new Array("halo 1 - down in it","http://www.burningsouls.com/discog/releases.php?TitleID=1","",0,18,275);
		Menu1_1_2=new Array("halo 2 - pretty hate machine","http://www.burningsouls.com/discog/releases.php?TitleID=2","",0,18,275);
		Menu1_1_3=new Array("halo 3 - head like a hole","http://www.burningsouls.com/discog/releases.php?TitleID=3","",0,18,275);
		Menu1_1_4=new Array("halo 4 - sin","http://www.burningsouls.com/discog/releases.php?TitleID=4","",0,18,275);
		Menu1_1_5=new Array("halo 5 - broken","http://www.burningsouls.com/discog/releases.php?TitleID=5","",0,18,275);
		Menu1_1_6=new Array("halo 6 - fixed","http://www.burningsouls.com/discog/releases.php?TitleID=6","",0,18,275);
		Menu1_1_7=new Array("halo 7 - march of the pigs","http://www.burningsouls.com/discog/releases.php?TitleID=7","",0,18,275);
		Menu1_1_8=new Array("halo 8 - the downward spiral","http://www.burningsouls.com/discog/releases.php?TitleID=8","",0,18,275);
		Menu1_1_9=new Array("halo 9 - closer to god","http://www.burningsouls.com/discog/releases.php?TitleID=9","",0,18,275);
		Menu1_1_10=new Array("halo 10 - further down the spiral","http://www.burningsouls.com/discog/releases.php?TitleID=10","",0,18,275);
		Menu1_1_11=new Array("halo 11 - the perfect drug","http://www.burningsouls.com/discog/releases.php?TitleID=11","",0,18,275);
		Menu1_1_12=new Array("halo 12 - closure","http://www.burningsouls.com/discog/official/domestic/closure.html","",0,18,275);
		Menu1_1_13=new Array("halo 13 - the day the world went away","http://www.burningsouls.com/discog/official/domestic/the_day_the_world_went_away.html","",0,18,275);
		Menu1_1_14=new Array("halo 14 - the fragile","http://www.burningsouls.com/discog/official/domestic/the_fragile.html","",0,18,275);
		Menu1_1_15=new Array("halo 15 - we\'re in this together","http://www.burningsouls.com/discog/official/domestic/were_in_this_together.html","",0,18,275);
		Menu1_1_16=new Array("halo 16 - things falling apart","http://www.burningsouls.com/discog/official/domestic/things_falling_apart.html","",0,18,275);
		Menu1_1_17=new Array("halo 17 - and all that could have been","http://www.burningsouls.com/discog/official/domestic/and_all_that_could_have_been.html","",0,18,275);
		Menu1_1_18=new Array("halo 18 - the hand that feeds","http://www.burningsouls.com/discog/official/domestic/the_hand_that_feeds.html","",0,18,275);
		Menu1_1_19=new Array("halo 19 - with teeth","http://www.burningsouls.com/discog/official/domestic/with_teeth.html","",0,18,275);
		Menu1_1_20=new Array("halo 20 - only","","",0,18,275);
		Menu1_1_21=new Array("halo 21 - every day is exactly the same","http://www.burningsouls.com/discog/releases.php?TitleID=21","",0,18,275);
		Menu1_1_22=new Array("halo 22 - beside you in time","","",0,18,275);
		Menu1_1_23=new Array("halo 23 - survivalism","","",0,18,275);
		Menu1_1_24=new Array("halo 24 - year zero","","",0,18,275);
		Menu1_1_25=new Array("halo 25 - Y34RZ3R0R3M1X3D","","",0,18,275);
		Menu1_1_26=new Array("halo 26 - ghosts i-iv","","",0,18,275);
		Menu1_1_27=new Array("halo 27 - the slip","","",0,18,275);
		Menu1_1_28=new Array("halo 00 - misc & unhalo'd","http://www.burningsouls.com/discog/releases.php?TitleID=22","",0,18,275);
	Menu1_2=new Array("covers of nin","","",6,18,125);
		Menu1_2_1=new Array("trixter","","",0,18,150);
		Menu1_2_2=new Array("nine inch richards","","",0,18,150);
		Menu1_2_3=new Array("wierd al yankovic","","",0,18,150);
		Menu1_2_4=new Array("devo","","",0,18,150);
		Menu1_2_5=new Array("maxwell","","",0,18,150);
		Menu1_2_6=new Array("bee zoo","","",0,18,150);
	Menu1_3=new Array("other work","","",25,18,125);
		Menu1_3_1=new Array("1000 homo dj\'s","","",0,18,200);
		Menu1_3_2=new Array("12 rounds","","",0,18,200);
		Menu1_3_3=new Array("a perfect circle","","",0,18,200);
		Menu1_3_4=new Array("adam ant","","",0,18,200);
		Menu1_3_5=new Array("butthole surfers","","",0,18,200);
		Menu1_3_6=new Array("crunch-o-matic","","",0,18,200);
		Menu1_3_7=new Array("curve","","",0,18,200);
		Menu1_3_8=new Array("david bowie","","",0,18,200);
		Menu1_3_9=new Array("garbage","","",0,18,200);
		Menu1_3_10=new Array("kmfdm","","",0,18,200);
		Menu1_3_11=new Array("lucky pierre","","",0,18,200);
		Menu1_3_12=new Array("machines of loving grace","","",0,18,200);
		Menu1_3_13=new Array("marilyn manson","","",0,18,200);
		Menu1_3_14=new Array("megadeth","","",0,18,200);
		Menu1_3_15=new Array("n.e.r.d.","","",0,18,200);
		Menu1_3_16=new Array("pigface","","",0,18,200);
		Menu1_3_17=new Array("prick","","",0,18,200);
		Menu1_3_18=new Array("puff daddy","","",0,18,200);
		Menu1_3_19=new Array("queen","","",0,18,200);
		Menu1_3_20=new Array("revolting cocks","","",0,18,200);
		Menu1_3_21=new Array("rob halford","","",0,18,200);
		Menu1_3_22=new Array("tori amos","","",0,18,200);
		Menu1_3_23=new Array("various artists","","",0,18,200);
		Menu1_3_24=new Array("josh wink","","",0,18,200);
		Menu1_3_25=new Array("wolfgang press","","",0,18,200);
	Menu1_4=new Array("soundtracks","","",0,18,125);
	Menu1_5=new Array("interview discs","","",0,18,125);
	Menu1_6=new Array("tribute albums","","",0,18,125);
	Menu1_7=new Array("owners list","","",0,18,125);
	Menu1_8=new Array("faq","http://www.burningsouls.com/discog/official/faq.php","",0,18,125);

Menu2=new Array("ninformation","","",2,13,115);
	Menu2_1=new Array("band info","","",4,18,125);
		Menu2_1_1=new Array("pre-nin","http://www.burningsouls.com/discog/ninfo/band.php?action=1","",0,18,150);
		Menu2_1_2=new Array("current nin","http://www.burningsouls.com/discog/ninfo/band.php?action=2","",0,18,150);
		Menu2_1_3=new Array("past members","http://www.burningsouls.com/discog/ninfo/band.php?action=3","",0,18,150);
		Menu2_1_4=new Array("contact","http://www.burningsouls.com/discog/ninfo/band.php?action=4","",0,18,150);
	Menu2_2=new Array("misc. info","http://www.burningsouls.com/discog/ninfo/misc.php","",0,18,125);

Menu3=new Array("bootlegs","","",4,13,85);
	Menu3_1=new Array("compact discs","","",2,18,125);	
		Menu3_1_1=new Array("sorted by name","http://www.burningsouls.com/complete/roio/cd/index_name.html","",0,18,125);
		Menu3_1_2=new Array("sorted by date","http://www.burningsouls.com/complete/roio/cd/index_date.html","",0,18,125);
	Menu3_2=new Array("cassettes","","",2,18,125);
		Menu3_2_1=new Array("sorted by name","http://www.burningsouls.com/complete/roio/tape/index_name.html","",0,18,125);
		Menu3_2_2=new Array("sorted by date","http://www.burningsouls.com/complete/roio/tape/index_date.html","",0,18,125);
	Menu3_3=new Array("videos","http://www.burningsouls.com/complete/roio/videos/index_date.html","",0,18,125);
	Menu3_4=new Array("faq","http://www.burningsouls.com/complete/roio/faq.html","",0,18,125);

Menu4=new Array("articles","","",13,24,80);
	Menu4_1=new Array("1990","","",0,18,125);
	Menu4_2=new Array("1991","","",0,18,125);
	Menu4_3=new Array("1992","","",0,18,125);
	Menu4_4=new Array("1993","","",0,18,125);
	Menu4_5=new Array("1994","","",0,18,125);
	Menu4_6=new Array("1995","","",0,18,125);
	Menu4_7=new Array("1996","","",0,18,125);
	Menu4_8=new Array("1997","","",0,18,125);
	Menu4_9=new Array("1998","","",0,18,125);
	Menu4_10=new Array("1999","","",0,18,125);
	Menu4_11=new Array("2000","","",0,18,125);
	Menu4_12=new Array("2001","","",0,18,125);
	Menu4_13=new Array("2002","","",0,18,125);
	Menu4_14=new Array("2003","","",0,18,125);
	Menu4_15=new Array("2004","","",0,18,125);
	Menu4_16=new Array("2005","","",0,18,125);
	
Menu5=new Array("credits","http://www.burningsouls.com/discog/credits.php","",0,13,75);

Menu6=new Array("contribute","http://www.burningsouls.com/discog/contribute.php","",0,13,95);
	
Menu7=new Array("updates","http://www.burningsouls.com/discog/updates.php","",0,13,85);