<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2008

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showtop		= "no"		//  SHOW TOP MENU IMAGE
var showimage		= "no"		//  SHOW BOTTOM MENU IMAGE


document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
document.write('<img src="images/lo.jpg" width="150" height="125" class="menutop"></a><br>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');

// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <li class="menuT"><a href="index.html">Home</a></li>');  

document.write('<li class="menuseparator"></li>');	

// MENU SEPARATOR 1							  


document.write('  <li class="menuT"><a href="epoxy_coating.html">Large Water Pipe</a></li>');  	

document.write('  <li class="menuT"><a href="">Small Water Pipe</a>');
document.write('    <ul id="sub-nav">'); 
document.write('      <li><a href="typical-problems.html">Typical Problems</a></li>');
document.write('      <li><a href="benefits.html">Benefits</a></li>');
document.write('      <li><a href="lining-process.html">Lining Process</a></li>');
document.write('      <li><a href="clear-pipe-video.html">Clear Pipe Video</a></li>'); 
document.write('      <li><a href="pinhole-leak-video.html">Pinhole Leak Video</a></li>');
document.write('    </ul>');
document.write('  </li>');	 
 
document.write('<li class="menuseparator"></li>')

document.write('  <li class="menuT"><a href="technical_data.html">Technical Data</a></li>'); 


// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');	

document.write('  <li class="menuT"><a href="http://www.ussewer-drain.com/" target="_blank">Sewer Lining</a></li>'); 

document.write('<li class="menuseparator"></li>');	

document.write('   <li class="menuT"><a href="free-estimates.html"> <font color="#ff0000">Free Estimates</font></a></li>');

document.write('  <li class="menuT"><a href="contact_us.html">Contact Us</a></li>');	  

document.write('  <li class="menuT"><a href="sitemap.html">Site Map</a></li>');	 
document.write('<li class="menuseparator"></li>');	

document.write('</ul>');	

document.write('<br /><br /><table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td class="company-name">');
document.write('US Water Liner<br />');
document.write('800-504-6108<br />');
document.write('US and International<br />');
document.write(' <br /><br />');
document.write('</td>');
document.write('</tr>');
document.write('</table>');	  



// MENU SEPARATOR 3


// END LINKS //		 



document.write('</td></tr><tr><td align="center">');   


// START MENU IMAGE

   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/menu-image.jpg" width="150" height="75" border="0" class="borders-menuimage"></a><br><br><br>');
}

document.write('</td></tr></table>');
document.write('</div>');

//  End -->

// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;

