/***********************************************************************************
*	(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=7;			
	var LowBgColor='90C0AD';		
	var LowSubBgColor='81B7A2';		
	var HighBgColor='697AB7';		
	var HighSubBgColor='8694EC';		
	var FontLowColor='ffffff';		
	var FontSubLowColor='ffffff';		
	var FontHighColor='ffffff';		
	var FontSubHighColor='ffffff';		
	var BorderColor='D1CBFF';			
	var BorderSubColor='e7e7e0';			
	var BorderWidth=0;				
	var BorderBtwnElmnts=1;			
	var FontFamily="verdana, arial"		
	var FontSize=8;				
	var FontBold=0;				
	var FontItalic=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=.06;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;		// vertical overlap child/ parent
	var StartTop=81;			
	var StartLeft=30;			
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=10;			
	var TopPaddng=2;			
	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=600;			
	var TakeOverBgColor=0;			// Menu frame takes over bg 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 doc 1 or 0
	var MenuWrap=1;				
	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=['',5,10,' ',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("Gallery of Paintings","","",3,17,120);
	Menu1_1=new Array("Chautauqua","notecards_chaut.php","",0,18,120);
	Menu1_2=new Array("Martha's Vineyard","notecards_mv.php","",0,20,120);
	Menu1_3=new Array("Buffalo and Beyond","notecards_quick.php","",0,20,120);

Menu2=new Array("Printed Artwork","","",3,17,120);
	Menu2_1=new Array("Stationery, Borders, & Invitations","custom_stationery.php","",0,18,200);
	Menu2_2=new Array("Quick Notes","notecards_quick2.php","",0,18,120);
	Menu2_3=new Array("Wedding","wedding.php","",0,18,120);
	
Menu3=new Array("Custom Holiday Cards","custom_holiday.php","",0,17,100);

Menu4=new Array("Commision","commission.php","",0,17,100);

Menu5=new Array("House Portraits","house_portraits.php","",0,17,135);
	Menu5_1=new Array("Watercolor House Portraits","house_portraits.php","",0,18,200);
	Menu5_2=new Array("Pen ink watercolor portraits","pen_ink.php","",0,18,120);

Menu6=new Array("Merchandise","merchandise.php","",0,17,80);

Menu7=new Array("Home","index.html","",0,17,45);		
	


