/***********************************************************************************
*	(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='rgb(255,255,255)';	// Background color when mouse is not over
	var LowSubBgColor='rgb(255,255,255)'; // Background color when mouse is not over on subs
	var HighBgColor='rgb(255,255,255)';	// Background color when mouse is over
	var HighSubBgColor='rgb(255,255,255)';	// Background color when mouse is over on subs
	var FontLowColor='rgb(0,0,0)';		// Font color when mouse is not over
	var FontSubLowColor='rgb(0,0,255	)';	// Font color subs when mouse is not over
	var FontHighColor='rgb(0,0,255)';		// Font color when mouse is over
	var FontSubHighColor='rgb(0,0,255	)';	// Font color subs when mouse is over
	var BorderColor='rgb(0,0,255)';		// Border color
	var BorderSubColor='rgb(0,0,255	)';	// 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=10;					// 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='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 ChildOverlap=.001;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=160;				// Menu offset x coordinate
	var StartLeft=70;				// 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","index.html","",0,20,170);

Menu2=new Array(" Car Images and Links","","",10);
	Menu2_1=new Array("Eagle Creek","EagleCreek.html","",0,20,230);
	Menu2_2=new Array("Porsche Type 64","PorscheType64.html","",0,20,230);
	Menu2_3=new Array("Janis Joplin's 356","JanisJoplin.html","",0,20,230);
	Menu2_4=new Array("Debbie at the Wheel","Debbie.html","",0,20,230);
	Menu2_5=new Array("Voted Coolest Car","CoolestCar.html","",0,20,230);
	Menu2_6=new Array("Dr. Color Chip","Color.html","",0,20,230);
	Menu2_7=new Array("Forever Black","ForeverBlack.html","",0,20,230);
	Menu2_8=new Array("ID Tags","IDTags.html","",0,20,230);
	Menu2_9=new Array("Car Specifications","Specs.html","",0,20,230);
	Menu2_10=new Array("Helpful Links","Links.html","",0,20,230);

Menu3=new Array("USA Today","","",2);
	Menu3_1=new Array("Reader Classics","USAToday.html","",0,20,175);
	Menu3_2=new Array("Reader Convertibles","USAToday_1.html","",0,20,175);

Menu4=new Array("Porsche Events","","",5);
	Menu4_1=new Array("Community Day 2009","CommunityDay2009.html","",0,20,230);
	Menu4_2=new Array("Community Day 2010","CommunityDay2010.html","",0,20,230);
	Menu4_3=new Array("Porsches	To Oxford 2009","PorschesToOxford.html","",0,20,245);	
	Menu4_4=new Array("Porsches	To Oxford 2010","PorschesToOxford_2010.html","",0,20,245);	
	Menu4_5=new Array("PCA Parade 2010","PCAParade2010.html","",0,20,230);


Menu5=new Array("PCA CIR Events","","",2);
	Menu5_1=new Array("PCA CIR Activities","PCACIR.html","",0,20,245);
	Menu5_2=new Array("O'Daniel Porsche Open House","FtWayne2009.html","",0,20,245);

Menu6=new Array("Rebuild","","",6);
	Menu6_1=new Array("Before Rebuild","Rebuild_before.html","",0,20,300);
	Menu6_2=new Array("After Rebuild Components","","",4);

		Menu6_2_1=new Array("General Rebuild","Rebuild_after.html","fffff",0,20,200);	
		Menu6_2_2=new Array("Engine Rebuild","Rebuild_after_engine.html","",0,20,170);	
		Menu6_2_3=new Array("Brakes Rebuild","Rebuild_after_brakes.html","",0,20,170);	
		Menu6_2_4=new Array("Clutch Rebuild","Rebuild_after_clutch.html","",0,20,170);	
	
	Menu6_3=new Array("New Tie Rods","TieRods.html","",0,20,170);	

	Menu6_4=new Array("Cleaning the Engine","CleanEngine.html","",0,20,170);
	
	Menu6_5=new Array("Painting Brake Hubs","Painting_Brake_Hubs.html","",0,20,170);

	Menu6_6=new Array("Sealing Convertible Top","SealingTop.html","",0,20,170);

	Menu6_7=new Array("Henry Riley - Riley Performance Motorwerks ","rpm.html","",0);


	
	