/***********************************************************************************
*	(c) Ger Versluis 2000 version 7.01 7 March 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			
	var LowBgColor='ivory';			
	var HighBgColor='black';			
	var FontLowColor='black';			
	var FontHighColor='ivory';			
	var BorderColor='black';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,comic sans ms,technical"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='center';			
	var MenuVerticalCentered='static';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=0;				
	var StartLeft=0;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='';			
	var SecLineFrame='';			
	var DocTargetFrame='';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var BottomUp=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10,'triup.gif',10,5];	
	var MenuUsesFrames=0;			

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor,
//			fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	color and font variables take precedence over the globals when used
// 	fontsize, fontbold and fontitalic are ignored when -1
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://www.martialartsny.com/","",0,20,75,"","","","","","",-1,-1,-1,"","Front page");
	
Menu2=new Array("Directory","","",3,20,100,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Schools","","",6,20,100,"","","","","","",-1,-1,-1,"","Find A School");
                Menu2_1_1=new Array("Bronx","http://www.martialartsny.com/bronx.html","",0,20,100,"","","","","","",-1,-1,-1,"","Bronx");
                Menu2_1_2=new Array("Brooklyn","http://www.martialartsny.com/brooklyn/","",0,20,150,"","","","","","",-1,-1,-1,"","Brooklyn");
                Menu2_1_3=new Array("Manhattan","http://www.martialartsny.com/manhattan/","",0,20,150,"","","","","","",-1,-1,-1,"","Manhattan");
                Menu2_1_4=new Array("Queens", "http://www.martialartsny.com/queens.html", "",0,20,150,"","","","","","",-1,-1,-1,"","Queens");
                Menu2_1_5=new Array("Staten Island", "http://www.martialartsny.com/staten.html","",0,20,150,"","","","","","",-1,-1,-1,"","Staten Island");
                Menu2_1_6=new Array("Long Island", "http://www.martialartsny.com/longisland/", "",0,20,150,"","","","","","",-1,-1,-1,"","Long Island");
        Menu2_2=new Array("Stores","http://www.martialartsny.com/stores.html","",0,20,150,"","","","","","",-1,-1,-1,"","Martial Arts Supply Stores");
        Menu2_3=new Array("Add Your School","http://www.martialartsny.com/directory.html","",0,20,150,"","","","","","",-1,-1,-1,"","Get Listed");   
Menu3=new Array("Reviews","","",3,20,75,"","","","","","",-1,-1,-1,"","Reviews");
	Menu3_1=new Array("Books","http://www.martialartsny.com/books/","",0,20,130,"","","","","","",-1,-1,-1,"","Book Reviews");
	Menu3_2=new Array("Videos","http://www.martialartsny.com/videos/","",0,20,180,"","","","","","",-1,-1,-1,"","Movie Reviews");
	Menu3_3=new Array("Soy Milk","http://www.martialartsny.com/otherproducts.html","",0,20,180,"","","","","","",-1,-1,-1,"","Soy Milk");
Menu4=new Array("Interviews","http://www.martialartsny.com/interviews/","",0,20,75,"","","","","","",-1,-1,-1,"","Interviews");	
Menu5=new Array("More","","",3,20,100,"","","","","","",-1,-1,-1,"","More Options");
	Menu5_1=new Array("F.A.Q.","http://www.martialartsny.com/faq.html","",0,20,100,"","","","","","",-1,-1,-1,"","Questions?");     
        Menu5_2=new Array("Links","http://www.martialartsny.com/links.html","",0,20,150,"","","","","","",-1,-1,-1,"","Links");
        Menu5_3=new Array("Contact","http://www.martialartsny.com/contact.html","",0,20,150,"","","","","","",-1,-1,-1,"","Say Hello");