<!-- 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 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<b><i>Acupuncture Books</i></b><br>');
document.write('<a href="../acupuncture_books.html">');
document.write('<img src="../new2010/AcupunctureBooks.jpg" border="0"  width="160" height="200" alt="Acupuncture and Traditional Chinese Medicine Books">');
document.write('</a><br><br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<b><i>Chiropractic and <br>Health Books</i></b><br>');
document.write('<a href="../chiropractic_books.html">');
document.write('<img src="../new2010/ChiropracticBooks.jpg" border="0"  width="160" height="250" alt="Chiropractic and Health Books">');
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 -->