
document.writeln('<META NAME="robots" CONTENT="INDEX,FOLLOW">');
document.writeln('<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1">');
document.writeln('<LINK REL="StyleSheet" HREF="style.css" TYPE="text/css">');
document.writeln('</HEAD>');
// marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 
document.writeln('<body onLoad="preloadImages();">');

document.writeln('<TABLE cellpadding=0 cellspacing=0 border=0>');
document.writeln('<TR>');
document.writeln('<TD valign=TOP width=200 rowspan=2 nowrap><A HREF=/><img src=images/spacer.gif height=103 width=200 border=0></A><BR><A HREF=wells.html onmouseover="changeImages(\'wells\',\'images/wells-over.gif\',\'wells_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'wells\',\'images/wells.gif\',\'wells_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=wells_ripple><img name=wells border=0 width=142 height=50 src=images/wells.gif></A><BR><A HREF=pumps.html onmouseover="changeImages(\'pumps\',\'images/pumps-over.gif\',\'pumps_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'pumps\',\'images/pumps.gif\',\'pumps_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=pumps_ripple><img name=pumps border=0 width=142 height=50 src=images/pumps.gif></A><BR><A HREF=gwhp.html onmouseover="changeImages(\'gwhp\',\'images/gwhp-over.gif\',\'gwhp_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'gwhp\',\'images/gwhp.gif\',\'gwhp_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=gwhp_ripple><img name=gwhp border=0 width=142 height=50 src=images/gwhp.gif></A><BR><A HREF=specialty.html onmouseover="changeImages(\'specialty\',\'images/specialty-over.gif\',\'specialty_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'specialty\',\'images/specialty.gif\',\'specialty_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=specialty_ripple><img name=specialty border=0 width=142 height=50 src=images/specialty.gif></A><BR><A HREF=watertreatment.html onmouseover="changeImages(\'watertreatment\',\'images/watertreatment-over.gif\',\'watertreatment_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'watertreatment\',\'images/watertreatment.gif\',\'watertreatment_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=watertreatment_ripple><img name=watertreatment border=0 width=142 height=50 src=images/watertreatment.gif></A><BR><A HREF=howwework.html onmouseover="changeImages(\'howwework\',\'images/howwework-over.gif\',\'howwework_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'howwework\',\'images/howwework.gif\',\'howwework_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=howwework_ripple><img name=howwework border=0 width=142 height=50 src=images/howwework.gif></A><BR><A HREF=links.html onmouseover="changeImages(\'linx\',\'images/links-over.gif\',\'linx_ripple\',\'images/rippleanimation.gif\'); return true;" onmouseout="changeImages(\'linx\',\'images/links.gif\',\'linx_ripple\',\'images/spacer.gif\'); return true;"><img src=images/spacer.gif width=58 height=50 border=0 name=linx_ripple><img name=linx border=0 width=142 height=50 src=images/links.gif></A><BR></TD>');
document.writeln('<TD valign=TOP width=600 height=66><img src=images/header.gif?1=1 width=560 height=66></TD>');

document.writeln('<TD width=160 rowspan=3 background=images/water.jpg valign=top align=center>');
document.writeln('<img src=images/spacer.gif height=1 width=160>');

placeImage(rightbar);

document.writeln('</TD>');


document.writeln('</TR>');
document.writeln('<TR>');
document.writeln('<TD valign="TOP" align=center>');
document.writeln('<div style=\'font-size:9.5px;\'>');
document.writeln('<A HREF=services.html class=subnav>Services</A> &#149;');
document.writeln('<A HREF=servicemap.html class=subnav>Service Area</A> &#149;');
document.writeln('<A HREF=estimates.html class=subnav>Bank Estimates &#149;</A>');
document.writeln('<A HREF=contact.html class=subnav>Contact Us</A>');
document.writeln('</div>');
document.writeln('<table cellpadding=0 cellspacing=0 border=0 width=560><TR><TD><HR>');
/* PAGE CONTENTS WILL APPEAR HERE */




/*
-----------------------
|  F U N C T I O N S  |
-----------------------
*/

// right-bar images

function placeImage() {
	for (var i=0; i<placeImage.arguments.length; i++) {
		document.writeln(placeImage.arguments[i]);
	}
}

// pop-up window

function openWin(url,theWidth,theHeight) {
	eval("window.open(url,\"_blank\",'top=100px,left=100px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + theWidth + ",height=" + theHeight + "')")
}

// navigation roll-overs

function newImage(arg) {
	var rslt;
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}else{
		return false;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		var _over = newImage("images/rippleanimation.gif");
		_over        = newImage("images/gwhp-over.gif");
		_over          = newImage("images/wells-over.gif");
		_over = newImage("images/watertreatment-over.gif");
		_over           = newImage("images/links-over.gif");
		_over          = newImage("images/pumps-over.gif");
		_over      = newImage("images/howwework-over.gif");
		_over      = newImage("images/specialty-over.gif");
		preloadFlag         = true;
	}
}