<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

<!-- Begin
//   ##############  SIMPLE  BROWSER SNIFFER
if (document.layers) {navigator.family = "nn4"}
if (document.all) {navigator.family = "ie4"}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {navigator.family = "gecko"}

//  #########  popup text 
descarray = new Array(
"Our staff has a combined forty years of experience<BR>in the DC Power and Flooded Battery Business.  Whether<BR>you are in the telecommunications, UPS, Utility or<BR>Industrial Business, PESCO has the expertise to help<BR>solve your DC Power and Battery Room needs.",
"Our state–of–the–Art manufacturing facilities<BR>and use of the highest quality raw materials ensures<BR>outstanding quality and reliability.  Our products<BR>meet or exceed all local and national codes and regulations. ",
"Designed to Minimize Battery Room Disruption<BR>and Provide Maximum Floor Space.  Installation is Simplified<BR>and can be Installed Around New and Existing Battery<BR>Racks.  Can be installed within two inches of the battery rack.",
"The use of 16 gauge, primed steel and a .080”<BR>coating of fire retardant PVC means less chance of damage<BR>from battery service personnel and ensures a containment<BR>system that continues to provide a liquid tight seal.",
"PESCO Spill Containment Systems are Shipped with<BR><i>Everything Required</i> for a <i>Complete Installation</>.<BR>An Installation Video is also Available Upon Request.<BR>Customer Satisfaction is Guaranteed.",
"Every PESCO Spill Containment System is designed<BR>around the customers requirements.  Customization is<BR>our specialty and it is provided at no additional costs.<BR>There are no hidden handling charges and freight<BR>charges are actual charges from our carriers.",
"</center>Our inventory management systems and integrated<BR>manufacturing has allowed us to keep costs down.<BR>We pass those savings onto our customers through<BR>competitive pricing and outstanding customer service."
);


overdiv="0";
//  #########  CREATES POP UP BOXES 
function popLayer(a){
if(!descarray[a]){descarray[a]="<font color=red>This popup (#"+a+") isn't setup correctly - needs description</font>";}
if (navigator.family == "gecko") {pad="0"; bord="1 bordercolor=black";}
else {pad="1"; bord="0";}
desc = 	  "<table cellspacing=0 cellpadding="+pad+" border="+bord+"  bgcolor=000000><tr><td>\n"
	+"<table cellspacing=0 cellpadding=3 border=0 width=100%><tr><td bgcolor=ffffdd><center><font size=-1>\n"
	+descarray[a]
	+"\n</td></tr></table>\n"
	+"</td></tr></table>";
if(navigator.family =="nn4") {
	document.object1.document.write(desc);
	document.object1.document.close();
	document.object1.left=550;
	document.object1.top=y-25;
	}
else if(navigator.family =="ie4"){
	object1.innerHTML=desc;
	object1.style.pixelLeft=550;
	object1.style.pixelTop=y-25;
	}
else if(navigator.family =="gecko"){
	document.getElementById("object1").innerHTML=desc;
	document.getElementById("object1").style.left=550;
	document.getElementById("object1").style.top=y-25;
	}
}
function hideLayer(){
if (overdiv == "0") {
	if(navigator.family =="nn4") {eval(document.object1.top="-500");}
	else if(navigator.family =="ie4"){object1.innerHTML="";}
	else if(navigator.family =="gecko") {document.getElementById("object1").style.top="-500";}
	}
}

//  ########  TRACKS MOUSE POSITION FOR POPUP PLACEMENT
var isNav = (navigator.appName.indexOf("Netscape") !=-1);
function handlerMM(e){
x = (isNav) ? e.pageX : event.clientX + document.body.scrollLeft;
y = (isNav) ? e.pageY : event.clientY + document.body.scrollTop;
}
if (isNav){document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove = handlerMM;
//  End -->