
// 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('Mouthpieces:');
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="diamonds.htm">Beechler Diamonds</a><br>');
document.write('<a href="beechlermetals.htm">Beechler Metals</a><br>');
document.write('<a href="beechlertonalex.htm">Beechler Tonalex</a><br>');
document.write('<a href="beechlerhardrubber.htm">Beechler Hard Rubber</a><br>');
document.write('<a href="arbmetals.htm">ARB Metals</a><br>');
document.write('<a href="greatneck.htm">ARB Great Neck Originals</a><br>');
document.write('<a href="elan.htm">Élan Clarinet</a><br>');
document.write('<a href="custom.htm">Custom</a><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>');

}





