<!-- Begin CSS Vertical Menu - menu ver 3.1 2008

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "1"		// LEFT MENU PADDING
var rightspacing	= "20"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var menuwidth		= "100"		// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 100px;"><a href="index.html">welcome to<br>heartwood</a><li>'); 





document.write('  <li style="width: 90px;"><a href="yoga_at_heartwood.htm">yoga at<br>heartwood</a>'); 
document.write('    <ul>');
document.write('      <li><a href="class_schedule.htm">class schedule</a></li>');
document.write('      <li><a href="workshops_and_events.htm">workshops & events</a></li>');
document.write('      <li><a href="individual_instruction.htm">individual instruction</a></li>');
document.write('      <li><a href="yoga_therapy.htm">yoga as therapy</a></li>');
document.write('      <li><a href="teachers_and_therapists.htm">teachers & therapists</a></li>');
document.write('      <li><a href="fee_schedule_yoga_instruction.html">yoga fee schedule</a></li>');
document.write('      <li><a href="registration.htm">registration</a></li>');
document.write('    </ul>');
document.write('  </li>');








document.write('  <li style="width: 100px;"><a href="meditation.htm">meditation</a><li>'); 








document.write('  <li style="width: 110px;"><a href="body_centered_therapies.htm">body-centered<br>therapies</a>');
document.write('    <ul>');
document.write('      <li><a href="therapeutic_massage.htm">therapeutic massage</a></li>');
document.write('      <li><a href="thai_yoga_therapy.htm">thai yoga therapy</a></li>');
document.write('      <li><a href="yoga_therapy.htm">yoga as therapy</a></li>');
document.write('      <li><a href="teachers_and_therapists.htm">teachers & therapists</a></li>');
document.write('      <li><a href="fee_schedule_therapy.html">therapy fee schedule</a></li>');
document.write('    </ul>');
document.write('  </li>');











document.write('  <li style="width: 70px;"><a href="faq-home.htm">f.a.q. &<br>resources</a>');
document.write('    <ul>');
document.write('      <li><a href="faq-home.htm">f. a. q.</a></li>');
document.write('      <li><a href="yoga_wisdom.htm">yoga wisdom</a></li>');
document.write('      <li><a href="links.htm">links</a></li>');
document.write('      <li><a href="PDF_downloads.htm">PDF downloads</a></li>');
document.write('      <li><a href="site_map.htm">site map</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('<li style="width: 70px;"><a href="contact.htm">contact us</a></li>');





// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->
