
<!--
if (top.location != location) top.location.href = location.href;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
if (document.images) {

  image1on = new Image();
  image1on.src = "images/nav_homeH.jpg";

  image2on = new Image();
  image2on.src = "images/nav_bioH.jpg";

  image3on = new Image();
  image3on.src = "images/nav_musicH.jpg";

  image4on = new Image();
  image4on.src = "images/nav_contactH.jpg";

  image1off = new Image();
  image1off.src = "images/nav_home.jpg";

  image2off = new Image();
  image2off.src = "images/nav_bio.jpg";

  image3off = new Image();
  image3off.src = "images/nav_music.jpg";

  image4off = new Image();
  image4off.src = "images/nav_contact.jpg";

      
}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}
function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}
// -- End Hiding Here -->