<!-- Begin

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


var menuspace		= "150"				// WHITESPACE RIGHT ADJUST
var menuVspace		= "15"				// SPACE BELOW MENU


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


// MENU BOX TITLE

document.write('Welcome<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%">');
document.write('<tr><td align="left" valign="top">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');



// START LINKS COPY AND PASTE ANY LINE TO ADD A LINK


document.write('<a href="store_main.html" class="menu">Browse Products</a><br>');

document.write('<a href="http://www.acupunctureproducts.com" class="menu">Acupuncture</a><br>');

document.write('<a href="http://www.dcfirst.com" class="menu">Chiropractic</a><br>');



document.write('<br>');



// SECOND GROUP OF LINKS



document.write('<a href="http://www.dcfirst.com/chiropractic_books.html" class="menu">Chiropractic Books</a><br>');

document.write('<a href="http://www.acupunctureproducts.com/acupuncture_books.html" class="menu">Acupuncture Books</a><br>');




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

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

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

document.write('<br>');

document.write('<iframe src="http://rcm.amazon.com/e/cm?t=alternativ07a-20&o=1&p=21&l=ur1&category=green&banner=0T62WT1Y8X3X6DQ39K82&f=ifr" width="125" height="125" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>');

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


//  End -->