function mouseOn(divName) {
	document.getElementById(divName).src="images/" + divName + "_green.gif";
}
function mouseOff(divName) {
	document.getElementById(divName).src="images/" + divName + "_blue.gif";
}

function thumbChange(imgName/*,desName*/) {
	jQuery("#photoMain").attr("src","images/" + imgName + "-large.jpg");
	/*for(x=1;x<15;++x) {
		selectedDes="des" + x;
		if(document.getElementById(selectedDes)) {
			jQuery("#"+selectedDes).css("zIndex",-1);
		}
	}
	jQuery("#"+desName).css("zIndex",2);*/
}

function sniff() {
	if(jQuery.browser.msie==true && jQuery.browser.version<8) {
		document.getElementById("residential").style.marginBottom="-4px";
		document.getElementById("commercial").style.marginBottom="-4px";
		document.getElementById("sunroom").style.marginBottom="-4px";
		document.getElementById("roof").style.marginBottom="-4px";
		document.getElementById("footRight").style.marginLeft="0";
		document.getElementById("footLeft").style.marginRight="0";
		document.getElementById("footRight").style.marginTop="30px";
		document.getElementById("footLeft").style.marginTop="10px";
		document.getElementById("photoDes").style.display="inline";
		document.getElementById("leftArrow").style.display="inline";
		document.getElementById("rightArrow").style.display="inline";
		document.getElementById("staticStateScroll").style.display="inline";
		
		if(jQuery.browser.version<7) {
			document.getElementById("blueCover").style.display="none";
		}
		if(jQuery.browser.version==8) {
			document.getElementById("home").style.height=null;
			document.getElementById("services").style.height=null;
			document.getElementById("about").style.height=null;
			document.getElementById("contacts").style.height=null;
			document.getElementById("affiliations").style.height=null;
		}
	}
}
