
if (document.images) {
//this goes in onMouseOut in link
//document.metalbuildings.src=metalbuildingsBack.src

		commercialOn = new Image
		industrialOn = new Image
		agriculturalOn = new Image
		publicOn = new Image
		metalbuildingsBack = new Image
		residentialOn = new Image
		recreationalOn = new Image
		militaryOn = new Image
		homeOn = new Image
		specialOn = new Image
		priceOn = new Image
		infoOn = new Image
		quoteOn = new Image
		//heliText = new Image

		commercialOn.src = "images/commercial_buildings.jpg"
		industrialOn.src = "images/industrial_buildings.jpg"
		metalbuildingsBack.src = "images/metal_buildings.jpg"
		agriculturalOn.src = "images/farm_buildings.jpg"
		publicOn.src = "images/public_buildings.jpg"
		residentialOn.src = "images/residential_buildings.jpg"
		recreationalOn.src = "images/recreational_buildings.jpg"
		militaryOn.src = "images/military_buildings.jpg"
		homeOn.src = "images/metal_buildings.jpg"
		specialOn.src = "images/steel_building_specials.jpg"
		priceOn.src = "images/metal_buildings.jpg"
		infoOn.src = "images/metal_building_info.jpg"
		quoteOn.src = "images/quote_metal_building.jpg"
		//heliText.src = "images/heliText.gif"
	}
	else {
		commercialOn = ""
		industrialOn = ""
		agriculturalOn = ""
		metalbuildingsBack = ""
		publicOn = ""
		residentialOn = ""
		recreationalOn = ""
		militaryOn = ""
		homeOn = ""
		specialOn = ""
		priceOn = ""
		infoOn = ""
		quoteOn = ""
		//heliText = ""
		document.metalbuildings = ""
	}

     /*
	 //Disable right mouse click Script
     //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
     //For full source code, visit http://www.dynamicdrive.com
     var message="Sorry, that function is disabled. The contents and photographs are under Copyright © of Straightwall Steel Buildings, Ken Balzer Photography and various other contributors, and should NOT be taken from this site.";
     function clickIE()
     {
          if (event.button==2)
          {
               alert(message);
               return false;
          }
     }
    function clickNS(e)
    {
          if (document.layers||document.getElementById&&!document.all)
          {
               if (e.which==2||e.which==3)
               {
                    alert(message);
                    return false;
               }
          }
    }
     if (document.layers)
     {
          document.captureEvents(event.mouseDown);
          document.onmousedown=clickNS;
     }
     else if (document.all&&!document.getElementById)
     {
          document.onmousedown=clickIE;
     }
     document.oncontextmenu=new Function("alert(message); return false");
	 */
	 
	 //reloader
	 function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
	 
	