function jh_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.jh_pgW=innerWidth; document.jh_pgH=innerHeight; onresize=jh_reloadPage; }}
  else if (innerWidth!=document.jh_pgW || innerHeight!=document.jh_pgH) location.reload();
}
jh_reloadPage(true);

var winHeight = (window.screen.height/2)-(230/2)
var winWidth  = (window.screen.width/2)-(188/2)

function winPop(popurl){
jhWin = window.open(popurl, 'mapWin', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=no, width=230, height=188, left = '+ winWidth +', top = '+ winHeight +'');
}


link1 = new Image();
link2 = new Image();
link3 = new Image();
link4 = new Image();
link5 = new Image();
link6 = new Image();
link7 = new Image();
link8 = new Image();
link9 = new Image();

link1on = new Image();
link2on = new Image();
link3on = new Image();
link4on = new Image();
link5on = new Image();
link6on = new Image();
link7on = new Image();
link8on = new Image();
link9on = new Image();

link1.src = "/images/biography.gif";
link2.src = "/images/discography.gif";
link3.src = "/images/shooting.gif";
link4.src = "/images/roy_rogers.gif";
link5.src = "/images/links.gif";
link6.src = "/images/contact.gif";
link7.src = "/images/music_store.gif";
link8.src = "/images/tour_dates.gif";
link9.src = "/images/blank_1.gif";

link1on.src = "/images/biography_over.gif";
link2on.src = "/images/discography_over.gif";
link3on.src = "/images/shooting_over.gif";
link4on.src = "/images/roy_rogers_over.gif";
link5on.src = "/images/links_over.gif";
link6on.src = "/images/contact_over.gif";
link7on.src = "/images/music_store_over.gif";
link8on.src = "/images/tour_dates_over.gif";
link9on.src = "/images/blank_1_over.gif";
