/***********************************************************************************
*	(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=1;			// Number of first level items (left and right images are included as items)
	var LowBgColor='#666666';			// Background color when mouse is not over
	var LowSubBgColor='#e5e5e5';		// Background color on subs when mouse is not over
	var HighBgColor='#666666';			// Background color when mouse is over
	var HighSubBgColor='#999999';		// Background color on subs when mouse is over
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#333333';		// Font color on subs when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';		// Font color on subs when mouse is over
	var BorderColor='';	  				// Border color (''= no border)
	var BorderSubColor='#FFFFFF';	    // Border color for subs ('' = no border)
	var BorderWidth=1;				    // Border width (pixels)
	var BorderBtwnElmnts=1;			    // Border between elements 1 or 0 (1 creates gap between main menu items)
	var FontFamily="Verdana"	        // Font family menu items
	var FontSize=7;				        // Font size menu items
	var FontBold=0;				        // 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=.0;				// horizontal overlap child/ parent (only impacts subs and their subs)
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent (Default: .0)
	var StartTop=75;					// Menu offset x coordinate
	var StartLeft=150;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction (Default: 0)
	var HorCorrect=0;					// Multiple frames x correction (Default: 0)
	var LeftPaddng=0;					// Left padding (Default: 0)
	var TopPaddng=0;					// Top padding (Default: 0)
	var FirstLineHorizontal=1;			// Set to 1 for horizontal, 0 for vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;				// delay before menu folds in
	var TakeOverBgColor=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='';				// Frame where first level appears
	var SecLineFrame='';				// Frame where sub levels appear
	var DocTargetFrame='';				// 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=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=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"

//Main Button

//Menu1=new Array("Quick Links","index.html","",6,20,80);

Menu1=new Array("rollover:navigation/off_quick.jpg:navigation/on_quick.jpg","index.html","",8,30,89);
    Menu1_1=new Array("Biography","bio.html","",0,15,70);
	Menu1_2=new Array("Resume","resume.html","",0,15,70);
	Menu1_3=new Array("Reel","reel.html","",0,15,70);
	Menu1_4=new Array("Projects","projects.html","",0,15,70);
	Menu1_5=new Array("Photos","photos.html","",0,15,70);
	Menu1_6=new Array("Contact","contact.html","",0,15,70);
	Menu1_7=new Array("Links","links.html","",0,15,70);
	Menu1_8=new Array("Press Kit","presspackage 6-29-09.pdf","",0,15,70);
