<!-- 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('List of Products:');

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">Most Popular Products</a><br>');
document.write('<a href="gallery1.htm">CD</a><br>');
document.write('<a href="gallery2.htm">DVD</a><br>');
document.write('<a href="gallery4.htm">Sheet Music</a><br>');
document.write('<a href="gallery5.htm">Instruments to sell</a><br>');
document.write('<a href="gallery6.htm">Posters</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('New promotion <span class="hilite">FREE DVD</span> with COMBO. <a href="specials.htm">Click for details</a><br>');


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('Many thanks for the beautiful music. I really enjoyed the DVD.<br>');
document.write('<b>- Martine Proulx -</b><br>');


document.write('<br>');
document.write('I love this music for flute and guitar, it is very the best duo I have ever heard. You have a great product!!!<br>');
document.write('<b>- John Hall -</b><br>');


document.write('<br>');
document.write('I enjoyed receiving personnalized postcard and singned CDs.<br>');
document.write('<b>- A. Franchi -</b><br>');


document.write('<br>');
document.write('Congratulations for this web site. It is easy to use and clear.<br>');
document.write('<b>- Jimmy Shoe -</b><br>');



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




//  End -->
