<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
// NOTE: To edit menus code edit the coolstyle.css

var menuheight	="228"	  // OVERALL MENU HEIGHT
var menuwidth	="130"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE UNDER MENU


document.write('<p><a href="/">Home</a></p>');
document.write('<p><a href="/services">Family Dog Behavior Consult</a></p>');
document.write('<p><a href="/dogsandstorks">Dogs&amp;Storks&trade; Consult</a></p>');
document.write('<p><a href="/dabc">Dog and Baby Connection&trade; Consult</a></p>');
document.write('<p><a href="http://dogsandstorks.com/dvd.htm">Dogs&amp;Storks&trade; DVD</a></p>');
document.write('<p><a href="http://www.dogsandstorks.com/media.htm">Media</a></p>');
document.write('<p><a href="http://dogsandstorks.blogspot.com/">Blog</a></p>');
document.write('<p><a href="http://www.dogsandstorks.com/about.htm">About Us</a></p>');
document.write('<p><a href="/contactus">Contact Us</a></p>');
document.write('<p><a href="/purchase">Purchase</a></p>');
document.write('<p><a href="/questionnaire">Client Questionnaire</a></p>');
document.write('<hr />');
//document.write('<p><a href="/edu">Education</a></p>');
//document.write('<p><a href="/communication">K9 Body Language</a></p>');
//document.write('<p><a href="/recommendations">Recommendations in the Triangle</a></p>');
//document.write('<p><a href="/links">Links and Resources</a></p>');
//document.write('<p><a href="http://dogsandstorks.com">Dogs&amp;Storks&trade; National</a></p>');
//document.write('<hr />');
//document.write('<hr />');

//  End -->
