/* JavaScript Document
Standard page heading plus navigation bar for Rockcats website
27/05/09 Initial version based on Bluesbusters
02/06/09 Added animated logo "formerly Bluesbusters"
*/

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



//Page heading graphic
document.write("\
<div align=\"center\"><img src=\"images/RCTopHead.gif\"></div>\
")

//Navigation bar for RCNavbarVertical.gif
document.write("\
<div style=\"position:absolute; top:300; left:10; z-index:2;\" id=\"Navbar\">\
  <img src=\"images/RCNavbarVertical.gif\" border=\"0\" usemap=\"#Navmap\">\
   <map name=\"Navmap\">\
    <area shape=\"rect\" coords=\"8,15,100,33\" href=\"index.htm\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,60,100,78\" href=\"gig_guide.php\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,104,100,122\" href=\"downloads.htm\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,149,100,166\" href=\"bio.htm\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,195,100,212\" href=\"repertoire.htm\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,239,100,257\" href=\"links.htm\" target=\"_self\">\
    <area shape=\"rect\" coords=\"8,282,100,301\" href=\"mailto:rockcats@live.com.au\">\
  </map>\
</div>\
")
