

function showContents() {
  document.write('<div class="contents">');
  document.write('<img usemap="#mapContents" src="contents.jpg" border="0" />');
  document.write('<map name="mapContents">');
  document.write('   <area shape="rect" coords="002,030,080,053" href="index.htm" alt="Home">');
  document.write('   <area shape="rect" coords="002,088,080,111" href="vehicles.htm" alt="Vehicles">');
  document.write('   <area shape="rect" coords="002,117,080,140" href="weapons.htm" alt="Weapons">');
  document.write('   <area shape="rect" coords="002,146,080,168" href="armor.htm" alt="Armor">');
  document.write('   <area shape="rect" coords="002,174,080,196" href="costumes.htm" alt="Costumes">');
  document.write('   <area shape="rect" coords="002,203,080,225" href="misc.htm" alt="Misc.">');
  document.write('   <area shape="rect" coords="002,261,080,312" href="specials.htm" alt="Special Offers">');
  document.write('   <area shape="rect" coords="002,347,080,399" href="services.htm" alt="Our Services">');
  document.write('   <area shape="rect" coords="002,434,080,485" href="contact.htm" alt="Contact Us">');
  document.write('   <area shape="rect" coords="002,521,080,573" href="about.htm" alt="About SHS">');
  document.write('   <area shape="rect" coords="002,606,080,629" href="links.htm" alt="Links">');
  document.write('</map>');
  document.write('</div>');
}











