<!--
// Mouseover for sub-navigation
if (document.images) {
	home_on = new Image();
	home_on.src = "images/nav_home_on.gif";
	home_off = new Image();
	home_off.src = "images/nav_home_off.gif";
	
	company_on = new Image();
	company_on.src = "images/nav_company_on.gif";
	company_off = new Image();
	company_off.src = "images/nav_company_off.gif";
	
	services_on = new Image();
	services_on.src = "images/nav_services_on.gif";
	services_off = new Image();
	services_off.src = "images/nav_services_off.gif";
	
	contact_on = new Image();
	contact_on.src = "images/nav_contact_on.gif";
	contact_off = new Image();
	contact_off.src = "images/nav_contact_off.gif";
	
	calc_on = new Image();
	calc_on.src = "images/nav_calc_on.gif";
	calc_off = new Image();
	calc_off.src = "images/nav_calc_off.gif";
	
	order_on = new Image();
	order_on.src = "images/open_an_order_on.gif";
	order_off = new Image();
	order_off.src = "images/open_an_order.gif";
	
	request_on = new Image();
	request_on.src = "images/submit_req_on.gif";
	request_off = new Image();
	request_off.src = "images/submit_req.gif";
	
	ratecalc_on = new Image();
	ratecalc_on.src = "images/calc_btn_on.gif";
	ratecalc_off = new Image();
	ratecalc_off.src = "images/calc_btn.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");
    }
  } // end of document.images if
} // end of mouseover sub-navigation

var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("map_winnemucca.gif","map_yerington.gif","map_elko.gif","map_las_vegas.gif", "images/map_reno.gif","images/map_blank.gif");

<!-- $RCSfile: FlashDetection2k.pm,v $ $Revision: 1.71 $ :  server can't tell if your browser has Flash;  you have a Netscape-like browser, here is some client-side JavaScript to detect if you have Flash. -->
<!-- start JS detection
FlashMode = 0;
if (navigator.plugins && navigator.plugins.length > 0)
{
	if (navigator.plugins["Shockwave Flash"])
	{
		var plugin_version = 0;
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");

		for (var i = 0; i < words.length; ++i)
		{
			if (isNaN(parseInt(words[i])))
			continue;
			plugin_version = words[i];
		}
		if (plugin_version >= 6)
		{
			var plugin = navigator.plugins["Shockwave Flash"];
			var numTypes = plugin.length;
			for (j = 0; j < numTypes; j++)
			{
				mimetype = plugin[j];
				if (mimetype)
				{
					if (mimetype.enabledPlugin && (mimetype.suffixes.indexOf("swf") != -1))
						FlashMode = 1;
					// Mac wierdness
					if (navigator.mimeTypes["application/x-shockwave-flash"] == null)
						FlashMode = 0;
				}
			}
		}
	}
}
do_dw_var = FlashMode;
browser_flash_version = plugin_version;
// end JS detection -->

-->