	var NoOffFirstLineMenus=9;			// Number of buttons
	var LowBgColor='#716666';			// Background color when mouse is not over
	var LowSubBgColor='#DDDDDD';			// Background color when mouse is not over on subs
	var HighBgColor='#F93115';			// Background color when mouse is over
	var HighSubBgColor='#F93115';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#383838';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// 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="verdana, arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=0;					// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// 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=250;			// 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=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("Free E-Mail","http://webmail.rock.com/signup","",4,18,84);
	Menu1_1=new Array("Signup for Email Now!","http://webmail.rock.com/signup/","",0,18,150);
	Menu1_2=new Array("Send Greeting Cards","http://www.rock.com/emailfeatures.html","",0,18,150);
	Menu1_3=new Array("Calendar","http://www.rock.com/emailfeatures.html","",0,18,150);
	Menu1_4=new Array("Address Book","http://www.rock.com/emailfeatures.html","",0,18,150);

Menu2=new Array("Listen Now!","javascript:popWMwin('WMplay.html')","",12,18,82);
	Menu2_1=new Array("Modern Rock -Windows Player","javascript:popWMwin('WMplay.html')","",1,18,250);
		Menu2_1_1=new Array("Modern Rock -Real Player","javascript:popRPwin('realplay.html')","",0,18,210);
		
	Menu2_2=new Array("Extremely New Rock -Windows Player","javascript:popWMwin('WMplay3.html')","",1,18,250);
		Menu2_2_1=new Array("Extremely New Rock -Real Player","javascript:popRPwin('realplay3.html')","",0,18,210);
	
	Menu2_3=new Array("Classic Rock -Windows Player","javascript:popWMwin('WMplay2.html')","",1,18,250);
		Menu2_3_1=new Array("Classic Rock -Real Player","javascript:popRPwin('realplay2.html')","",0,18,210);
	
	Menu2_4=new Array("Heavy Metal -Windows Player","javascript:popWMwin('WMplay5.html')","",1,18,250);
		Menu2_4_1=new Array("Heavy Metal -Real Player","javascript:popRPwin('realplay5.html')","",0,18,210);
	
	Menu2_5=new Array("Pop -Windows Player","javascript:popWMwin('WMplay6.html')","",1,18,250);
		Menu2_5_1=new Array("Pop -Real Player","javascript:popRPwin('realplay6.html')","",0,18,210);
	
	Menu2_6=new Array("Hip Hop -Windows Player","javascript:popWMwin('WMplay7.html')","",1,18,250);
		Menu2_6_1=new Array("Hip Hop -Real Player","javascript:popRPwin('realplay7.html')","",0,18,210);
	
	Menu2_7=new Array("Reggae -Windows Player","javascript:popWMwin('WMplay-reggae.html')","",1,18,250);
		Menu2_7_1=new Array("Reggae -Real Player","javascript:popRPwin('realplay-reggae.html')","",0,18,210);
	
	Menu2_8=new Array("Trance -Windows Player","javascript:popWMwin2('WMplay4.html')","",1,18,250);
		Menu2_8_1=new Array("Trance -Real Player","javascript:popRPwin2('realplay4.html')","",0,18,210);
	
	Menu2_9=new Array("Jazz -Windows Player","javascript:popWMwin2('WMplay-jazz.html')","",1,18,250);
		Menu2_9_1=new Array("Jazz -Real Player","javascript:popRPwin2('realplay-jazz.html')","",0,18,210);
	
	Menu2_10=new Array("New Age -Windows Player","javascript:popWMwin('WMplay-newage.html')","",1,18,250);
		Menu2_10_1=new Array("New Age -Real Player","javascript:popRPwin('realplay-newage.html')","",0,18,210);
	
	Menu2_11=new Array("Latin Rock -Windows Player","javascript:popWMwin('WMplay-latin.html')","",1,18,250);
		Menu2_11_1=new Array("Latin Rock -Real Player","javascript:popRPwin('realplay-latin.html')","",0,18,210);
		
	Menu2_12=new Array("Band Interviews","http://www.rock.com/bandinterviews.htm","",0,18,250);


Menu3=new Array("Music Videos","http://www.rock.com/musicvideos.html","",17,18,89);
	Menu3_1=new Array("Audioslave","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_2=new Array("Coldplay","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_3=new Array("Sheryl Crow","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_4=new Array("Disturbed","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_5=new Array("Evanescence","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_6=new Array("Foo Fighters","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_7=new Array("Garbage","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_8=new Array("Green Day","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_9=new Array("Hot Hot Heat","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_10=new Array("Korn","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_11=new Array("Linkin Park","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_12=new Array("Queens of the Stone Age","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_13=new Array("Seether","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_14=new Array("Smash Mouth","http://www.rock.com/musicvideos.html","",0,18,160);	
	Menu3_15=new Array("The Counting Crows","http://www.rock.com/musicvideos.html","",0,18,160);
	Menu3_16=new Array("Weezer","http://www.rock.com/musicvideos.html","",0,18,160);
	Menu3_17=new Array("More Music Videos","http://www.rock.com/musicvideos.html","",0,18,160);	

Menu4=new Array("Interviews","http://www.rock.com/bandinterviews.htm","",15,18,80);
	Menu4_1=new Array("Mick Fleetwood","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_2=new Array("Jimmy Eat World","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_3=new Array("John Doe of X","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_4=new Array("Dave Mustaine of Megadeth","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_5=new Array("Blink-182","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_6=new Array("Bow Wow Wow","http://www.rock.com/bandinterviews.htm","",0,18,200);
 	Menu4_7=new Array("Bob Weir of Grateful Dead","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_8=new Array("Hoobastank","http://www.rock.com/bandinterviews.htm","",0,18,200);
 	Menu4_9=new Array("Suzanne Vega","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_10=new Array("Melissa Auf der Maur","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_11=new Array("Styx","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_12=new Array("Sonic Youth","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_13=new Array("Seether","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_14=new Array("Switchfoot","http://www.rock.com/bandinterviews.htm","",0,18,200);
	Menu4_15=new Array("More Interviews","http://www.rock.com/bandinterviews.htm","",0,18,200);	
			
		
Menu5=new Array("Music CDs","http://rock.pricegrabber.com/home_music.php/","",13,18,78);
	Menu5_1=new Array("Alternative","http://rock.pricegrabber.com/home_catpagemu.php/ncat_id=1/","",0,18,140);
	Menu5_2=new Array("Rock","http://rock.pricegrabber.com/home_catpagemu.php/ncat_id=20/","",0,18,140);
	Menu5_3=new Array("Gothic","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=100/ncat_id=1/","",0,18,140);
	Menu5_4=new Array("Grunge","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=425/ncat_id=1/","",0,18,140);
	Menu5_5=new Array("Hard Rock","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=347/ncat_id=20/","",0,18,140);
	Menu5_6=new Array("Industrial","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=86/ncat_id=1/","",0,18,140);
	Menu5_7=new Array("Metal","http://rock.pricegrabber.com/home_catpagemu.php/ncat_id=8/","",0,18,140);
	Menu5_8=new Array("New Wave","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=428/ncat_id=1/","",0,18,140);
	Menu5_9=new Array("Punk","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=9/cat_id=385/ncat_id=1/","",0,18,140);
	Menu5_10=new Array("Ska","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=21/cat_id=143/ncat_id=1/","",0,18,140);
	Menu5_11=new Array("Soundtracks","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=546/ncat_id=21/","",0,18,140);
	Menu5_12=new Array("Techno/Trance","http://rock.pricegrabber.com/search_attrib_music.php/cat3_id=7/cat_id=87/ncat_id=5/","",0,18,140);
	Menu5_13=new Array("MP3 Players","http://rock.pricegrabber.com/search_attrib.php/page_id=161/topcat_search=1/form_keyword=mp3+players/","",0,18,140);

Menu6=new Array("Posters","http://www.rock.com/postersearch.html","",17,18,63);
	Menu6_1=new Array("Alternative","http://www.rock.com/posters-alternative.html","",0,18,160);	
	Menu6_2=new Array("Rock","http://www.rock.com/posters-rock.html","",0,18,160);	
	Menu6_3=new Array("Metal","http://www.rock.com/posters-metal.html","",0,18,160);	
	Menu6_4=new Array("Pop Punk","http://www.rock.com/posters-poppunk.html","",0,18,160);	
	Menu6_5=new Array("Classic Rock","http://www.rock.com/posters-classicrock.html","",0,18,160);	
	Menu6_6=new Array("Pop Rock","http://www.rock.com/posters-newbands.html","",0,18,160);	
	Menu6_7=new Array("Female Artists","http://www.rock.com/posters-femaleartists.html","",0,18,160);	
	Menu6_8=new Array("Brit Pop","http://www.rock.com/posters-britpop.html","",0,18,160);	
	Menu6_9=new Array("Concert Posters","http://www.rock.com/posters-concertposters.html","",0,18,160);	
	Menu6_10=new Array("New Movies","http://www.rock.com/posters-newmovies.html","",0,18,160);	
	Menu6_11=new Array("Classic Movies","http://www.rock.com/posters-classicmovies.html","",0,18,160);	
	Menu6_12=new Array("Television","http://www.rock.com/posters-television.html","",0,18,160);	
	Menu6_13=new Array("Sports","http://www.rock.com/posters-sports.html","",0,18,160);	
	Menu6_14=new Array("Celebrities","http://www.rock.com/posters-celebrities.html","",0,18,160);	
	Menu6_15=new Array("Supermodels","http://www.rock.com/posters-supermodels.html","",0,18,160);
	Menu6_16=new Array("More Posters","http://www.rock.com/posters-moreposters.html","",0,18,160);
	Menu6_17=new Array("Collectibles/BandWear","http://www.rock.com/collectibles.html","",0,18,160);


Menu7=new Array("Concert Tickets","http://www.rock.com/concerttickets.html","",0,18,109);



Menu8=new Array("Indie Corner","http://www.rock.com/indiecharts.html","",4,18,90);
	Menu8_1=new Array("Indie Charts","http://www.rock.com/indiecharts.html","",0,18,170);
	Menu8_2=new Array("Get Played","http://www.rock.com/submit.html","",0,18,170);
	Menu8_3=new Array("Upcoming Gigs","http://www.rock.com/gigs.html","",0,18,170);
	Menu8_4=new Array("Attend Nemo Music Festival","http://www.nemoboston.com","",0,18,170);

Menu9=new Array("Free Websites","http://www.rock.com/freewebsites.html","",1,18,99);
	Menu9_1=new Array("Free Websites Login","http://www.rock.com/member/login.php","",0,18,140);
	