function changeCounty(id,state) {
        if (document.images) {
        var imageName = id.toString();
        var imageExt;
        if (typeof document.body.style.maxHeight != "undefined") {
          // IE 7, mozilla, safari, opera 9
          imageExt = "png";
        } else {
          // IE6, older browsers
          imageExt = "gif";
        }
        //alert(imageName+imageExt);
        //alert(document.images["countyMap"].src);
	    document.images["countyMap"].src = "/_layouts/IMAGES/TerraEiendomUI/"+imageName+"."+imageExt; 
	    //alert(document.images["countyMap"].src);	 
	    //document.countyMap.src = "/_layouts/IMAGES/TerraEiendomUI/"+imageName+"."+imageExt; 
	    //alert(document.countyMap.src); 

 } //end of document.images if
} // end of function to activate images


function changeCounty2(id,state) {
        if (document.images) {
        var imageName = id.toString();
        var imageExt;
        if (typeof document.body.style.maxHeight != "undefined") {
          // IE 7, mozilla, safari, opera 9
          imageExt = "png";
        } else {
          // IE6, older browsers
          imageExt = "gif";
        }
        //alert(imageName+imageExt);
        //alert(document.images["countyMap"].src);
	    document.images["countyMap2"].src = "/_layouts/IMAGES/TerraEiendomUI/"+imageName+"."+imageExt; 
	    //alert(document.images["countyMap"].src);	 
	    //document.countyMap.src = "/_layouts/IMAGES/TerraEiendomUI/"+imageName+"."+imageExt; 
	    //alert(document.countyMap.src); 

 } //end of document.images if
} // end of function to activate images



// Function to 'deactivate' images.
function clearCounty(input) {
        if (document.images) {
            var imageExt;
        if (typeof document.body.style.maxHeight != "undefined") {
          // IE 7, mozilla, safari, opera 9
          imageExt = "png";
        } else {
          // IE6, older browsers
          imageExt = "gif";
        }
          	  		document.images["countyMap"].src = "/_layouts/images/TerraEiendomUI/startkart."+imageExt;                  
         } // end of document.images if
} // end of function deactivate images