<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2009

// 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="spacer.gif" 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="http://www.legendadog.com/index.htm">News</a></li>');


document.write('  <li class="menuT"><a href="http://www.legendadog.com/sale.htm">For sale</a></li>');

// MENU SEPARATOR 1
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="#url" class="parentM">Zwergschnauzer</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://www.legendadog.com/zverg/black.htm">black</a></li>');
document.write('      <li><a href="http://www.legendadog.com/zverg/bl-sil.htm">black silver</a></li>');
document.write('      <li><a href="http://www.legendadog.com/zverg/pep-sal.htm">pepper salt</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="#url" class="parentM">Griffon</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://www.legendadog.com/griffon/bruxel.htm">bruxellois</a></li>');
document.write('      <li><a href="http://www.legendadog.com/griffon/belge.htm">belge</a></li>');
document.write('      <li><a href="http://www.legendadog.com/griffon/braban.htm">brabant</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="http://www.legendadog.com/chih/chih.htm">Chihuahueno</a>');

document.write('  <li class="menuT"><a href="#url" class="parentM">Puppies</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://www.legendadog.com/sale.htm">for sale</a></li>');
document.write('      <li><a href="http://www.legendadog.com/puppies.htm">litera</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="http://www.legendadog.com/gall.htm">Gallery</a>');

document.write('  <li class="menuT"><a href="http://www.legendadog.com/about-us.htm">About us</a>');


// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="http://www.legendadog.com/stat.htm">Info</a>');

document.write('  <li class="menuT"><a href="http://www.legendadog.com/grum.htm">Grooming</a>');

document.write('  <li class="menuT"><a href="http://www.legendadog.com/hen.htm">Handling</a>');

document.write('  <li class="menuT"><a href="http://mod-site.net/gb/u/legenda-1.html" target="_blank">Guest Book</a>');

document.write('  <li class="menuT"><a href="http://www.legendadog.com/contact.htm">Contact</a>');




document.write('  <li class="menuT"><a href="../links.htm">Links</a></li>');




// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');






// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');




// START MENU IMAGE


   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="spacer.gif" width="150" height="75" border="0" class="borders-menuimage"></a><br><br><br>');
}






document.write('</td></tr></table>');
document.write('</div>');




//  End -->




// 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;
