<!-- Begin menu ver 1.55b 2009 - 2010

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showtop		= "no"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="picts/menu-top.gif" width="171" height="111" class="menutrans"><br>');
document.write('</div>');
}

document.write('<div id="menulocation" style="z-index: 10;">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="170"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA



document.write('  <li class="menuT"><a href="Anatomy_Print_Downloads.html">Digital Print Downloads</a></li>');

document.write('  <li class="menuT"><a href="Anatomical_Prints.html">Prints Gallery</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="Anatomical_Prints_Bones_Joints.html">Gallery 1</a></li>');
document.write('      <li><a href="Anatomical_Prints_Viscera.html">Gallery 2</a></li>');
document.write('      <li><a href="quains_anatomy_prints.html">Gallery 3</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="Anatomy_Posters.html">Anatomy Posters</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="Anatomy_of_the_Spine_Poster.html">Anatomy of the Spine Poster</a></li>');
document.write('      <li><a href="spinal_anatomy_poster.html">Spinal Anatomy Poster</a></li>');
document.write('      <li><a href="spinal_chart_set.html">Cervical Thoracic Spine Anatomy</a></li>');
document.write('      <li><a href="muscle_anatomy_charts.html">Muscle Anatomy</a></li>');
document.write('      <li><a href="muscle_anatomy_posters.html">Deep And Core Muscles</a></li>');
document.write('      <li><a href="surface_anatomy_charts.html">Surface Topography </a></li>');
document.write('      <li><a href="chiropractic_spinal_subluxation_poster.html">Spinal Nerves and Subluxations </a></li>');
document.write('      <li><a href="autonomic_nervous_system_chiropractic.html">Autonomic Nervous System </a></li>');
document.write('      <li><a href="sclerotome.html">Sclerotome Visceral Pain Referral </a></li>');
document.write('      <li><a href="myofascial_pain_syndrome_poster.html">Myofascial Pain Syndrome Poster </a></li>');
document.write('      <li><a href="Chiropractic_Spinal_Curves_Poster.html">Curves of the Spine </a></li>');
document.write('      <li><a href="skeleton_spine_anatomy_poster.html">Bones of the Skeleton and Spine </a></li>');
document.write('      <li><a href="TMJ_Anatomy_Poster.html">TMJ Anatomy and Muscular Attachments </a></li>');
document.write('      <li><a href="Shoulder_Anatomy_Chart.html">Muscles and Ligaments of the Shoulder </a></li>');
document.write('      <li><a href="surface_arm_muscle_anatomy_posters.html">Landmarks of the Muscles </a></li>');
document.write('      <li><a href="arm_nerves_charts.html">Nerve Innervation of Extremities</a></li>');
document.write('      <li><a href="foot_anatomy_podiatry_posters.html">Foot Anatomy </a></li>');
document.write('      <li><a href="hand_anatomy_posters.html">Hand Anatomy </a></li>');
document.write('      <li><a href="Chiropractic_Healthy_Back_Spine_Poster.html">Healthy Spine / Strong Body </a></li>');
document.write('      <li><a href="horse_anatomy_posters.html">Horse Anatomy Laminated Poster Set </a></li>');
document.write('      <li><a href="horse_anatomy_chart.html">Horse Anatomy Poster </a></li>');
document.write('      <li><a href="osteopathic_charts.html">Osteopathic - Chiropractic Posters </a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="Anatomy_Charts.html">Reference Charts</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="sclerotome_chart.html">Sclerotome Chart</a></li>');
document.write('      <li><a href="muscle_anatomy_chart.html">Muscle Anatomy Chart</a></li>');
document.write('      <li><a href="foot_reflexology_chart.html">Reflexology Chart</a></li>');
document.write('      <li><a href="spanish_english_chart.html">Spanish English Chart</a></li>');
document.write('      <li><a href="shiatsu_hara_diagnisis_chart.html">Shiatsu Chart</a></li>');
document.write('      <li><a href="spine_anatomy_chart.html">Spine Anatomy Chart</a></li>');
document.write('      <li><a href="applied_kinesiology_chart.html">Applied Kinesiology Chart</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="veterinary_anatomy_charts.html">Horse and Dog Anatomy</a></li>');

document.write('  <li class="menuT"><a href="Anatomy_Charts_Free.html">Free Downloads</a></li>');

document.write('  <li class="menuT"><a href="Free_Anatomy_Clipart_Images.html">Anatomy Clipart</a></li>');

document.write('  <li class="menuT"><a href="http://www.etsy.com/shop/APrints">My Etsy Shop</a></li>');

document.write('  <li class="menuT"><a href="contact.html">Contact</a></li>');





// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/spacer.gif" border="0" class="borders" height="10"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a href="index.html"><img src="picts/menu-picture-2.jpg" border="0" class="borders"></a><br>');
}






document.write('</td></tr></table></div>');








// COPYRIGHT 2010 © 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;



//  End -->
