// JavaScript Document
//<!--
startList = function() {
	if (document.all&&document.getElementById) {
			navRoot = document.getElementById("nav");
			navRoot.onmouseover=function() {this.className+=" over";}
  			navRoot.onmouseout=function() {this.className=this.className.replace(" over", "");}
			
			navRoot = document.getElementById("nav1");
			navRoot.onmouseover=function() {this.className+=" over";}
  			navRoot.onmouseout=function() {this.className=this.className.replace(" over", "");}
			
			navRoot = document.getElementById("nav2");
			navRoot.onmouseover=function() {this.className+=" over";}
  			navRoot.onmouseout=function() {this.className=this.className.replace(" over", "");}

			navRoot = document.getElementById("nav3");
			navRoot.onmouseover=function() {this.className+=" over";}
  			navRoot.onmouseout=function() {this.className=this.className.replace(" over", "");}
}  			

}

d_link_1 = new Image();
d_link_1.src = "images/office_1.gif";
d_link_1a = new Image();
d_link_1a.src = "images/office_2.gif";

d_link_2 = new Image();
d_link_2.src = "images/server_1.gif";
d_link_2a = new Image();
d_link_2a.src = "images/server_2.gif";

d_link_3 = new Image();
d_link_3.src = "images/events_1.gif";
d_link_3a = new Image();
d_link_3a.src = "images/events_2.gif";

d_link_4 = new Image();
d_link_4.src = "images/dehumid_1.gif";
d_link_4a = new Image();
d_link_4a.src = "images/dehumid_2.gif";

d_link_5 = new Image();
d_link_5.src = "images/london_icon_1.gif";
d_link_5a = new Image();
d_link_5a.src = "images/london_icon_2.gif";

d_link_6 = new Image();
d_link_6.src = "images/south_icon_1.gif";
d_link_6a = new Image();
d_link_6a.src = "images/south_icon_2.gif";

d_link_8 = new Image();
d_link_8.src = "images/south_coast_office_db.gif";
d_link_8a = new Image();
d_link_8a.src = "images/south_coast_office_lb.gif"

window.onload=startList;  
//-->
