<!-- 
function leapto(form) {
var myindex=form.dest.selectedIndex
this.location.href=(form.dest.options[myindex].value);
}
//-->

<!--
document.write('<FORM NAME="band_form"><SELECT NAME="dest" SIZE="1" onChange="leapto(this.form)">');
document.write('<option value="" selected>Meet the band');
document.write('<option value="">-------------------');
document.write('<option value="steve.html">Steve');
document.write('<option value="pj.html">PJ');
document.write('<option value="maz.html">Maz');
document.write('<option value="brian.html">Brian');
document.write('<option value="">-------------------');
document.write('<option value="http://entermusic.com/40ftringo/gallery/Gallery1.html">40ft. foto album');
document.write('<option value="collage.html">40ft. collage');
document.write('</select>');
// end hiding contents -->
