
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if (bname=="Netscape")
brows=true
else
brows=false
var x=0;
var link=new Array();

function dspl(msg,dtop,delft){
this.msg=msg;
this.dtop=dtop;
this.dleft=delft;
}

// Here goes your messages (Read the instructions at http://www.geocities.com/~lef/instructions8.html   for more details)

link[0]=new dspl('<table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><FONT FACE="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT">Large Water Meter Testing, Evaluation and Maintenance.<BR>System Leak Surveys and Pin-Pointing. </strong></font></DIV></td></tr></table>',84,276)

link[1]=new dspl('<table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><font face="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT"> A look at the PolconŽ equipment we use to <BR>solve and evaluate you water service needs.</strong></font></DIV></td></tr></table>',84,276)

link[2]=new dspl(' <table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><font face="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT">An overview of our history and our mission today. </strong></font></DIV></td></tr></table>',84,276)

link[3]=new dspl('<table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><font face="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT">Related links to resources of interest. </strong></font></DIV></td></tr></table>',84,276)

link[4]=new dspl('<table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><font face="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT">Email Us with your comments and questions.</strong></font></DIV></td></tr></table>',84,276)

link[5]=new dspl('<table width="380" border="0" cellspacing="0" cellpadding="0"><tr><td><font face="arial,sans-serif" COLOR="#000080"><strong><DIV STYLE="font-size: 11px;"><IMG SRC="Images/arrow_rt.jpg" WIDTH="12" HEIGHT="26" HSPACE="0" VSPACE="0" BORDER="0" ALT="" ALIGN="LEFT">Our PolconŽ Services are designed to help a Utility two areas.</strong></font></DIV></td></tr></table>',84,276)

   
// Do not edit anything else in the script !!!!

function don(x){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows){
with(link[x]){
document.layers['linkex'].document.writeln(msg);
document.layers['linkex'].document.close();
document.layers['linkex'].top=dtop;
document.layers['linkex'].left=dleft;
}
document.layers['linkex'].visibility="show";
}
else{
with(link[x]){
linkex.innerHTML=msg;
linkex.style.top=dtop;
linkex.style.left=dleft;
}
linkex.style.visibility="visible";
}
}
}

function doff(){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows)
document.layers['linkex'].visibility="hide";
else
linkex.style.visibility="hidden";
}
}
