<!-- 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">Behavior Consults</a></p>');
document.write('<p><a href="/phone">Phone Consults</a></p>');
document.write('<p><a href="/dogsandstorks">Dogs&amp;Storks&trade; in the Triangle</a></p>');
  document.write('<ul>');
  document.write('<li><a href="/before">Before the Stork</a></li>');
  document.write('<li><a href="/after">After the Stork</a></li>');
  document.write('</ul>');
document.write('<p><a href="/dvd">Dogs&amp;Storks&trade; DVD</a></p>');
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="/media">Media</a></p>');
document.write('<hr />');
document.write('<p><a href="http://dogsandstorks.com">Dogs&amp;Storks&trade; National</a></p>');
document.write('<hr />');
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('<p><a href="/aboutus">About Us</a></p>');
document.write('<p><a href="/links">Links and Resources</a></p>');
document.write('<hr />');

//  End -->

//document.write('<p><a href="/">Home</a></p>');
//document.write('<p><a href="/contactus">Contact Us</a></p>');
//document.write('<p><a href="/services">Behavior Consults</a></p>');
//document.write('<p><a href="/dogsandstorks">Dogs&amp;Storks&trade; in the Triangle</a></p>');
//document.write('<p><a href="/mm">Dogs&amp;Storks&trade; After the Stork</a></p>');
//document.write('<p><a href="/phone">Phone Consults</a></p>');
//document.write('<p><a href="/communication">Canine Body Language</a></p>');
//document.write('<p><a href="/purchase">Purchase</a></p>');
//document.write('<p><a href="/media">Media</a></p>');
//document.write('<hr />');
//document.write('<p><a href="/aboutus">About Us</a></p>');
//document.write('<p><a href="/links">Links and Resources</a></p>');
//document.write('<hr />');
