<!-- 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('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="canon1.htm">Canon Cables</a><br>');
document.write('<a href="nikon1.htm">Nikon Cables</a><br>');
// document.write('<a href="multicart.htm">Multicart Transporter</a><br>');
document.write('<a href="PW.htm">Pocket Wizard Wireless</a><br>');
document.write('<a href="Sync.htm">Flash Cables</a><br>');
document.write('<a href="safety.htm">Safety Cables</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('<a href="stu_edu.htm"><b>Student and Educators - Special Pricing</b></a><br>'); 
document.write('<br>');
// document.write(' <span class="hilite">FREE SHIPPING Pre-trigger cables</span> . <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 2


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

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

//document.write('Specials:');

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

//document.write(' <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('The cable I just received is fantastic and a fraction of the cost of PW.  Many thanks! <br>');
document.write('<b>- Paul Brownbridge UK -</b><br>');


document.write('<br>');
document.write('Got the cable.  Thanks! Works great!<br>');
document.write('<b>- Kirk Schlea -</b><br>');


document.write('<br>');
document.write('The cables worked great at the KY Derby.  Thanks again<br>');
document.write('<b>- Jim Tyrrell Horsephotos.com-</b><br>');


document.write('<br>');
document.write('Thanks again for all your help. .<br>');
document.write('<b>- Pradyumna Gogte - India -</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 -->
