function expMap1(){
  document.write('<map name="FPMap1">');
  document.write('<area href="/" shape="rect" coords="13, 17, 56, 35" alt="Home">');
  document.write('<area href="insiders_join.php" shape="rect" coords="73, 16, 123, 35" alt="Sign Up">');
  document.write('<area href="insiders_home.php" shape="rect" coords="135, 17, 183, 34" alt="Log In">');
  document.write('</map>');
}

function expMap0(){
  document.write('<map name="FPMap0">');
  document.write('<area href="/" shape="rect" coords="44, 25, 100, 43" alt="Explore">');
  document.write('<area href="exp_exclusive.html" shape="rect" coords="138, 23, 209, 42" alt="Exclusives">');
  document.write('<area href="exp_showcasing.html" shape="rect" coords="251, 22, 423, 43" alt="Showcasing Your Collection">');
  document.write('<area href="exp_estate.html" shape="rect" coords="465, 23, 648, 43" alt="Estate Planning & Evaluation">');
  document.write('<area href="exp_auctions.html" shape="rect" coords="687, 22, 745, 44" alt="Auctions">');
//  document.write('<area href="exp_work.html" shape="rect" coords="789, 23, 958, 41" alt="Putting Your Coins to Work">');
  document.write('</map>');
}
