/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='gray';			// Background color when mouse is not over
	var LowSubBgColor='gray';			// 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='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='gray';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial, Helvetica"	// 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='center';			// 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=88;				// Menu offset x coordinate
	var StartLeft=10;				// 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=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='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=['images/pointr.gif',9,9,'images/pointd.gif',9,9,'images/pointl.gif',9,9];	// 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/Shopping Cart","","",3,20,148);
	Menu1_1=new Array("Home","http://www.nyfirestore.com","",0,20,140);
	Menu1_2=new Array("View Cart","/cgi-bin/ms2/fdnystor/basket","",0);
	Menu1_3=new Array("Checkout Now","/cgi-bin/ms2/fdnystor/basket/?action=Proceed+To+Checkout","",0);

Menu2=new Array("FIRE Products","","",4,20,116);
	Menu2_1=new Array("FDNY & NYFIRE Clothing","","",13,20,160);
		Menu2_1_1=new Array("FDNY & NYFIRE Shirts","http://www.nyfirestore.com/FDNYshirts.html","",0,20,165);
		Menu2_1_2=new Array("Keep Back Tees","http://www.nyfirestore.com/keepback.html","",0);
		Menu2_1_3=new Array("Rescue & Special Ops","http://www.nyfirestore.com/rescue.html","",0);
                Menu2_1_4=new Array("Firehouse Tees","FDNYfirehouseshirts.html","",0);
		        Menu2_1_5=new Array("Hell's Kitchen","http://www.nyfirestore.com/FDNY-Hells-Kitchen.html","",0);
                Menu2_1_6=new Array("FDNY Sweatshirts","http://www.nyfirestore.com/sweatshirts.html","",0);
		        Menu2_1_7=new Array("Long Sleeve Shirts","http://www.nyfirestore.com/long-sleeve-tees.html","",0,20,165);
                Menu2_1_8=new Array("NYC Fire Polo Shirts","http://www.nyfirestore.com/polos.html","",0);
                Menu2_1_9=new Array("FDNY Ball Caps","http://www.nyfirestore.com/ballcaps.html","",0);
                Menu2_1_10=new Array("FDNY Ladies Wear","http://www.nyfirestore.com/ladiesfdny.html","",0);
                Menu2_1_11=new Array("Workwear Vests Jackets","http://www.nyfirestore.com/workwear.html","",0);
                Menu2_1_12=new Array("New Products","http://www.nyfirestore.com/new_products.html","",0);
                Menu2_1_13=new Array("Sale Items","http://www.nyfirestore.com/sales.html","",0);

	Menu2_2=new Array("Gifts & Novelties","","",5);
		Menu2_2_1=new Array("FDNY Gifts & Collectibles","http://www.nyfirestore.com/firefightergifts.html","",0,20,150);
		Menu2_2_2=new Array("Firefighter Keychains","http://www.nyfirestore.com/keychains.html","",0);
                Menu2_2_3=new Array("Firefighter Aprons","http://www.nyfirestore.com/firefighterskitchen.html","",0);
                Menu2_2_4=new Array("Fire Calendars","http://www.nyfirestore.com/calendars.html","",0);
                Menu2_2_5=new Array("Accessories","http://www.nyfirestore.com/accessories.html","",0);


	Menu2_3=new Array("Patches Pins Decals","","",3);
		Menu2_3_1=new Array("Fire & Police Decals","http://www.nyfirestore.com/fdnydecals.html","",0,20,150);
		Menu2_3_2=new Array("Fire Lapel Pins","http://www.nyfirestore.com/pins.html","",0);
		Menu2_3_3=new Array("Fire Patches","http://www.nyfirestore.com/fdnypatches.html","",0);
		

	Menu2_4=new Array("Childern's Items","","",2);
		Menu2_4_1=new Array("FDNY Kid's Wear","http://www.nyfirestore.com/firefighterkids.html","",0,20,150);
                Menu2_4_2=new Array("Children's Toys & Gifts","http://www.nyfirestore.com/fdnytoys.html","",0);


Menu3=new Array("POLICE Products","","",3,20,125);
	Menu3_1=new Array("Police Clothing","","",12,20,150);
		Menu3_1_1=new Array("NYPD Shirts","http://www.nyfirestore.com/NYPDtees.html","",0,20,165);
		Menu3_1_2=new Array("Detective/Special Ops","http://www.nyfirestore.com/nypddetective.html","",0,20,165);
		Menu3_1_3=new Array("NYPD Polos","http://www.nyfirestore.com/nypd-polos.html","",0);
		Menu3_1_4=new Array("Long Sleeve Shirts","http://www.nyfirestore.com/long-sleeve-tees.html","",0,20,165);
		Menu3_1_5=new Array("NYPD Sweatshirts","http://www.nyfirestore.com/nypd_sweatshirts.html","",0);
		Menu3_1_6=new Array("CSI Tees & Accessories","http://www.nyfirestore.com/csi_new_york.html","",0);
		Menu3_1_7=new Array("NYPD Ball Caps","http://www.nyfirestore.com/nypd_ballcaps.html","",0);
        Menu3_1_8=new Array("NYPD Ladies Wear","http://www.nyfirestore.com/ladiesfdny.html","",0);
        Menu3_1_9=new Array("NYPD Kid's Wear","http://www.nyfirestore.com/jr911.html","",0);
        Menu3_1_10=new Array("Workwear Vests Jackets","http://www.nyfirestore.com/workwear.html","",0);
        Menu3_1_11=new Array("New Products","http://www.nyfirestore.com/new_products.html","",0);
        Menu3_1_12=new Array("Sale Items","http://www.nyfirestore.com/sales.html","",0);

	Menu3_2=new Array("Gifts & Novelties","","",4);
		Menu3_2_1=new Array("NYPD Gifts & Collectibles","http://www.nyfirestore.com/911gifts.html","",0,20,150);
		Menu3_2_2=new Array("NYPD Keychains","http://www.nyfirestore.com/nypdkeychains.html","",0);
		Menu3_2_3=new Array("Children's Toys & Gifts","http://www.nyfirestore.com/fdnytoys.html","",0);
		Menu3_2_4=new Array("Accessories","http://www.nyfirestore.com/accessories.html","",0);


	Menu3_3=new Array("Patches Pins Decals","","",3);
		Menu3_3_1=new Array("Police & Fire Decals","http://www.nyfirestore.com/fdnydecals.html","",0,20,150);
		Menu3_3_2=new Array("Police Lapel Pins","http://www.nyfirestore.com/nypdpatches.html","",0);
		Menu3_3_3=new Array("Police Patches","http://www.nyfirestore.com/nypdpatches.html","",0);

Menu4=new Array("WTC Memorial","","",4,20,120);
	Menu4_1=new Array("Memorial Tees & Caps","http://www.nyfirestore.com/wtc-memorial.html","",0,20,150);
	Menu4_2=new Array("Patches Decals Pins","http://www.nyfirestore.com/wtc-memorial.html#patches","",0,20,150);
	Menu4_3=new Array("Posters & Prints","http://www.nyfirestore.com/wtc-memorial.html#posters","",0,20,150);
	Menu4_4=new Array("9/11 Still Killing","http://www.nyfirestore.com/still-killing.html","",0,20,150);


Menu5=new Array("EMS, Irish, NYC","","",3,20,120);
	Menu5_1=new Array("New York City Tees","http://www.nyfirestore.com/nyctees.html","",0,20,150);
	Menu5_2=new Array("PD & FD Irish","http://www.nyfirestore.com/irishemerald.html","",0,20,150);
	Menu5_3=new Array("NYC EMS Shirts","http://www.nyfirestore.com/fdnyems.html","",0,20,150);
	
Menu6=new Array("Support","","",10,20,85);
	Menu6_1=new Array("About Us","http://www.nyfirestore.com/about.html","",0,20,120);
	Menu6_2=new Array("Visit The Store","http://www.nyfirestore.com/visit.html","",0);
	Menu6_3=new Array("Walking Tours","http://www.nyfirestore.com/walkingtours.html","",0);
	Menu6_4=new Array("Contact Us","http://www.nyfirestore.com/sendusanote.html","",0);
	Menu6_5=new Array("Shipping Info","http://www.nyfirestore.com/shipping.html","",0);
	Menu6_6=new Array("Privacy Statement","http://www.nyfirestore.com/privacy.html","",0);
	Menu6_7=new Array("Legal Statement","http://www.nyfirestore.com/legal.html","",0);
	Menu6_8=new Array("Recommend Us","http://www.nyfirestore.com/recommend.html","",0);
	Menu6_9=new Array("Affiliate Program","https://www.islandnet.com/~fdnystor/affiliates.html","",0);
	Menu6_10=new Array("Our Donations","http://www.nyfirestore.com/donations.html","",0);






