/* Hierarchical menus code */


     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;


if (isMenu) {
menuVersion = 3;
menuWidth = 120;
childOverlap = 20;
childOffset = 5;
perCentOver = null;
secondsVisible = .5;
fntCol = "#BD0322";
fntSiz = "10";
fntBold = true;
fntItal = false;
fntFam = "Arial,sans-serif";
backCol = "lightgrey";
overCol = "cornflowerblue";
overFnt = "white";
borWid = 2;
borCol = "#375CA3";
borSty = "solid";
itemPad = 3;
imgSrc = "rightarrow.gif";
imgSiz = 10;
separator = 1;
separatorCol = "#375CA3";
isFrames = false;
keepHilite = true; 
clickStart = false;
clickKill = false;
}


if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js' TYPE='text/javascript'><\/SCRIPT>");
}


	
	arMenu1 = new Array(
	180,
	45,80,
	"","",
	"","",
	"","",
	"Home","index.htm",0);
	
	arMenu2 = new Array(
	180,
	148,80,
	"","",
	"","",
	"","",
	"Résumé","resume.htm",0);
	
	arMenu3 = new Array(
	180,
	253,80,
	"","",
	"","",
	"","",
	"Propositions","propositions.htm",0);
	
	arMenu4 = new Array(
	180,
	358,80,
	"","",
	"","",
	"","",
	"Web Portals and Sites","design.htm",0,
	"Period Property UK","http://www.periodproperty.co.uk",0,
	"Hi-glaze concepts","http://www.hi-glazeconcepts.co.uk",0,
	"Farm Management","http://www.farmmanagement.co.uk",0,
	"Clare Baptist Church","http://www.clarebaptistchurch.org.uk",0);
	
	
