<!-- 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('Your 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">Adobe</a><br>');
document.write('<a href="gallery2.htm">Corel</a><br>');
document.write('<a href="gallery3.htm">Intuit</a><br>');
document.write('<a href="gallery4.htm">Macromedia</a><br>');
document.write('<a href="gallery6.htm">Microsoft (Operating Systems)</a><br>');
document.write('<a href="gallery7.htm">Microsoft (Office Suites)</a><br>');
document.write('<a href="gallery8.htm">Microsoft (Office Tools)</a><br>');
document.write('<a href="gallery9.htm">Microsoft (Server Operating Systems)</a><br>');
document.write('<a href="gallery10.htm">Microsoft (Server Applications)</a><br>');
document.write('<a href="gallery11.htm">Symantec</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. <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 products to be the cheapest, as advertised. We saved a lot of money on licensing by using your site.<br>');
document.write('<b>- S. Cuthbert -</b><br>');


document.write('<br>');
document.write('I did not realize I could save so much money! Thank you!<br>');
document.write('<b>- J. Halfid -</b><br>');


document.write('<br>');
document.write('Your customer service was very helpful, and I got my software faster than expected.<br>');
document.write('<b>- A. French -</b><br>');


document.write('<br>');
document.write('Nice work!.<br>');
document.write('<b>- J. Suleiman -</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 -->

