var browser=navigator.appName;
if (browser=="Microsoft Internet Explorer"){
	document.write("<div id=\"theheader\" 		class=\"bartonheader\"></div>");
	document.write("<div id=\"thehomebutton\"; 	class=\"homebutton\" 		onclick=\"location.href=\'index.html\';\" 		onmouseout=\"thehomebutton.className=\'homebutton\'\"		onmouseover=\"thehomebutton.className=\'homebuttonalt\'\">		</div> ");
	document.write("<div id=\"theservicesbutton\";	class=\"servicesbutton\" 	onclick=\"location.href=\'construction-services-hydrant-tapping.html\';\" 	onmouseout=\"theservicesbutton.className=\'servicesbutton\'\"	onmouseover=\"theservicesbutton.className=\'servicesbuttonalt\'\">	</div> ");
	document.write("<div id=\"theaboutusbutton\"; 	class=\"aboutusbutton\"		onclick=\"location.href=\'barton-construction-about-us.html\';\" 	onmouseout=\"theaboutusbutton.className=\'aboutusbutton\'\"	onmouseover=\"theaboutusbutton.className=\'aboutusbuttonalt\'\">	</div> ");
	document.write("<div id=\"thecontactusbutton\"; class=\"contactusbutton\"	onclick=\"location.href=\'barton-construction-contact-us.html\';\" 	onmouseout=\"thecontactusbutton.className=\'contactusbutton\'\"	onmouseover=\"thecontactusbutton.className=\'contactusbuttonalt\'\">	</div> ");
	document.write("<div id=\"preloaded\"; class=\"preloaded-images\"><img src=\"http://header.bartonconstructioncorp.com/image-button-homealt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-servicesalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-aboutusalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-contactusalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /></div> ");
}
	
else{
	document.write("<div id=\"theheader\" 		style=\"position:fixed;  left:0; top:0; width:100%; height:15%; background-color:#000000;\"><img id=\"headerimg\" src=\"http://header.bartonconstructioncorp.com/image-bg-header.png\"></div>");
	document.write("<div id=\"thehomebutton\"; 	style=\"cursor:pointer; position:fixed; left:36.5%; top:9.9%; width:10%; height:4.65%;\" onclick=\"location.href=\'index.html\';\" 			onmouseout=\"homebuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-home.jpg\'\" 		onmouseover=\"homebuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-homealt.jpg\'\">			<img id=\"homebuttonimg\" 	src=\"http://header.bartonconstructioncorp.com/image-button-home.jpg\" 		alt=\"Home\" /></div> ");
	document.write("<div id=\"theservicesbutton\";	style=\"cursor:pointer; position:fixed; left:49%;   top:9.9%; width:10%; height:4.65%;\" onclick=\"location.href=\'construction-services-hydrant-tapping.html\';\" 		onmouseout=\"servicesbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-services.jpg\'\" 	onmouseover=\"servicesbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-servicesalt.jpg\'\">		<img id=\"servicesbuttonimg\" 	src=\"http://header.bartonconstructioncorp.com/image-button-services.jpg\" 	alt=\"Services\" /></div> ");
	document.write("<div id=\"theaboutusbutton\"; 	style=\"cursor:pointer; position:fixed; left:61.5%; top:9.9%; width:10%; height:4.65%;\" onclick=\"location.href=\'barton-construction-about-us.html\';\" 		onmouseout=\"aboutusbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-aboutus.jpg\'\" 	onmouseover=\"aboutusbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-aboutusalt.jpg\'\">		<img id=\"aboutusbuttonimg\" 	src=\"http://header.bartonconstructioncorp.com/image-button-aboutus.jpg\" 	alt=\"About Us\" /></div> ");
	document.write("<div id=\"thecontactusbutton\"; style=\"cursor:pointer; position:fixed; left:74.5%; top:9.9%; width:10%; height:4.65%;\" onclick=\"location.href=\'barton-construction-contact-us.html\';\" 		onmouseout=\"contactusbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-contactus.jpg\'\" 	onmouseover=\"contactusbuttonimg.src=\'http://header.bartonconstructioncorp.com/image-button-contactusalt.jpg\'\">	<img id=\"contactusbuttonimg\" 	src=\"http://header.bartonconstructioncorp.com/image-button-contactus.jpg\" 	alt=\"Contact US\" /></div> ");
	document.write("<div id=\"preloaded\"; class=\"preloaded-images\"><img src=\"http://header.bartonconstructioncorp.com/image-button-homealt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-servicesalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-aboutusalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /><img src=\"http://header.bartonconstructioncorp.com/image-button-contactusalt.jpg\" width=\"1\" height=\"1\" alt=\"\" /></div> ");
}	

//-->