function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function blankField(){
    if( document.emaillist.address.value == "you@yours.com" ){
        document.emaillist.address.value = "";
    } else if (document.emaillist.address.value == "" ){
        document.emaillist.address.value = "you@yours.com";
    }
}
        if (document.images) {
        document.img1on = new Image();           // Active images
        document.img1on.src = "_img/nav/home_over.gif";
        document.img2on = new Image();
        document.img2on.src = "_img/nav/bands_over.gif";
        document.img3on = new Image();
        document.img3on.src = "_img/nav/shows_over.gif";
        document.img4on = new Image();
        document.img4on.src = "_img/nav/about_over.gif";
        document.img5on = new Image();
        document.img5on.src = "_img/nav/contact_over.gif";
        document.img6on = new Image();
        document.img6on.src = "_img/nav/recordings_over.gif";

        document.img1off = new Image();          // Inactive images
        document.img1off.src = "_img/nav/home_off.gif";
        document.img2off = new Image();
        document.img2off.src = "_img/nav/bands_off.gif";
        document.img3off = new Image();
        document.img3off.src = "_img/nav/shows_off.gif";
        document.img4off = new Image();
        document.img4off.src = "_img/nav/about_off.gif";
        document.img5off = new Image();
        document.img5off.src = "_img/nav/contact_off.gif";
        document.img6off = new Image();
        document.img6off.src = "_img/nav/recordings_off.gif";
        }