<!--
function newWindow(loc,names,params){
var newWin=window.open(loc,names,params);
}
//-->



if (document.images) {

  image1on = new Image();

  image1on.src = "http://www.municipalalliance.com/allhovers/seron.gif";


  image2on = new Image();

  image2on.src = "http://www.municipalalliance.com/allhovers/secon.gif";
  
  
  image3on = new Image();

  image3on.src = "http://www.municipalalliance.com/allhovers/prion.gif";
  
  
  image4on = new Image();

  image4on.src = "http://www.municipalalliance.com/allhovers/otheron.gif";
  
  
    
  image1off = new Image();

  image1off.src = "http://www.municipalalliance.com/allhovers/seroff.gif";



  image2off = new Image();

  image2off.src = "http://www.municipalalliance.com/allhovers/secoff.gif";
  
  
  
  image3off = new Image();

  image3off.src = "http://www.municipalalliance.com/allhovers/prioff.gif";
  
  
  
  image4off = new Image();

  image4off.src = "http://www.municipalalliance.com/allhovers/otheroff.gif";
  
 
 
 

}



function changeImages() {

  if (document.images) {

    for (var i=0; i<changeImages.arguments.length; i+=2) {

      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");

    }

  }

}



// -->