﻿// (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="http://www.robert-hitchins-limited.co.uk/";		// Root of the site
	//var BaseHref="https://lxplesk118.fm.netbenefit.co.uk:8443/sitepreview/http/robert-hitchins-properties.co.uk/";
	//var BaseHref="";
	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
	
PopMenu1=new Array(		// global variables for PopMenu1
	6,			// number of main items
	0,			// Left position
	0,			// Top position
	"white",			// Normal font color
	"#458FC7",		// Normal back color
	"white",			// High font color
	"#1D3877",			// High back color
	"#006188",			// Border color
	"trebuchet ms,arial,helvetica,verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// Font size in pixel
	0,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	400,			// Delay
	0,			// Right to left unfold
	"popmenu",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"images/tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"images/spacer.gif",	// Arrow down
	0,			// Arrow Width
	0,			// Arrow Height
	BaseHref+"images/spacer.gif",	// Arrow left
	0,			// Arrow Width
	0,			// Arrow Height
	4,			// Top padding
	8,			// 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(
		"DEVELOPMENTS",	// ElementText
		"",				// ElementLink
		"",				// ElementBgImage
		6,				// ElementNoOfSubElements
		20,				// ElementHeight
		102,			// ElementWidth
		"",				// ElementBgColor
		"#cbe141",				// ElementBgHighColor
		"",				// ElementFontColor
		"black",				// ElementFontHighColor
		"",				// ElementBorderColor
		"",				// ElementFontFamily
		-1,				// ElementFontSize in pixel
		-1,				// ElementBold
		-1,				// ElementItalic
		"left",			// ElementTextAlign
		"DEVELOPMENTS");		// ElementStatusText

	PopMenu1_1_1=new Array("Worcester","","",1,20,120,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_1_1=new Array("High Point Business Park","dev_worcester/highpoint.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");

	PopMenu1_1_2=new Array("Cheltenham","","",1,20,120,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_2_1=new Array("Cheltenham Office Park","dev-cheltenham/cheltenham_office_park.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");

	PopMenu1_1_3=new Array("Tewkesbury","","",3,20,90,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_3_1=new Array("Phases 3&4","dev-tewkesbury/phases34.html","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_3_2=new Array("35 Hundred","dev-tewkesbury/3500.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_3_3=new Array("55 Hundred","dev-tewkesbury/5500.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
	
	PopMenu1_1_4=new Array("Gloucester","","",3,20,120,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_4_1=new Array("Quedgeley Retail Park","dev-gloucester/quedgeley-retail-park.html","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_4_2=new Array("Imperial Gate","dev-gloucester/imperialgate.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_4_3=new Array("Kingsway Business Park","dev-gloucester/kingsway.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
			
	PopMenu1_1_5=new Array("Wales","","",5,20,120,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_5_1=new Array("Cleppa 4, Newport","dev-newport/cleppa4.html","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_5_2=new Array("24 Severn, Newport","dev-newport/24severn.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_5_3=new Array("Fusion Point, Cardiff","dev-cardiff/fusionpoint.php","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");	
		PopMenu1_1_5_4=new Array("Central Park, Bridgend","dev-bridgend/centralpark.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_5_5=new Array("Eastern Business Park, Cardiff","dev-cardiff/easternbusinesspark.php4","",0,31,135,"","#cbe141","","black","","",-1,0,-1,"","");	
	
	PopMenu1_1_6=new Array("Stonehouse","","",2,20,120,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_6_1=new Array("Stonehouse Park","dev-stonehouse/stonehousepark.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		PopMenu1_1_6_2=new Array("The Moorings","dev-stonehouse/themoorings.php4","",0,20,135,"","#cbe141","","black","","",-1,0,-1,"","");
		
	
		
		

PopMenu1_2=new Array("MANAGED SPACE","","",5,20,90,"","#d1e5f2","","black","","",-1,-1,-1,"","MANAGED SPACE");
	PopMenu1_2_1=new Array("Gloucester","","",4,20,90,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_1_1=new Array("Imperial Gate","mbs-gloucester/imperialgate.php4","",0,20,155,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_1_2=new Array("Kingsway Business Park","mbs-gloucester/quedgeley.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_1_3=new Array("Mill Place Office","mbs-gloucester/millplace-office.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_1_4=new Array("Mill Place Industrial","mbs-gloucester/millplace-industrial.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");	
		
	PopMenu1_2_2=new Array("Stonehouse","","",1,20,90,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_2_1=new Array("Bond's Mill","mbs-stonehouse/bondsmill.html","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
	PopMenu1_2_4=new Array("Cardiff","","",1,20,90,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_4_1=new Array("Eastern Business Park","mbs-cardiff/easternbusinesspark.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
	PopMenu1_2_3=new Array("Caldicot","","",1,20,90,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_3_1=new Array("Castlegate Business Park","mbs-caldicot/castlegatebusinesspark.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
	PopMenu1_2_5=new Array("Bridgend","","",1,20,90,"","#d1e5f2","","black","","",-1,0,-1,"","");
		PopMenu1_2_5_1=new Array("Central Park","mbs-bridgend/centralpark.php4","",0,20,135,"","#d1e5f2","","black","","",-1,0,-1,"","");
	
PopMenu1_3=new Array("ABOUT US","","",4,20,90,"","#faf593","","black","","",-1,-1,-1,"","ABOUT US");
	PopMenu1_3_1=new Array("Our Team","about/our_team.html","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");
	PopMenu1_3_2=new Array("Links","about/links.html","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");
	PopMenu1_3_3=new Array("The Group","about/the_group.html","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");
	PopMenu1_3_4=new Array("Recruitment","about/recruitment.php4","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");

PopMenu1_4=new Array("LATEST NEWS","","",2,20,90,"","#faf593","","black","","",-1,-1,-1,"","LATEST NEWS");
	PopMenu1_4_1=new Array("Press Releases","news/pressreleases.php4","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");
	PopMenu1_4_2=new Array("Newsletter","news/newsletter.php4","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");

	
PopMenu1_5=new Array("CONTACT US","","",2,20,90,"","#faf593","","black","","",-1,-1,-1,"","CONTACT US");
	PopMenu1_5_1=new Array("Feedback Form","contact/feedback.html","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");
	PopMenu1_5_2=new Array("Contact Details","contact/contacts.html","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","");

PopMenu1_6=new Array("HOME","intro/intro.php4","",0,20,90,"","#faf593","","black","","",-1,-1,-1,"","HOME");
