/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#003366';			// Background color when mouse is not over on subs
	var HighBgColor='#ffcc00';			// Background color when mouse is over
	var HighSubBgColor='#ffcc00';			// Background color when mouse is over on subs
	var FontLowColor='#003366';			// Font color when mouse is not over
	var FontSubLowColor='#ffcc00';			// Font color subs when mouse is not over
	var FontHighColor='#003366';			// Font color when mouse is over
	var FontSubHighColor='#003366';			// Font color subs when mouse is over
	var BorderColor='#003366';			// Border color
	var BorderSubColor='white';			// 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=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='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=172;				// 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=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","http://www.phillyhiphop.com/munity.html","",0,20,50);

Menu2=new Array("History","","",4,20,75);
        Menu2_1=new Array("Hall of Fame","http://www.phillyhiphop.com/_history/halloffame.html","",0,20,110);		
	Menu2_2=new Array("Philly History","http://www.phillyhiphop.com/_history/phillyhistory.html","",0);
        Menu2_3=new Array("Graffiti","http://www.phillyhiphop.com/_history/graffiti.html","",0);
		Menu2_4=new Array("PHH.com Awards","http://www.phillyhiphop.com/_history/phillyhiphopawards.html","",0);
        
Menu3=new Array("Features","http://www.phillyhiphop.com/_features/index.html","",6,20,75);
	Menu3_1=new Array("Interviews","http://www.phillyhiphop.com/_features/interviews/index.html","",0,20,120);
	Menu3_2=new Array("Concert Reviews","http://www.phillyhiphop.com/_features/concertreviews/index.html","",0,20,120);		
	Menu3_3=new Array("Vibin with Deesha","http://www.phillyhiphop.com/_features/vibin/index.html","",0);
    Menu3_4=new Array("Snowstorm","http://www.phillyhiphop.com/_features/snowstorm/index.html","",0,20,120);
    Menu3_5=new Array("Book Reviews","http://www.phillyhiphop.com/_features/bookreviews/index.html","",0);	
	Menu3_6=new Array("Columns","http://www.phillyhiphop.com/_features/feature/index.html","",3,20);	
	   Menu3_6_1=new Array("High Watermark","http://www.phillyhiphop.com/_features/columns/highwatermark/index.html","",0,20,120);
	   Menu3_6_2=new Array("Johnny on the Spot","http://www.phillyhiphop.com/_features/columns/johnny.html","",0,20,120);
	   Menu3_6_3=new Array("Protect Ya Neck","http://www.phillyhiphop.com/_features/protectyaneck/index.html","",0,20,120);	
	   Menu3_6_4=new Array("Ask the Phillyflyjawn","http://www.phillyhiphop.com/_features/phillyflyjawn/","",0,20,120);		

Menu4=new Array("Multimedia","","",3,20,85);
	Menu4_1=new Array("Radio/TV Schedule","http://www.phillyhiphop.com/_multimedia/radiotv_schedule.html","",0,20,120);
	Menu4_2=new Array("Audio","http://www.phillyhiphop.com/_multimedia/audio.html","",0);
	Menu4_3=new Array("Video","http://www.phillyhiphop.com/_multimedia/video.html","",0);

Menu5=new Array("Directory","","",3,20,78);
	Menu5_1=new Array("Phonebook","http://www.phillyhiphop.com/_directory/phonebook/index.html","",0,20,80);
	Menu5_2=new Array("Artist Sites","http://www.phillyhiphop.com/_directory/artists/index.html","",0);
	Menu5_3=new Array("Links","http://www.phillyhiphop.com/_directory/links/index.html","",0);
	Menu5_4=new Array("Radio Links","http://www.phillyhiphop.com/_directory/radio.html","",0);

Menu6=new Array("Events","","",2,20,60);
	Menu6_1=new Array("Weekly","http://www.phillyhiphop.com/_events/weekly.html","",0,20,60);
	Menu6_2=new Array("Upcoming","http://www.phillyhiphop.com/_events/upcoming.html","",0);
	
Menu7=new Array("Forum","http://www.phillyhiphop.com/cgi-bin/ultimatebb.cgi","",0,20,50);
	
Menu8=new Array("Music Reviews","http://www.phillyhiphop.com/_reviews/index.html","",0,20,95);

Menu9=new Array("Store","","",2,20,47);
    Menu9_1=new Array("PHH Merchandise","http://www.phillyhiphop.com/_store/phhmerchandise/index.html","",0,20,125);
    Menu9_2=new Array("PHH Amazon Store","","",4,20);	
		Menu9_2_1=new Array("Music","","",2,20,75);
                  Menu9_2_1_1=new Array("Hip-Hop","http://www.phillyhiphop.com/_store/phhamazon/music-hiphop.html","",0,20,75);
                  Menu9_2_1_2=new Array("Soul","http://www.phillyhiphop.com/_store/phhamazon/music-soul.html","",0);
		Menu9_2_2=new Array("Video","http://www.phillyhiphop.com/_store/phhamazon/video.html","",0);
		Menu9_2_3=new Array("Books","","",2,20,75);
                  Menu9_2_3_1=new Array("Snowstorm","http://www.phillyhiphop.com/_store/phhamazon/books-snowstorm.html","",0,20,75);
                  Menu9_2_3_2=new Array("Hip-Hop","http://www.phillyhiphop.com/_store/phhamazon/books-hiphop.html","",0);
        Menu9_2_4=new Array("Magazines","http://www.phillyhiphop.com/_store/phhamazon/magazines.html","",0);
   
Menu10=new Array("Contact","http://www.phillyhiphop.com/_contact/index.html","",0,15,50);