<!-- Begin

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


// LEFT SIDEBAR FILE


var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "160"		// WHITESPACE ADJUST
var menuVspace		= "5"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE




document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');




// START SIDEBAR TEXT TO EDIT


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');



// START 1ST LINKED SIDEBAR IMAGE

 
   if (showimage1 == "yes") {
document.write('<b>Alternative Therapies in Health and Medicine</b><br>');
document.write('<a href="http://www.amazon.com/gp/product/B00006K2ZW?ie=UTF8&tag=alternativ07a-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00006K2ZW">');
document.write('<img src="amazonacupuncture/B00006K2ZW.jpg" width="160" height="212" alt="Alternative Therapies in Health and Medicine" border="0"/></a><img src="http://www.assoc-amazon.com/e/ir?t=alternativ07a-20&l=as2&o=1&a=B00006K2ZW" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
document.write('</a><br><br>');
}



// START 1ST LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('Anatomy Posters<br>');
document.write('<a href="anatomy_charts.html" target="_top">');
document.write('<img src="new2007/posterad.JPG" width="150" height="300" alt="Chiropractic and Anatomy Posters" border="0"/></a>');
document.write('</a><br><br>');
}



// START SIDEBAR TEXT TO EDIT


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');



// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('Autonomic Poster<br>');
document.write('<a href="autonomic_nervous_system_chiropractic.html" target="_top">');
document.write('<img src="anatomycharts/AutonomicPoster.jpg" width="131" height="202" alt="Autonomic Nervous System Poster" border="0"/></a>');
document.write('</a><br><br>');
}








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


document.write('<img src="../picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->