document.write('    <div style="float: left" id="my_menu" class="sdmenu">');
document.write('      <div class="collapsed">');
document.write('        <span>Main</span>');
document.write('        <a href="index.html">Home Page</a>');
document.write('        <a href="news.html">News</a>');
document.write('        <a href="contact.html">Contact Me</a>');
document.write('        <a href="guestbook.html">My Guestbook</a>');
document.write('        <a href="links.html">Links</a>');
document.write('      </div>');
document.write('      <div class="collapsed">');
document.write('        <span>Dogs</span>');
document.write('        <a href="dogshows.html">Attache’ Kennels</a>');
document.write('        <a href="dogshows_schedule.html">Upcoming Shows</a>');
document.write('        <a href="litters.html">Litters</a>');
document.write('        <a href="studs.html">Stud Line Up</a>');
document.write('        <a href="bitches.html">Our Beautiful Bitches</a>');
document.write('        <a href="dog_images.html">Photos</a>');
document.write('      </div>');
document.write('      <div class="collapsed">');
document.write('        <span>Horses</span>');
document.write('        <a href="atm.html">All The Money</a>');
document.write('        <a href="Amen.htm">Amen Joy</a>');
document.write('        <a href="tk.html">An Heir About Him</a>');
document.write('        <a href="crystal.html">Double-Take Crystal</a>');
document.write('        <a href="deadline.html">Pushin’ The Deadline</a>');
document.write('        <a href="dream.html">There Will Be Talk</a>');
document.write('      </div>');
document.write('	</div>');
