// JavaScript Document
YOffset=100;
topYOffset=250;
staticYOffset=20;
XOffset=20;
lastY=0;

buildHeader();
/*buildTop();*/

function Swap (imageID,name)
{
document.images[imageID].src=name;
}
function LinkUp(name)
{
var number = document.DropDown[name].selectedIndex; 
if (number!=0)
location.href = document.DropDown[name].options[number].value;
} 

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
return false;
}
}
if (document.layers) {
if (e.which == 3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function buildHeader(){
document.write('<A NAME="anchor001"></A>');
document.write('<table border="0" width="800" cellspacing="0" cellpadding="0">');
document.write('  <tr><td bgcolor="#1A1EBA"><a href="http://www.industrialpumps.com"><img src="http://www.industrialpumps.com/images/header/IPC3.gif" border="0"></a></td>');
document.write('<td bgcolor="#1A1EBA" width="100%"><img border="0" src="http://www.industrialpumps.com/images/header/banner.gif"></td></tr>');
document.write('</table>');
}

/*function buildTop(){
document.write('<DIV ID="top" style="Position : relative; right :-755; top : '+ topYOffset + '   ;z-Index : 20; width:30; visibility:hidden;"">');
document.write(' <a href="#anchor001"><img border="0" src="http://www.industrialpumps.com/top.gif" width="30" height="30"></a>');
document.write('</div>');
thetop=document.all("top").style;
}*/



/*document.write('<tr><td onmouseover="bgColor=\'#E59999\'" onmouseout="bgColor=\'#6F0A0B\'" align="center" bgcolor="#6F0A0B" align="left" valign="top"><a href="http://www.advancedbearings.com/glue.html" style="text-decoration: none"><font size="2" color="#ffffff" face="Helvetica"><b>Adhesives</b></font></a></td></tr>');*/





/*document.write('<tr><td onmouseover="bgColor=\'#E59999\'" onmouseout="bgColor=\'#6F0A0B\'" align="center" bgcolor="#6F0A0B" align="left" valign="top"><a href="http://www.advancedbearings.com/repairfacilities.html" style="text-decoration: none"><font size="2" color="#ffffff" face="Helvetica"><b>Repair Facilities</b></font></a></td></tr>');*/





/**/
// -->