externalLinks={init:function(){extLinks=Core.getElementsByClass("external");for(i=0;i<extLinks.length;i++){extLinks[i].onclick=externalLinks.clickHandler;}},clickHandler:function(){open(this.href);return false;}};Core.start(externalLinks);mapLinks={init:function(){extLinks=Core.getElementsByClass("map");for(i=0;i<extLinks.length;i++){extLinks[i].onclick=mapLinks.clickHandler;}},clickHandler:function(){open(this.href,"newWin","height=500px,width=500px");return false;}};Core.start(mapLinks);hiLite={init:function(){domEventBsly=document.getElementById("boss");domEventFrd=document.getElementById("fair");domEventNew=document.getElementById("new");domEventMar=document.getElementById("mar");trgBos=document.getElementById("bossley");trgFar=document.getElementById("frld");trgNew=document.getElementById("Redf");trgMar=document.getElementById("mrbr");if(document.addEventListener){domEventBsly.addEventListener("click",function(e){trgBos.style.backgroundColor="#eeeefc";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#ffffff";},false);domEventFrd.addEventListener("click",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#eeeefc";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#ffffff";},false);domEventNew.addEventListener("click",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#eeeefc";},false);domEventMar.addEventListener("click",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#eeeefc";trgNew.style.backgroundColor="#ffffff";},false);}else{domEventBsly.attachEvent("onclick",function(){trgBos.style.backgroundColor="#eeeefc";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#ffffff";});domEventFrd.attachEvent("onclick",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#eeeefc";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#ffffff";});domEventNew.attachEvent("onclick",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#ffffff";trgNew.style.backgroundColor="#eeeefc";});domEventMar.attachEvent("onclick",function(){trgBos.style.backgroundColor="#ffffff";trgFar.style.backgroundColor="#ffffff";trgMar.style.backgroundColor="#eeeefc";trgNew.style.backgroundColor="#ffffff";});}}};Core.start(hiLite);
