// (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=2;
	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
	12,			// number of main items
	105,			// Left position
	325,			// Top position
	"330000",			// Normal font color
	"eeeeee",		// Normal back color
	"cc9999",			// High font color
	"white",			// High back color
	"666666",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	1,			// Arrow Width
	1,			// Arrow Height
	"",	// Arrow down
	1,			// Arrow Width
	1,			// Arrow Height
	"",	// Arrow left
	1,			// Arrow Width
	1,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu1_1=new Array("Vertical curbing","vertical_curbing.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_2=new Array("Sloped edging","sloped_edging.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_3=new Array("Bridge curbing","bridge_curbing.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_4=new Array("Surface finishes","surface_finishes.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_5=new Array("Edge details","edge_details.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_6=new Array("Joints","joints.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_7=new Array("90º Driveway corners","driveway_corners.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_8=new Array("180º Bullnoses","driveway_corners.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_9=new Array("Inlet stones","inlet_stones.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_10=new Array("Transition curbs","transition_curbs.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_11=new Array("Westchester block curb","westchester_block_c.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu1_12=new Array("Highway bounds","highway_bounds.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");

PopMenu2=new Array(		// global variables for PopMenu1
	6,			// number of main items
	145,			// Left position
	345,			// Top position
	"330000",			// Normal font color
	"eeeeee",		// Normal back color
	"cc9999",			// High font color
	"white",			// High back color
	"666666",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	1,			// Arrow Width
	1,			// Arrow Height
	"",	// Arrow down
	1,			// Arrow Width
	1,			// Arrow Height
	"",	// Arrow left
	1,			// Arrow Width
	1,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu2_1=new Array("Steps & Landings","steps_landings.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu2_2=new Array("Benches","benches.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu2_3=new Array("Posts","posts.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu2_4=new Array("Wall & pillar caps","wall_pillar.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu2_5=new Array("Split Paving blocks","split_paving.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
	PopMenu2_6=new Array("Property markers","property_markers.php","",0,20,175,"","","","","","",-1,-1,-1,"left","");
