// (c) Ger Versluis 2000 version 5.00, 23 October 2003
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;
	var BaseHref="";

	var PopMenuSlide="";
	var PopMenuShadow="";
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	11,			// number of main items
	5,			// Left position
	0,			// Top position
	"#633F56",			// Normal font color
	"#9C9A73",		// Normal back color
	"#840021",			// High font color
	"#9C9A73",			// High back color
	"#9C9A73",			// Border color
	"verdana, arial, sans-serif",	// Fontfamily
	0,			// Bold
	0,			// Italic
	8,			// Font size
	1,			// First line horizontal
	1,			// First line permanent visible
	0,			// Border width
	"center",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	.25,			// Vertical overlap
	500,			// Delay
	0,			// Right to left unfold
	"navnav",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	1,			// Arrow Width
	1,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	1,			// Arrow Width
	1,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	1,			// Arrow Width
	1,			// Arrow Height
	1,			// Top padding
	1,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"


	PopMenu1_1=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("home","index.php","",0,20,40,"","","","","","",-1,1,-1,"","");
	PopMenu1_3=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("fine prints","invent.php","",6,20,75,"","","","","","",-1,1,-1,"","");
		PopMenu1_4_1=new Array("RECENT ACQUISITIONS","recent.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_4_2=new Array("American Prints","amcan.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_4_3=new Array("Color Woodcuts","woodcuts.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_4_4=new Array("Dutch & Belgian Prints","19_20.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_4_5=new Array("European Prints","europe.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_4_6=new Array("SEARCH INVENTORY","search.php","",0,20,150,"","#BFBEA7","","","","",-1,1,-1,"left","");
	PopMenu1_5=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");
	PopMenu1_6=new Array("artist spotlight","spotlight.php","",4,20,100,"","","","","","",-1,1,-1,"","");
		PopMenu1_6_1=new Array("Charles Donker","artists.php?artist=29_Charles_Donker","",0,20,130,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_6_2=new Array("Vincent van Ojen","artists.php?artist=183_Vincent_Van_Ojen","",0,20,130,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_6_3=new Array("Jakob Demus","artists.php?artist=98_Jakob_Demus","",0,20,130,"","#BFBEA7","","","","",-1,1,-1,"left","");
		PopMenu1_6_4=new Array("Victor Delhez","artists.php?artist=182_Victor_Delhez","",0,20,130,"","#BFBEA7","","","","",-1,1,-1,"left","");
	PopMenu1_7=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");
	PopMenu1_8=new Array("sell your prints","sell.php","",0,20,105,"","","","","","",-1,1,-1,"","");
	PopMenu1_9=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");
	PopMenu1_10=new Array("contact us","contact.php","",0,20,75,"","","","","","",-1,1,-1,"","");
	PopMenu1_11=new Array("rollover?"+BaseHref+"images/bulletm.gif?"+BaseHref+"images/bulletm.gif","","",0,20,15,"","","","","","",-1,-1,-1,"","");

