	var dm=document.createElement("div");dm.id="div_menu";dm.onclick=doMCMenu;document.getElementById("div_MenuContainer").appendChild(dm);
	var p=document.createElement("img");
	p.src="images/ColdChain.png";
	p.onmousemove = doMMMenu;
	p.style.cursor="hand";
	p.style.position="absolute";p.style.top=114;p.style.left=0;p.id="div_menu";dm.appendChild(p);
	document.getElementById("div_MenuContainer").onmouseout = doMOMenu;
	CI("hCom","hCommercial",1,"Commercial");CI("hDem","hDemolition",30,"Demolition");CI("hSal","hSalvage",79,"Salvage");CI("hCon","hConstruction",134,"Construction");CI("hPip","hPipe",198,"Pipe");CI("hIns","hInspection",237,"Inspection");CI("hDre","hDredge",277,"Dredging");CI("hInt","hInternational",344,"International");CI("hBar","hBarges",374,"Barges");CI("hUnd","hUnderwater",403,"Photography");CI("hQua","hQualifications",459,"Qualifications");
	function CI(fID, fSrc, fY, fURL){
		var d=document.createElement("img");
		d.src="images/" + fSrc + ".png";
		d.style.cursor="hand";
		d.URL = fURL;
		d.id=fID;d.style.position="absolute";d.style.top=fY+113;d.style.left=-300;document.getElementById("div_menu").appendChild(d);}
	
	var currentHot=new Object();
	currentHot.id="";	
	function doMMMenu(e){
		var y;
		if(!e){e=window.event;y = e.offsetY;}
		else y = e.layerY;
		while(1){
			if(y < 36){id="hCom";break;}if((y > 35) && (y < 85)){id="hDem";break;}if((y > 84) && (y < 135)){id="hSal";break;}if((y > 134) && (y < 191)){id="hCon";break;}if((y > 189) && (y < 241)){id="hPip";break;}if((y > 240) && (y < 300)){id="hIns";break;}if((y > 299) && (y < 354)){id="hDre";break;}if((y > 353) && (y < 406)){id="hInt";break;}if((y > 405) && (y < 451)){id="hBar";break;}if((y > 450) && (y < 500)){id="hUnd";break;}if((y > 499) && (y < 600)){id="hQua";break;}break;		}
		if(id!=currentHot.id){
			if(currentHot.id.length > 0)
				currentHot.style.left = -300;
			if(id.length > 0){currentHot = document.getElementById(id);	currentHot.style.left = 0;}}}
	function doMOMenu(e){
		if(!e)
			e=window.event;
		if(e.clientX<218)
			return;
		if(currentHot.id.length > 0)
		{
			currentHot.style.left = -300;
			currentHot = new Object();
			currentHot.id = "";
		}
	}
	function doMCMenu(e){
		if(currentHot.id.length > 0)
			window.location.href = currentHot.URL + ".htm";
	}
