/* Left navigation - Free Shipping banner and Product Info*/
/*
document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td align='center'><a href='/store/cool3d/runme.htm'><img src='/images/product_rm_freeshipping2.gif' alt='FREE Shipping - Learn More!' width='168' height='60' border='0'></a></td>");
document.write("</tr>");
document.write("</table>"); 
*/


/* Product info list*/
document.write("<div id='local_nav'>");

document.write("<p>Product Info</p>");
document.write("<ul>");
document.write("<li><a href='/cool3d/features.htm'>Features</a></li>");
document.write("<li><a href='/cool3d/new.htm'>What's New</a></li>");
document.write("<li><a href='/cool3d/plugin.htm'>Plug-ins</a></li>");
document.write("<li><a href='/cool3d/reviews.htm'>Reviews &amp; Awards</a></li>");
document.write("<li><a href='/cool3d/sysreq.htm'>System Requirements</a></li>");
document.write("<li><a href='/tech/c3d/c3d.htm'>Support</a></li>");
document.write("<li><a href='/learning/cool3d.htm'>Learning Center</a></li>");
document.write("<li><a href='/cool3d/showcase.htm'>Showcase</a></li>");
document.write("<li><a href='/cool3d/faq.htm'>Product FAQs</a></li>");
//document.write("<li><a href='/products/partner.htm#forc3d'>Partner Products</a></li>");
document.write("</ul>");

document.write("<p>Download</p>");
document.write("<ul>");
document.write("<li><a href='/cool3d/trial.htm'>Free Trial</a></li>");
document.write("<li><a href='/tech/c3d/c3d.htm'>Updates</a></li>");
document.write("<li><a href='/cool3d/documents.htm'>Product Documents</a></li>");
document.write("</ul>");
document.write("</div>");
