<!-- 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="Military Jets.html">Military Jets</a><br>');
document.write('<a href="X-Planes.htm">X-PLANES</a><br>');
document.write('<a href="Civil Aircraft.html">Civil Aircraft</a><br>');
document.write('<a href="F3P Planes.htm">F3P Planes</a><br>');
document.write('<a href="Micro Stunt Planes.htm">Micro Stunt Planes</a><br>');
document.write('<a href="Nano Warbirds Page.html">Nano Warbirds</a><br>');
document.write('<a href="Brushless Motors.htm">Brushless Motors</a><br>');
document.write('<a href="Batteries.htm">Batteries</a><br>');
document.write('<a href="Speed Controls.htm">Speed Controls</a><br>');
document.write('<a href="Servos.htm">Servos</a><br>');
document.write('<a href="Propellers.htm">Propellers</a><br>');
document.write('<a href="index.html">Misc Items</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('All week long <span class="hilite">$9.99 SHIPPING</span> in the lower 48. <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('Thanks for the awesome service. Its possibly the best I have ever had from an online merchant. You obviously really like doing this.<br>');
document.write('<b>- Eric W. -</b><br>');


document.write('<br>');
document.write('I appreciate the developments and innovations you have added to the RC world. Thanks.<br>');
document.write('<b>- John S. -</b><br>');


document.write('<br>');
document.write('The planes performed amazingly!<br>');
document.write('<b>- Will K. -</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 -->
