/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#D0A300';			// Background color when mouse is not over
	var LowSubBgColor='#D0A300';			// Background color when mouse is not over on subs
	var HighBgColor='#D0A300';			// Background color when mouse is over
	var HighSubBgColor='#D0A300';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica,sans serif"	// 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=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menu1';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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',0,0,'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("<IMG SRC=\"2008-home02.gif\" ALT=\"General Motors Decals\" WIDTH=\"103\" HEIGHT=\"20\" border=\"0\">   ","gm.htm","",4,20,103);
	Menu1_1=new Array("Pontiac","gm.htm#pontiac","",7,20,110);
		Menu1_1_1=new Array("Trans Am","gm.htm#trans_am","",0,20,160);
		Menu1_1_2=new Array("Formula","gm.htm#formula","",0);
		Menu1_1_3=new Array("Firebird/Esprit","gm.htm#fbesprit","",0);
		Menu1_1_4=new Array("TA/FB Custom","gm.htm#tacustom","",0);
		Menu1_1_5=new Array("GTO/LeMans","gm.htm#gto","",0);
		Menu1_1_6=new Array("Grand Prix/Grand Am","gm.htm#granprix","",0);
		Menu1_1_7=new Array("Fiero","gm.htm#fiero","",0);
	Menu1_2=new Array("Chevrolet","gm.htm#chevrolet","",9,20,125);
		Menu1_2_1=new Array("Camaro","gm.htm#camaro","",0,20,145);
		Menu1_2_2=new Array("Chevelle","gm.htm#chevelle","",0);
		Menu1_2_3=new Array("El Camino","gm.htm#el_camino","",0);
		Menu1_2_4=new Array("Corvette","gm.htm#corvette","",0);
		Menu1_2_5=new Array("Monte Carlo","gm.htm#monte_carlo","",0);
		Menu1_2_6=new Array("Nova","gm.htm#nova","",0);
		Menu1_2_7=new Array("Chevrolet & GMC Truck","gm.htm#truck","",0);
		Menu1_2_8=new Array("GMC","gm.htm#gmc","",0);
		Menu1_2_9=new Array("Vega","gm.htm#vega","",0);
	Menu1_3=new Array("Oldsmobile","gm.htm#olds","",0);
	Menu1_4=new Array("Buick","gm.htm#buick","",0);

Menu2=new Array("<IMG SRC=\"2008-home03.gif\" ALT=\"Plymouth Dodge Decals\" WIDTH=\"109\" height=\"20\" border=\"0\">   ","p-d.htm","",3,20,109);
	Menu2_1=new Array("Plymouth","p-d.htm#plymouth","",7,20,110);	
		Menu2_1_1=new Array("Barracuda","p-d.htm#barracuda","",0,20,130);
		Menu2_1_2=new Array("Duster","p-d.htm#duster","",0);
		Menu2_1_3=new Array("Fury GT","p-d.htm#fury_gt","",0);
		Menu2_1_4=new Array("GTX","p-d.htm#gtx","",0);
		Menu2_1_5=new Array("Road Runner","p-d.htm#roadrunner","",0);
		Menu2_1_6=new Array("Superbird","p-d.htm#superbird","",0);
		Menu2_1_7=new Array("Other Plymouth Kits","p-d.htm#other_plymouth","",0);
	Menu2_2=new Array("Dodge","p-d.htm#dodge","",9,20,180);	
		Menu2_2_1=new Array("Challenger","p-d.htm#challenger","",0,20,180);
		Menu2_2_2=new Array("Charger","p-d.htm#charger","",0);
		Menu2_2_3=new Array("Coronet R/T","p-d.htm#coronet","",0);
		Menu2_2_4=new Array("Dart","p-d.htm#dart","",0);
		Menu2_2_5=new Array("Demon","p-d.htm#demon","",0);
		Menu2_2_6=new Array("Super Bee","p-d.htm#super_bee","",0);
		Menu2_2_7=new Array("Dodge Truck","p-d.htm#truck","",0);
		Menu2_2_8=new Array("Dodge Truck Tailgate Names","p-d.htm#tailgatenames","",0);
		Menu2_2_9=new Array("Other Dodge Kits","p-d.htm#other_dodge","",0);
	Menu2_3=new Array("Chrysler","p-d.htm#chrysler","",0);	

Menu3=new Array("<IMG SRC=\"2008-home04a.gif\" ALT=\"Ford Decals\" WIDTH=\"44\" height=\"20\" border=\"0\">   ","ford.htm","",2,20,44);
	Menu3_1=new Array("Ford","ford.htm#ford","",8,20,80);
		Menu3_1_1=new Array("Mustang","ford.htm#mustang","",7,20,100);
			Menu3_1_1_1=new Array("GT","ford.htm#gt","",0,20,150);
			Menu3_1_1_2=new Array("Boss 302/429/351","ford.htm#boss","",0);
			Menu3_1_1_3=new Array("Mach I","ford.htm#mach_i","",0);
			Menu3_1_1_4=new Array("Cobra II/King Cobra","ford.htm#cobra_ii","",0);
			Menu3_1_1_5=new Array("Cobra","ford.htm#cobra","",0);
			Menu3_1_1_6=new Array("Other (OEM) Mustang","ford.htm#otheroemmustang","",0);
			Menu3_1_1_7=new Array("Custom Mustang","ford.htm#custommustang","",0);
		Menu3_1_2=new Array("Ranchero","ford.htm#ranchero","",0);
		Menu3_1_3=new Array("Maverick","ford.htm#maverick","",0);
		Menu3_1_4=new Array("Comet/Fairlane","ford.htm#comet_fairlane","",0);
		Menu3_1_5=new Array("Torino","ford.htm#torino","",0);
		Menu3_1_6=new Array("Galaxie","ford.htm#galaxie","",0);
		Menu3_1_7=new Array("Pinto","ford.htm#pinto","",0);
		Menu3_1_8=new Array("Ford Truck","ford.htm#truck","",0);
	Menu3_2=new Array("Mercury","ford.htm#mercury","",4,20,110);
		Menu3_2_1=new Array("Capri RS","ford.htm#capri_rs","",0,20,110);
		Menu3_2_2=new Array("Comet","ford.htm#comet","",0);
		Menu3_2_3=new Array("Cougar","ford.htm#cougar","",0);
		Menu3_2_4=new Array("Cyclone","ford.htm#cyclone","",0);

Menu4=new Array("<IMG SRC=\"2008-home05b.gif\" ALT=\"American Motors/Jeep Decals\" WIDTH=\"72\" height=\"20\" border=\"0\">   ","amc.htm","",2,20,72);
	Menu4_1=new Array("American Motors","amc.htm#amc","",8,20,120);
		Menu4_1_1=new Array("AMX","amc.htm#amx","",0,20,150);
		Menu4_1_2=new Array("Gremlin","amc.htm#gremlin","",0);
		Menu4_1_3=new Array("Hornet/Concord/Spirit","amc.htm#hornet","",0);
		Menu4_1_4=new Array("Javelin","amc.htm#javelin","",0);
		Menu4_1_5=new Array("Matador","amc.htm#matador","",0);
		Menu4_1_6=new Array("Rambler","amc.htm#rambler","",0);
		Menu4_1_7=new Array("Rebel \"Machine\"","amc.htm#rebel","",0);
		Menu4_1_8=new Array("Pacer X","amc.htm#pacer","",0);
	Menu4_2=new Array("Jeep","amc.htm#jeep","",5,20,120);
		Menu4_2_1=new Array("Renegade","amc.htm#Renegade","",0,20,120);
		Menu4_2_2=new Array("Laredo","amc.htm#Laredo","",0);
		Menu4_2_3=new Array("Scrambler","amc.htm#Scrambler","",0);
		Menu4_2_4=new Array("Wrangler/Sahara","amc.htm#Wrangler","",0);
		Menu4_2_5=new Array("Truck","amc.htm#Truck","",0);

Menu5=new Array("<IMG SRC=\"2008-home06.gif\" ALT=\"Custom Graphics Decals\" WIDTH=\"107\" height=\"20\" border=\"0\">   ","custom.htm","",13,20,107);
	Menu5_1=new Array("New Kits","custom.htm#new","",0,20,180);
	Menu5_2=new Array("Carbon Fiber & Woodgrain","custom.htm#woodgrain","",0);
	Menu5_3=new Array("Flames Kits","custom.htm#flames","",0);
	Menu5_4=new Array("Truck/Auto Decals","custom.htm#truck","",0);
	Menu5_5=new Array("Rear Window Graphics","custom.htm#rearglass","",0);
	Menu5_6=new Array("Hand Airbrushed Decals","custom.htm#hand","",0);
	Menu5_7=new Array("Radical Customs","custom.htm#radical","",0);
	Menu5_8=new Array("Toyota Replacement Stripes","custom.htm#toyota","",0);
	Menu5_9=new Array("Pinstripes","custom.htm#pinstripes","",0);
	Menu5_10=new Array("Sports Team Decals & Logos","custom.htm#sports","",0);
	Menu5_11=new Array("American Pride","custom.htm#ampride","",0);
	Menu5_12=new Array("\"General Lee\" Charger","custom.htm#charger","",0);
	Menu5_13=new Array("Design Your Own Decals!","custom.htm#designyourown","",0);

Menu6=new Array("<IMG SRC=\"2008-home06a.gif\" ALT=\"Custom Boat Graphics and Decals\" WIDTH=\"48\" height=\"20\" border=\"0\">   ","boats.htm","",0,20,48);
Menu7=new Array("<IMG SRC=\"2008-home07.gif\" ALT=\"Detailing Kits\" WIDTH=\"61\" height=\"20\" border=\"0\">   ","detail.htm","",0,20,61);
Menu8=new Array("<IMG SRC=\"2008-home08.gif\" ALT=\"Emblem Kits\" WIDTH=\"60\" height=\"20\" border=\"0\">   ","emblems.htm","",0,20,60);
Menu9=new Array("<IMG SRC=\"2008-home10.gif\" ALT=\"Famous Claims\" WIDTH=\"94\" height=\"20\" border=\"0\">","famousclaims.htm","",0,20,94);
