// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	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
	9,			// number of main items
	0,			// Left position
	42,			// Top position
	"#FFFFFF",			// Normal font color
	"",		// Normal back color
	"#C9D0D4",			// High font color
	"",			// High back color
	"",			// Border color
	"Verdana, Helvetica, sans-serif",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"center",			// Text align "left", "center" or "right"
	.2,			// Horizontal overlap
	.2,			// Vertical overlap
	170,			// Delay
	0,			// Right to left unfold
	"MenuPos",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"",		// Arrow right
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref+"",	// Arrow down
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref+"",	// Arrow left
	0,			// Arrow Width
	0,			// Arrow Height
	4,			// Top padding
	4,			// 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"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array(
		"Home",	// ElementText
		"http://www.terrapoint.nl",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		19,		// ElementHeight
		60,		// ElementWidth
		"#C7C911",		// ElementBgColor
		"#AA460D",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"",		// ElementBorderColor
		"Arial, Helvetica, sans-serif",		// ElementFontFamily
		10,		// ElementFontSize in pixel
		1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText
	
	//Voorbeeld van code new browser window:
	//PopMenu1_3_3=new Array("Alle opleidingen","javascript:NewWin=window.open('http://www.ncoi-business-school.com/cms2006/opleidingsaanbod.php','NWin');window['NewWin'].focus()","",0,22,190,"#429DD4","#429DD4","#FFFFFF","#C9D0D4","","",-1,-1,-1,"","");	
									
	PopMenu1_2=new Array("Producten","","",2,19,70,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
		PopMenu1_2_1=new Array("Aardappelen & Uien","content.php?var_content=4","",0,20,190,"#666666","#999999","#FFFFFF","#FFFFFF","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Drie productgroepen","content.php?var_content=5","",0,19,60,"#666666","#999999","#FFFFFF","#FFFFFF","","",-1,-1,-1,"","");

	
	PopMenu1_3=new Array("Terrapoint-team","content.php?var_content=6","",0,19,100,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
	
	PopMenu1_4=new Array("Wie we zijn","content.php?var_content=3","",0,19,80,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");

	PopMenu1_5=new Array("Nieuws","nieuwsoverzicht.php","",0,20,70,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
	
	PopMenu1_6=new Array("Contact","contact.php","",0,20,70,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
	
	PopMenu1_7=new Array("Links","content.php?var_content=9","",0,19,60,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");

	PopMenu1_8=new Array("Vacatures","content.php?var_content=11","",0,19,80,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
	
	PopMenu1_9=new Array("Gevraagd/aangeboden","content.php?var_content=13","",0,20,135,"#C7C911","#AA460D","#FFFFFF","#FFFFFF","","Arial, Helvetica, sans-serif",10,1,-1,"","");
