var webpage_levels = new Array(5);
webpage_levels[0]="";
webpage_levels[1]="../";
webpage_levels[2]="../../";
webpage_levels[3]="../../../";
webpage_levels[4]="../../../../";
webpage_levels[5]="http://www.bookshock.com/";

function make_links(depth){
var dp=webpage_levels[depth];
//Digital Books//
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Digital Books</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'aboutpdf.html">About PDF Books</a><br>');
document.write('<a href="' + dp + 'software/frv/freevector.html">Make 3D Games</a><br>');
document.write('<a href="' + dp + 'pdftitles/fastflex.html">Faster Flexibility</a><br>');
document.write('</p></td></tr>');
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Software</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'software/frv/freevector.html">Freevector Engine</a><span class="funky"> Free</span><br>');
document.write('<a href="http://www.picklejargames.com/cgi-bin/yabb2/YaBB.pl">Freevector Forum</a><br>');
document.write('<a href="' + dp + 'software/mwe/watchful.html">Security Software</a><br>');
document.write('<a href="' + dp + 'software/sm/submitmaster.html">Submit Master</a><br>');
document.write('<a href="' + dp + 'software/vap/videoassist.html">Video Assist Pro</a><br>');
document.write('</p></td></tr>');
//Articles//
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Articles</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'articles.html">All Articles</a><br>');
document.write('<a href="' + dp + 'articles/fvtutorials/tutorials.html">FreeVector Tutorials</a><br>');
document.write('<a href="' + dp + 'articles/returns/search.html">Search Returns</a><br>');
document.write('<a href="' + dp + 'articles/creditstatus/sellonline.html">Selling Online</a><br>');
document.write('<a href="' + dp + 'articles/stretch/stretch.html">Benefits of Stretching</a><br>');
document.write('<a href="' + dp + 'articles/slicer/intro.html">Data Slicer</a><br>');
document.write('</p></td></tr>');
//Features//
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Features</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'mixedword.html">Todays Mixed Word</a><br>');
document.write('<a href="' + dp + 'affiliate.html">Affiliates Earn 50%</a><br>');
document.write('</p></td></tr>');
//Online Games//
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Online Games</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'games.html">All Games</a><br>');
document.write('<a href="' + dp + 'jsgames/pegjump.html" target="_BLANK">Peg Jumper</a><br>');
document.write('<a href="' + dp + 'jsgames/saloon.html" target="_BLANK">Hotel Shootout</a><br>');
document.write('<a href="' + dp + 'jsgames/seawar.html" target="_BLANK">U-Boat Battle</a><br>');
document.write('<a href="' + dp + 'jsgames/memory.html" target="_BLANK">Memory Game</a><br>');
document.write('<a href="' + dp + 'jsgames/doasido.html" target="_BLANK">Do As I Do</a><br>');
document.write('<a href="' + dp + 'jsgames/monop.html" target="_BLANK">Monopolize</a><br>');
document.write('<a href="' + dp + 'jsgames/wordjum.html" target="_BLANK">Word Jumbler</a><br>');
document.write('<a href="' + dp + 'flashgames/blockbust/block.html" target="_BLANK">Block Breaker</a><br>');
////////////////////////////////////////////////////////////////////////////////
//document.write('<a href="' + dp + 'flashgames/naturetrivia/naturetrivia.html" target="_BLANK">Nature Trivia</a><br>');
/////////////////////////////////////////////////////////////////////////////////
document.write('</p></td></tr>');
document.write('<tr><td bgcolor="#2074b2" height="25"><p><span class="link">Contact Bookshock</span></p></td></tr>');
document.write('<tr><td valign="top"><p>');
document.write('<a href="' + dp + 'service.html">Customer Service</a><br>');
document.write('<a href="' + dp + 'links.html">Links</a><br>');
document.write('<a href="' + dp + 'login.html">Login</a><br>');
document.write('<a href="' + dp + 'exchange.html">Link Exchange</a><br>');
document.write('</p></td></tr>');
}//Close Function //