/* JavaScript Document
Standard page heading plus navigation bar for Next Best Thing website
*/

//Top left corner graphic
//document.write("\
//<span style=\"position:absolute; top:0; left:0; z-index:1;\" id=\"HeadPbass\">\
//<img src=\"images/PbassTuningBlue.gif\"></span>\
//")

//Page heading graphic

document.write("\
<div align=\"center\"><img src=\"images/NBT_Tophead.gif\"><img src=\"images/PbassTuningBlue2.gif\"></div>\
")

//Navigation top bar (by image map)
document.write("\
<div align=\"center\"><img src=\"images/Navbar.png\" border=\"0\" usemap=\"#NavMap\">\
  <map name=\"NavMap\">\
    <area shape=\"rect\" coords=\"6,8,66,34\" href=\"index.htm\" target=\"_self\" alt=\"Home\">\
    <area shape=\"rect\" coords=\"68,8,124,34\" href=\"gig_guide.php\" target=\"_self\" alt=\"Gig Guide\">\
    <area shape=\"rect\" coords=\"126,8,183,34\" href=\"downloads.htm\" target=\"_self\" alt=\"Downloads\">\
    <area shape=\"rect\" coords=\"185,8,241,34\" href=\"bio.htm\" target=\"_self\" alt=\"Biography\">\
    <area shape=\"rect\" coords=\"243,8,299,34\" href=\"repertoire.htm\" target=\"_self\" alt=\"Songlist\">\
    <area shape=\"rect\" coords=\"301,8,357,34\" href=\"NBTvideo.htm\" target=\"_self\" alt=\"Videos\">\
    <area shape=\"rect\" coords=\"359,8,415,34\" href=\"testimonials.htm\" target=\"_self\" alt=\"Raves\">\
    <area shape=\"rect\" coords=\"417,8,473,34\" href=\"tech_stuff.htm\" target=\"_self\" alt=\"Techo\">\
    <area shape=\"rect\" coords=\"475,8,528,34\" href=\"RobBlog.htm\" target=\"_self\" alt=\"Blog\">\
    <area shape=\"rect\" coords=\"530,8,590,34\" href=\"links.htm\" target=\"_self\" alt=\"Links\">\
    <area shape=\"rect\" coords=\"592,8,648,34\" href=\"join_list.php\" target=\"_self\" alt=\"Email\">\
  </map>\
</div>\
")
