function changeLoc(address){
  window.location.href = address;
}
function onOver(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#f5f5f5";
    td.style.cursor="hand";
    window.status=':: Kashan Water & Waste Water Co. ::'
      }
}
function onOut(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#FFFFFF";
   window.status=':: Kashan Water & Waste Water Co. ::'
     }
}

