/************************************************************************************	(c) Ger Versluis 2000 version 5.41 24 December 2001	          **	For info write to menus@burmees.nl		          **	You may remove all comments for faster loading	          *		***********************************************************************************/	var NoOffFirstLineMenus=7;				// Number of first level items	var LowBgColor='#990033';				// Background color when mouse is not over	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs	var HighBgColor='#666666';				// Background color when mouse is over	var HighSubBgColor='#990033';			// Background color when mouse is over on subs	var FontLowColor='#ffffff';				// Font color when mouse is not over	var FontSubLowColor='#000000';			// Font color subs when mouse is not over	var FontHighColor='#ffffff';			// Font color when mouse is over	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over	var BorderColor='#ffffff';				// Border color	var BorderSubColor='#333333';			// Border color for subs	var BorderWidth=0;						// Border width	var BorderBtwnElmnts=1;					// Border between elements 1 or 0	var FontFamily="arial,helvetica,non serif"	// Font family menu items	var FontSize=11;						// Font size menu items	var FontBold=0;							// 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=-5;							// Menu offset x coordinate	var StartLeft=0;						// Menu offset y coordinate	var VerCorrect=0;						// Multiple frames y correction	var HorCorrect=60;						// Multiple frames x correction	var LeftPaddng=5;						// Left padding	var TopPaddng=3;						// 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='MenuPos';				// 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=['images/tri.gif',4,7,'images/tridown.gif',4,7,'trileft.gif',5,5];	// 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,60);Menu2=new Array("GRAPHIC DESIGN","gd_overview.html","",8,20,118);	Menu2_1=new Array("PBPS IDENTITY SYSTEM","gd_pbps_overview.html","",0,20,150);	Menu2_2=new Array("LOGOS","gd_logos_overview.html","",0,20,150);	Menu2_3=new Array("SKILLS FOR SUCCESS","gd_skills_overview.html","",0,20,150);	Menu2_4=new Array("MOORE COUNTY SIGNAGE","gd_moore_overview.html","",0,20,150);	Menu2_5=new Array("POSTERS","gd_posters_overview.html","",0,20,150);	Menu2_6=new Array("ACCURIDE PROMO PIECE","gd_accuride_overview.html","",0,20,150);	Menu2_7=new Array("DISPLAY GRAPHICS","gd_sedisplaygraphics.html","",0,20,150);	Menu2_8=new Array("MODEL SHEET","gd_modelsheet.html","",0,20,150);		Menu2_9=new Array("ANIMATION","gd_animation_because.html","",0,20,150);Menu3=new Array("ILLUSTRATION","ill_overview.html","",5,20,105);	Menu3_1=new Array("NOVEAU STUDY","ill_noveau.html","",0,17,105);	Menu3_2=new Array("BILLY JOEL","ill_billy.html","",0,17,105);	Menu3_3=new Array("RACHEL HUNTER","ill_rachel.html","",0,17,105);	Menu3_4=new Array("LITTLE GIRL","ill_littlegirl.html","",0,17,105);	Menu3_5=new Array("THE BEATLES","ill_beatles.html","",0,17,105);Menu4=new Array("WEB DESIGN","web_overview.html","",0,22,93);	Menu5=new Array("PHOTOGRAPHY","photo_overview.html","",2,20,107);	Menu5_1=new Array("DRAMATIC LIGHT","photo_series1.html","",0,20,107);	Menu5_2=new Array("DIGITAL TRIPTICS","photo_triptic1.html","",0,20,107);Menu6=new Array("RESUME","resume.html","",0,20,72);Menu7=new Array("CONTACT RHAPSODY","contact.html","",0,20,145);