var modern = new Array();
modern[0] = 'Modern';
modern[1] = 'shipwreck.html';   //URL
modern[2] = 'cover.jpg';        //Image name
modern[3] = 'Shipwreck Cover';  //Image Description
modern[4] = '100';              //width
modern[5] = '144';              //height
modern[6] = 'left';              //text alignment

modern[7] = 'Naval warfare in the age of the guided missile.';
modern[8] = '<a href="Shipwreck.html">Shipwreck</a> is our &quot;flagship&quot; product.';
modern[9] = 'Easy rules for modern naval warfare with detailed stats of most modern navies available for <a href="downloads.php">download</a>';

modern[10] = 'END';

