<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Category:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="index.html">Featured Items</a><br>');
//document.write('<a href="test.htm">All Dvds</a><br>');
document.write('<a href="clarabow.html">Bow, Clara</a><br>');
document.write('<a href="brooks.html">Brooks, Louise</a><br>');
document.write('<a href="harlow.html">Harlow, Jean</a><br>');
document.write('<a href="valentino.html">Valentino, Rudolph</a><br>');
document.write('<a href="misc.html">Other Classics</a><br>');

//document.write('<a href="gallery5.htm">Misc Dvds</a><br>');
//document.write('<a href="gallery6.htm">Other Items</a><br>');



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




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Specials:');

document.write('<br></span><span class="sidebartext">');

document.write('Shipping: <span class="hilite">FREE U.S. SHIPPING</span> with any order of 4 or more DVDs. <a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

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






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('Fantastic restoration of a long lost classic! Thank you for having this!.<br>');
document.write('<b>-Margaret Chambers -</b><br>');


document.write('<br>');
document.write('The Clara Bow set got here in 2 days!!!  The discs are awesome!<br>');
document.write('<b>- Jim Reid -</b><br>');


document.write('<br>');
document.write('I cannot believe you had this film! I have been searching everywhere for this.<br>');
document.write('<b>- A. Slovak -</b><br>');


document.write('<br>');
document.write('FAST shipment of my DVDs.  You need to advertise more!!!!<br>');
document.write('<b>- Earl Conner -</b><br>');



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










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

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

}




//  End -->
