<!-- 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="index.html">Featured Products</a><br>');
document.write('<a href="gallery1.htm">quasiStands</a><br>');
document.write('<a href="gallery2.htm">giftBoxes-corporate</a><br>');
document.write('<a href="gallery3.htm">giftBoxes-executive</a><br>');
document.write('<a href="gallery4.htm">giftBoxes-creative</a><br>');
document.write('<a href="gallery5.htm">quasiSigns</a><br>');
document.write('<a href="gallery6.htm">graphicPlaques</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('This week only <span class="hilite">FREE SHIPPING</span> with any order over $100. <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('We found your website strange. Your site has everything I did not want, but I bought anyway.<br>');
document.write('<b>- Sanjeev Chadkaa -</b><br>');


document.write('<br>');
document.write('I love it, and you really have patience. Your pages wait until I decided I was through or I chose to buy something. You have  great products!!!<br>');
document.write('<b>- Tim Hill -</b><br>');


document.write('<br>');
document.write('Everything was explained thoroughly on your pages, but I have no idea what you are selling.<br>');
document.write('<b>- D. Vidiarakis -</b><br>');


document.write('<br>');
document.write('Weird site, but very spiffy looking stuff.<br>');
document.write('<b>- Phil Shule -</b><br>');



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










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




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

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

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

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

document.write('Brilliant! As mad as snakes. Wouldnt have done it any differently.<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 -->

