/***********************************************************************************
*	(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='000000';			// Background color when mouse is not over
	var LowSubBgColor='000000';			// Background color when mouse is not over on subs
	var HighBgColor='006600';			// Background color when mouse is over
	var HighSubBgColor='006600';			// Background color when mouse is over on subs
	var FontLowColor='006600';			// Font color when mouse is not over
	var FontSubLowColor='006600';			// Font color subs when mouse is not over
	var FontHighColor='000000';			// Font color when mouse is over
	var FontSubHighColor='000000';			// Font color subs when mouse is over
	var BorderColor='00cc33';			// Border color
	var BorderSubColor='00cc33';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="default"	// Font family menu items
	var FontSize=9;				// 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=.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;			// vertical overlap child/ parent
	var StartTop=75;				// 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=5;				// 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='';				// 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","http://www.funkbuttah.com","",2,20,75);
	Menu1_1=new Array("Splash Movie","http://www.funkbuttah.com/index.php","",0,20,100);
	Menu1_2=new Array("Home Page","http://www.funkbuttah.com/index01.php","",0,20,100);
	
Menu2=new Array("Illustration","http://www.funkbuttah.com/illustration.php","",0,20,110);
	
Menu3=new Array("Animation","http://www.funkbuttah.com/animation.php","",2,20,95);
	Menu3_1=new Array("2D Animation","http://www.funkbuttah.com/animation.php","",0,20,100);
	Menu3_2=new Array("3D Animation","http://www.funkbuttah.com/3d_animation.php","",0,20,100);
	
Menu4=new Array("3D Modelling","http://www.funkbuttah.com/3d_modelling.php","",0,20,115);
	
Menu5=new Array("Sketchbook","http://www.funkbuttah.com/sketchbook.php","",0,20,110);
		
Menu6=new Array("Traditional Art","http://www.funkbuttah.com/oil_painting.php","",4,20,120);
	Menu6_1=new Array("Oil Painting","http://www.funkbuttah.com/oil_painting_landscape.php","",2,20,150);
		Menu6_1_1=new Array("Landscape","http://www.funkbuttah.com/oil_painting_landscape.php","",0,20,150);
		Menu6_1_2=new Array("Figurative","http://www.funkbuttah.com/oil_painting_figurative.php","",0,20,150);		
	Menu6_2=new Array("Drawing","http://www.funkbuttah.com/drawing.php","",0);
	Menu6_3=new Array("Sculpture","http://www.funkbuttah.com/sculpture.php","",0);
	Menu6_4=new Array("www.joshuabeen.com","http://www.joshuabeen.com","",0,20,150);

Menu7=new Array("The Missing Link","http://www.funkbuttah.com/missinglink.php","",0,20,140);
	
Menu8=new Array("The Artist","http://www.funkbuttah.com/bio.php","",5,20,95);
	Menu8_1=new Array("Biography","http://www.funkbuttah.com/bio.php","",0,20,150);
	Menu8_2=new Array("Resume","http://www.funkbuttah.com/resume.php","",0,20,150);
	Menu8_3=new Array("Good Times","http://www.funkbuttah.com/goodtimes.php","",0,20,150);
	Menu8_4=new Array("Contact Info","http://www.funkbuttah.com/contact.php","",0,20,150);
	Menu8_5=new Array("www.joshuabeen.com","http://www.joshuabeen.com","",0,20,150);

Menu9=new Array("Links","http://www.funkbuttah.com/links.php","",0,20,80);
	