/***********************************************************************************
*	(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=20;			// Number of first level items
	var LowBgColor='#7FB8D0';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7.5;				// 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 '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=40;				// Menu offset x coordinate
	var StartLeft=8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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("*~*hilikus.com*~*","http://www.hilikus.com","",0,20,138);

Menu2=new Array("About Me (Lucy)","","",5,20,150);
	Menu2_1=new Array("Lucy","lucy.htm","","",20,150);
	Menu2_2=new Array("My trip to California","cali.htm","","",20,150);	
	Menu2_3=new Array("My Poems","poems.htm","","");
	Menu2_4=new Array("Random Photos","random.htm","","");
	Menu2_5=new Array("My Friends","friends.htm","",2,20,150);
		Menu2_5_1=new Array("Photos of my friends","friends.htm","",0,20,150);
		Menu2_5_2=new Array("Jill (jawa)","jill.htm","","");

Menu3=new Array("Heatworld","javascript:window.open('http://www.heatworld.com')","","");
Menu4=new Array("Perez Hilton","javascript:window.open('http://www.perezhilton.com')","","");
Menu5=new Array("Choleric","javascript:window.open('http://www.cholericmusic.com')","","");

Menu6=new Array("All Boro Kings","javascript:window.open('http://www.allborokings.com')","","");

Menu7=new Array("Bands A-H","","",18,20,150);
		Menu7_1=new Array("Alien Ant Farm","aaf.htm","",0,20,150);
		Menu7_2=new Array("Amen","amen.htm","",0,20,150);
		Menu7_3=new Array("American Head Charge","ahc.htm","",0,20,150);
		Menu7_4=new Array("Audiovent","audiovent.htm","",0,20,150);
		Menu7_5=new Array("Blind Melon","blindmelon.htm","",0,20,150);
		Menu7_6=new Array("Brand New","brandnew.htm","",0,20,150);
		Menu7_7=new Array("Cold","cold.htm","",0,20,150);
		Menu7_8=new Array("Deftones","deftones.htm","",0,20,150);
		Menu7_9=new Array("Dragpipe","dragpipe.htm","",0,20,150);
		Menu7_10=new Array("Drowning Pool","dp.htm","",0,20,150);
		Menu7_11=new Array("Dry Kill Logic","drykill.htm","",0,20,150);
		Menu7_12=new Array("Far","far.htm","",0,20,150);
		Menu7_13=new Array("Glassjaw","glassjaw.htm","",0,20,150);
		Menu7_14=new Array("Hatebreed","hatebreed.htm","",0,20,150);
		Menu7_15=new Array("Hedpe","hedpe.htm","",0,20,150);
		Menu7_16=new Array("Hemlock","hemlock.htm","",0,20,150);
		Menu7_17=new Array("Hoobastank","hoobastank.htm","",0,20,150);
		Menu7_18=new Array("Human Waste Project","hwp.htm","",0,20,150);

Menu8=new Array("Bands I-M","","",12,20,150);
		Menu8_1=new Array("Ill Nino","illnino.htm","",0,20,150);
		Menu8_2=new Array("Incubus","incubus.htm","",0,20,150);
		Menu8_3=new Array("Keith Caputo","keithcaputo.htm","",0,20,150);
		Menu8_4=new Array("Korn","korn.htm","",0,20,150);
		Menu8_5=new Array("Kulprit","kulprit.htm","",0,20,150);
		Menu8_6=new Array("Limp Bizkit","lb.htm","",0,20,150);
		Menu8_7=new Array("Linkin Park","lpark.htm","",0,20,150);
		Menu8_8=new Array("Machine Head","machinehead.htm","",0,20,150);
		Menu8_9=new Array("Medication","medication.htm","",0,20,150);
		Menu8_10=new Array("Movielife","movielife.htm","",0,20,150);
		Menu8_11=new Array("Murderdolls","murderdolls.htm","",0,20,150);
		Menu8_12=new Array("Mushroomhead","mushroomhead.htm","",0,20,150);

Menu9=new Array("Bands N-R","","",6,20,150);
		Menu9_1=new Array("Nofx","nofx.htm","",0,20,150);
		Menu9_2=new Array("Nonpoint","nonpoint.htm","",0,20,150);
		Menu9_3=new Array("Papa Roach","proach.htm","",0,20,150);
		Menu9_4=new Array("P.O.D.","pod.htm","",0,20,150);
		Menu9_5=new Array("Polyphonic Spree","pspree.htm","",0,20,150);
		Menu9_6=new Array("Red Hot Chili Peppers","rhcp.htm","",0,20,150);

Menu10=new Array("Bands S-Z","","",11,20,150);
		Menu10_1=new Array("Slipknot","slipknot.htm","",0,20,150);
		Menu10_2=new Array("Spineshank","sshank.htm","",0,20,150);
		Menu10_3=new Array("Static-X","staticx.htm","",0,20,150);
		Menu10_4=new Array("Stone Sour","stonesour.htm","",0,20,150);
		Menu10_5=new Array("Sugar Ray.","sugarray.htm","",0,20,150);
		Menu10_6=new Array("System of a Down","soad.htm","",0,20,150);
		Menu10_7=new Array("The Start","thestart.htm","",0,20,150);
		Menu10_8=new Array("Taproot","taproot.htm","",0,20,150);
		Menu10_9=new Array("Tripping Daisy","tripping%20daisy.htm","",0,20,150);
		Menu10_10=new Array("Trust Company","trustco.htm","",0,20,150);
		Menu10_11=new Array("Weezer","weezer.htm","",0,20,150);

Menu11=new Array("Bands (Numerical)","","",3,20,150);
		Menu11_1=new Array("30 Seconds to Mars","30stm.htm","",0,20,150);
		Menu11_2=new Array("311","311.htm","",0,20,150);
		Menu11_3=new Array("40 below summer","40bs.htm","",0,20,150);

Menu12=new Array("Feedback","","",3,20,150);
		Menu12_1=new Array("Sign My Dreambook","javascript:window.open('http://books.dreambook.com/hilikus/feedback5.sign.html')","",0,20,150);
		Menu12_2=new Array("View My Dreambook","javascript:window.open('http://books.dreambook.com/hilikus/feedback5.html')","",0,20,150);
		Menu12_3=new Array("Contact Me","contact.htm","",0,20,150);

Menu13=new Array("Links","links.htm","",0,20,150);
Menu14=new Array("Lucy's Myspace","javascript:window.open('http://www.myspace.com/llucindaa')","","");
Menu15=new Array("Ill Nino","javascript:window.open('http://www.illnino.com')","","");
Menu16=new Array("Civillian","javascript:window.open('http://www.myspace.com/civillian1')","","");
Menu17=new Array("My Ebay Auctions-bid now!","javascript:window.open('http://members.ebay.com/aboutme/humanwasteproject/')","","");
Menu18=new Array("American head Charge","javascript:window.open('http://www.headcharge.com')","","");
Menu19=new Array("No Assembly Required","javascript:window.open('http://www.narmusic.com/')","","");
Menu20=new Array("Duress","javascript:window.open('http://www.duressmusic.com/')","","");




