<!-- Begin



// NOTE: If you use a ' add a slash before it like this \'



// USE lowercase FOR ALL OPTIONS ONLY



var showimage1		= "yes"			// SHOW FIRST SIDEBAR IMAGE

var showimage2		= "yes"			// SHOW SECOND SIDEBAR IMAGE

var linkimage1		= "quote.htm"		// LINK FOR IMAGE 1

var linkimage2		= "quote.htm"		// LINK FOR IMAGE 2







document.write('<div id="menulocation" style="z-index: 10;" class="printhide">');



document.write('<table cellpadding="0" cellspacing="0" border="0" width="175"><tr><td align="left">');



// MENU IMAGE 1

   if (showimage1 == "yes") {

document.write('<a href="'+linkimage1+'"><img src="picts/menu-picture-1.jpg" border="0" class="sideborder"></a><br>');

}



document.write('<ul id="top-nav">');









// START MENU LINKS - EDIT BELOW THIS AREA



document.write('  <li class="menuT lastlink"><a href="index.html">Home</a></li>');




document.write('  <li class="menuT"><a href="about.htm">About us</a></li>');

document.write('  <li class="menuT"><a href="services.htm">Our services</a>');

document.write('  <li class="menuT"><a href="water.htm">Water Damage</a>');

document.write('  <li class="menuT"><a href="testimonials.htm">Testimonials</a>');

document.write('  <li class="menuT"><a href="contact.htm">Contact us</a></li>');







// END LINKS //













document.write('</ul>');

document.write('</td></tr><tr><td align="center">');









// MENU IMAGE 2



   if (showimage2 == "yes") {

document.write('<a href="'+linkimage2+'"><img src="picts/menu-picture-2.jpg" border="0" class="sideborder"></a><br>');

}











document.write('</td></tr></table></div>');























// COPYRIGHT 2009 © 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;







// -- END -->
