
	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#656F66';			// Background color when mouse is not over
	var LowSubBgColor='#656F66';			// Background color when mouse is not over on subs
	var HighBgColor='#656F66';			// Background color when mouse is over
	var HighSubBgColor='#656F66';			// Background color when mouse is over on subs
	var FontLowColor='#E7EC8F';			// Font color when mouse is not over
	var FontSubLowColor='#E7EC8F';			// 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=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=200;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// 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("Camouflage/Hunting","http://www.gijen.com/CamouflageHunting.htm","",4,15,130);
	Menu1_1=new Array("Camo Clothes","http://www.gijen.com/CamouflageHunting.htm#Camo Clothes","",0,15,100);
	Menu1_2=new Array("Camo Gear","http://www.gijen.com/CamouflageHunting.htm#Camo Gear","",0);
	Menu1_3=new Array("Holsters","http://www.gijen.com/CamouflageHunting.htm#Holsters","",0);
	Menu1_4=new Array("NBCW Suits","http://www.gijen.com/CamouflageHunting.htm#NBCW Suits","",0);

Menu2=new Array("Camping","http://www.gijen.com/Camping.htm","",9,15,130);
	Menu2_1=new Array("Accessories","http://www.gijen.com/Camping.htm#Accessories","",0,15,120);
	Menu2_2=new Array("Blankets","http://www.gijen.com/Camping.htm#Blankets","",0);
	Menu2_3=new Array("Canteens","http://www.gijen.com/Camping.htm#Canteens","",0);
	Menu2_4=new Array("First Aid Kits","http://www.gijen.com/Camping.htm#First Aid Kits","",0);
	Menu2_5=new Array("Mess Kits","http://www.gijen.com/Camping.htm#Mess Kits","",0);
	Menu2_6=new Array("Military Shovels","http://www.gijen.com/Camping.htm#Military Shovels","",0);
	Menu2_7=new Array("Tenting","http://www.gijen.com/Camping.htm#Tenting","",0);
	Menu2_8=new Array("Sleeping Bags","http://www.gijen.com/Camping.htm#Sleeping Bags","",0);
	Menu2_9=new Array("Sleeping Cots/Pads","http://www.gijen.com/Camping.htm#Sleeping Cots and Pads","",0);
                
Menu3=new Array("Casual","http://www.gijen.com/CasualGear.htm","",7,15,130);
	Menu3_1=new Array("Tee Shirts","http://www.gijen.com/CasualGear.htm#Tee Shirts","",0,15,90);
	Menu3_2=new Array("BDU Shorts","http://www.gijen.com/CasualGear.htm#BDU Shorts","",0);
	Menu3_3=new Array("BDU Pants","http://www.gijen.com/CasualGear.htm#BDU Pants","",0);
	Menu3_4=new Array("BDU Shirts","http://www.gijen.com/CasualGear.htm#BDU Shirts","",0);
	Menu3_5=new Array("Sweaters","http://www.gijen.com/CasualGear.htm#Sweaters","",0);
	Menu3_6=new Array("Vests","http://www.gijen.com/CasualGear.htm#Vests","",0);
	Menu3_7=new Array("Jackets","http://www.gijen.com/CasualGear.htm#Jackets","",0);

Menu4=new Array("TUF - Tactical Uniforms/Footwear","http://www.gijen.com/Enforcement.htm","",7,30,130);
	Menu4_1=new Array("Equipment","http://www.gijen.com/Enforcement.htm#Equipment","",0,15,160);
	Menu4_2=new Array("Clothing","http://www.gijen.com/Enforcement.htm#Clothing","",0);
	Menu4_3=new Array("Duty Belt and Accessories","http://www.gijen.com/Enforcement.htm#Duty Belt and Accessories","",0);
	Menu4_4=new Array("Surefire Flashlights","http://www.gijen.com/Enforcement.htm#Surefire","",0);
	Menu4_5=new Array("Magnum Tactical","http://www.gijen.com/Enforcement.htm#Magnum","",0);
	Menu4_6=new Array("Gloves","http://www.gijen.com/Enforcement.htm#Gloves","",0);
	Menu4_7=new Array("5.11 Tactical Series","http://www.gijen.com/Enforcement.htm#Tactical","",0);

Menu5=new Array("Footwear","http://www.gijen.com/Footwear.htm","",2,15,130);
	Menu5_1=new Array("Footwear","http://www.gijen.com/Footwear.htm#Footwear","",0,15,90);
	Menu5_2=new Array("Insoles","http://www.gijen.com/Footwear.htm#Insoles","",0);

Menu6=new Array("Headwear/Gloves","http://www.gijen.com/HeadwearGloves.htm","",10,15,130);
	Menu6_1=new Array("Ball Caps","http://www.gijen.com/HeadwearGloves.htm#Ball Caps adjustable","",0,15,120);
	Menu6_2=new Array("Berets","http://www.gijen.com/HeadwearGloves.htm#Berets","",0);
	Menu6_3=new Array("Boonies","http://www.gijen.com/HeadwearGloves.htm#Boonies","",0);
	Menu6_4=new Array("Gloves","http://www.gijen.com/HeadwearGloves.htm#Gloves","",0);
	Menu6_5=new Array("Helmets","http://www.gijen.com/HeadwearGloves.htm#Helmets","",0);
	Menu6_6=new Array("Miscellaneous Caps","http://www.gijen.com/HeadwearGloves.htm#Miscellaneous Caps","",0);
	Menu6_7=new Array("Officer Caps","http://www.gijen.com/HeadwearGloves.htm#Officer Caps","",0);
	Menu6_8=new Array("Patrol Caps","http://www.gijen.com/HeadwearGloves.htm#Patrol Caps","",0);
	Menu6_9=new Array("Wedge Caps","http://www.gijen.com/HeadwearGloves.htm#Wedge Caps","",0);
	Menu6_10=new Array("Winter Headwear","http://www.gijen.com/HeadwearGloves.htm#Winter Headwear","",0);

Menu7=new Array("Insignia","http://www.gijen.com/Insignia.htm","",6,15,130);
	Menu7_1=new Array("Dogtags","http://www.gijen.com/Insignia.htm#Dogtags","",0,15,130);
	Menu7_2=new Array("Canadian Insignia","http://www.gijen.com/Insignia.htm#Canadian Insignia","",0);
	Menu7_3=new Array("East German Insignia","http://www.gijen.com/Insignia.htm#East German Insignia","",0);
	Menu7_4=new Array("German Insignia","http://www.gijen.com/Insignia.htm#German Insignia","",0);
	Menu7_5=new Array("Miscellaneous Insignia","http://www.gijen.com/Insignia.htm#Miscellaneous Insignia","",0);
	Menu7_6=new Array("US Insignia","http://www.gijen.com/Insignia.htm#US Insignia","",0);

Menu8=new Array("Kids/Women","http://www.gijen.com/KidsWomen.htm","",14,15,130);
	Menu8_1=new Array("Women's Patrol Caps","http://www.gijen.com/KidsWomen.htm#Womens Patrol Caps","",0,15,130);
	Menu8_2=new Array("Women's Tops","http://www.gijen.com/KidsWomen.htm#Womens Tops","",0);
	Menu8_3=new Array("Women's Pants","http://www.gijen.com/KidsWomen.htm#Womens Pants","",0);
	Menu8_4=new Array("Women's Swimwear","http://www.gijen.com/KidsWomen.htm#Womens Swimwear","",0);
	Menu8_5=new Array("Women's Skirts","http://www.gijen.com/KidsWomen.htm#Womens Skirts","",0);
	Menu8_6=new Array("Kid's Infant Set","http://www.gijen.com/KidsWomen.htm#Kids Infant Set","",0);
	Menu8_7=new Array("Kid's Tee Shirts","http://www.gijen.com/KidsWomen.htm#Kids Tee Shirts","",0);
	Menu8_8=new Array("Kid's BDU Pants","http://www.gijen.com/KidsWomen.htm#Kids BDU Pants","",0);
	Menu8_9=new Array("Kid's BDU Shirts","http://www.gijen.com/KidsWomen.htm#Kids BDU Shirts","",0);
	Menu8_10=new Array("Kid's Jackets","http://www.gijen.com/KidsWomen.htm#Kids Jackets","",0);
	Menu8_11=new Array("Kid's Hoody","http://www.gijen.com/KidsWomen.htm#Kids Hoody","",0);
	Menu8_12=new Array("Kid's Headwear","http://www.gijen.com/KidsWomen.htm#Kids Headwear","",0);
	Menu8_13=new Array("Kid's Belts","http://www.gijen.com/KidsWomen.htm#Kids Belts","",0);
	Menu8_14=new Array("Kid's Tank Tops","http://www.gijen.com/KidsWomen.htm#Kids Tank Tops","",0);

Menu9=new Array("Knives/Manuals","http://www.gijen.com/KnivesManuals.htm","",7,15,130);
	Menu9_1=new Array("Batons","http://www.gijen.com/KnivesManuals.htm#Batons","",0,15,100);
	Menu9_2=new Array("Combat Knives","http://www.gijen.com/KnivesManuals.htm#Combat Knives","",0);
	Menu9_3=new Array("Manuals","http://www.gijen.com/KnivesManuals.htm#Manuals","",0);
	Menu9_4=new Array("Throw Knives","http://www.gijen.com/KnivesManuals.htm#Throw Knives","",0);
	Menu9_5=new Array("Boot Knives","http://www.gijen.com/KnivesManuals.htm#Boot Knives","",0);
	Menu9_6=new Array("Pocket Knives","http://www.gijen.com/KnivesManuals.htm#Pocket Knives","",0);
	Menu9_7=new Array("KFS Sets","http://www.gijen.com/KnivesManuals.htm#KFS Sets","",0);

Menu10=new Array("Military Gear","http://www.gijen.com/MilitaryGear.htm","",6,15,130);
	Menu10_1=new Array("Flight Suits","http://www.gijen.com/MilitaryGear.htm#Flight Suits","",0,15,100);
	Menu10_2=new Array("Jackets/Coats","http://www.gijen.com/MilitaryGear.htm#Coats","",0,15,100);
	Menu10_3=new Array("Kit","http://www.gijen.com/MilitaryGear.htm#Kit","",0,15,100);
	Menu10_4=new Array("Pants","http://www.gijen.com/MilitaryGear.htm#Pants","",0,15,100);
	Menu10_5=new Array("Rain Gear","http://www.gijen.com/MilitaryGear.htm#Rain Gear","",0,15,100);
	Menu10_6=new Array("Shirts/Sweaters","http://www.gijen.com/MilitaryGear.htm#Shirts","",0,15,100);

Menu11=new Array("Packs/Duffels","http://www.gijen.com/PacksDuffels.htm","",5,15,130);
	Menu11_1=new Array("Backpacks","http://www.gijen.com/PacksDuffels.htm#Backpacks","",0,15,100);
	Menu11_2=new Array("Duffels","http://www.gijen.com/PacksDuffels.htm#Duffles","",0);
	Menu11_3=new Array("Gas Mask Bags","http://www.gijen.com/PacksDuffels.htm#Gas Mask Bags","",0);
	Menu11_4=new Array("Shoulder Bags","http://www.gijen.com/PacksDuffels.htm#Shoulder Bags","",0);
	Menu11_5=new Array("Tool Bags","http://www.gijen.com/PacksDuffels.htm#Tool Bags","",0);

Menu12=new Array("Pouches/Webbing","http://www.gijen.com/PouchesWebbing.htm","",4,15,130);
	Menu12_1=new Array("Other Web Gear","http://www.gijen.com/PouchesWebbing.htm#Other Web Gear","",0,15,100);
	Menu12_2=new Array("Ammo Pouches","http://www.gijen.com/PouchesWebbing.htm#Ammo Pouches","",0);
	Menu12_3=new Array("Belts","http://www.gijen.com/PouchesWebbing.htm#Belts","",0);
	Menu12_4=new Array("Webbing","http://www.gijen.com/PouchesWebbing.htm#Webbing","",0);