<!-- 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('Our 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="products.html">Products</a><br>');
document.write('<a href="sigarphoon_lighters.html">Sigarphoon Lighters</a><br>');
document.write('<a href="legendex_pipes.html">Legendex Pipes</a><br>');
document.write('<a href="legendex_corncobpipes.html">Legendex Corncob Pipes</a><br>');
document.write('<a href="pipe_filters.html">Pipe Filters</a><br>');
document.write('<a href="pipe_cleaners.html">Pipe Cleaners</a><br>');
document.write('<a href="pipe_stands.html">Pipe Stands</a><br>');
document.write('<a href="pipe_screens.html">Pipe Screens</a><br>');
document.write('<a href="pipe_tools.html">Pipe Tools</a><br>');
document.write('<a href="humidors.html">Humidors</a><br>');
document.write('<a href="cigar_tubes.html">Cigar Tubes</a><br>');
document.write('<a href="cigar_cutters.html">Cigar Cutters</a><br>');
document.write('<a href="cigar_scissors.html">Cigar Scissors</a><br>');
document.write('<a href="cigar_punches.html">Cigar Punches</a><br>');
document.write('<a href="smokeless.html">Smokeless Ashtrays</a><br>');
document.write('<a href="flasks.html">Hip Flasks</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 == "no") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Humidors:');

document.write('<br></span><span class="sidebartext">');

document.write('We provide plenty of the best quality humidors made of spanish cedar plus rosewood and cherry wood.<br>');

document.write('<center><a href="humidors.html"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');
document.write('<center><a href="humidors.html"><img src="picts/sidebar-left2.jpg" border="1" vspace="5"></a><br></center>');

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 == "no") {

// START TOPIC 5

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Cigar Travelers:');

document.write('<br></span><span class="sidebartext">');

document.write('Made of aluminium plus real leather and spanish cedar.<br>');

document.write('<center><a href="humidors.html"><img src="picts/sidebar-left5.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}












//  End -->
