<!-- 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="gallery8.htm">Custom Stickers - New!!!</a><br>');
document.write('<a href="gallery1.htm">Wedding Cameras</a><br>');
document.write('<a href="gallery2.htm">Prom Cameras</a><br>');
document.write('<a href="gallery3.htm">School Cameras</a><br>');
document.write('<a href="gallery4.htm">Birthday Cameras</a><br>');
document.write('<a href="gallery7.htm">Bar/Bat Mitzvah Cameras</a><br>');
document.write('<a href="gallery5.htm">Custom Cameras</a><br>');
document.write('<a href="gallery6.htm">Film, Paper and Other</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('Make it your own with<br> <span class="hilite">FREE CUSTOMIZATION</span> on any single use camera order of only 25 pieces. <a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<a href="specials.htm"><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('About Our Cameras:');

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

document.write('These cameras are a brand new and fully licensed product, not recycled or reloaded.  Made in Germany, these cameras are comparable to the latest generation of HQ single use cameras now being offered on the market.  A newly designed lens with 2 elements for increased sharpness and a flash that has a recycle time of 3.5 seconds sets this camera apart from previous generations of single use cameras.  All cameras are loaded with high quality German film, utilizing “Eye Vision” technology.<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('Be Confident!:');

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 -->

