var wotPage
function goThere(formObj){
wotPage = formObj.options[formObj.options.selectedIndex].value;
if(wotPage != "empty"){
location.href = wotPage;
wotPage = "";
}
}

var separator=" ; ";
function splitString(stringToSplit,separator) {
arrayOfStrings = stringToSplit.split(separator)
return arrayOfStrings;
}

var theMenuArray=new Array("Underbelly","Brain Surgeons","Blue Coupe","Regal Tones","Helen Wheels","Outrageous Canadians","Albert and Friends");

function jumpMenuWriter(wotMenu){

if (wotMenu=="gigs"){
var menu01='<form>';
menu01+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu01+='<option class="ddm" value="index.htm">Gig Lists';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu01+='<option class="ddm" value="../helenwheels/gigs.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu01+='<option class="ddm" value="../underbelly/gigs.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu01+='<option class="ddm" value="../regaltones/gigs.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu01+='<option class="ddm" value="../tbs/gigs.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu01+='<option class="ddm" value="../outrageouscanadians/gigs.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu01+='<option class="ddm" value="../abf/gigs.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu01+='<option class="ddm" value="../../joebouchard/bluecoupe/gigs.htm">'+theChoice+'';}
}
menu01+='<'+'/select>';
document.write(menu01);
}


if (wotMenu=="setlists"){
var menu02='<form class="bocmenu">';
menu02+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu02+='<option class="ddm" value="index.htm">Set Lists';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu02+='<option class="ddm" value="../helenwheels/setlists.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu02+='<option class="ddm" value="../underbelly/setlists.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu02+='<option class="ddm" value="../regaltones/setlists.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu02+='<option class="ddm" value="../tbs/setlists.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu02+='<option class="ddm" value="../outrageouscanadians/setlists.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu02+='<option class="ddm" value="../abf/setlists.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu02+='<option class="ddm" value="../../joebouchard/bluecoupe/setlists.htm">'+theChoice+'';}
}
menu02+='<'+'/select>';
document.write(menu02);
}


if (wotMenu=="reviews"){
var menu03='<form class="bocmenu">';
menu03+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu03+='<option class="ddm" value="index.htm">Reviews';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu03+='<option class="ddm" value="../helenwheels/reviews.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu03+='<option class="ddm" value="../underbelly/reviews.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu03+='<option class="ddm" value="../regaltones/reviews.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu03+='<option class="ddm" value="../tbs/reviews.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu03+='<option class="ddm" value="../outrageouscanadians/reviews.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu03+='<option class="ddm" value="../abf/reviews.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu03+='<option class="ddm" value="../../joebouchard/bluecoupe/reviews.htm">'+theChoice+'';}
}
menu03+='<'+'/select>';
document.write(menu03);
}
}



function jumpMenuWriterHome(wotMenu){
if (wotMenu=="gigs"){
var menu01='<form>';
menu01+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu01+='<option class="ddm" value="index.htm">Gig Lists';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu01+='<option class="ddm" value="helenwheels/gigs.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu01+='<option class="ddm" value="underbelly/gigs.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu01+='<option class="ddm" value="regaltones/gigs.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu01+='<option class="ddm" value="tbs/gigs.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu01+='<option class="ddm" value="outrageouscanadians/gigs.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu01+='<option class="ddm" value="abf/gigs.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu01+='<option class="ddm" value="../joebouchard/bluecoupe/gigs.htm">'+theChoice+'';}
}
menu01+='<'+'/select>';
document.write(menu01);
}
if (wotMenu=="setlists"){
var menu02='<form class="bocmenu">';
menu02+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu02+='<option class="ddm" value="index.htm">Set Lists';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu02+='<option class="ddm" value="helenwheels/setlists.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu02+='<option class="ddm" value="underbelly/setlists.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu02+='<option class="ddm" value="regaltones/setlists.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu02+='<option class="ddm" value="tbs/setlists.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu02+='<option class="ddm" value="outrageouscanadians/setlists.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu02+='<option class="ddm" value="abf/setlists.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu02+='<option class="ddm" value="../joebouchard/bluecoupe/setlists.htm">'+theChoice+'';}
}
menu02+='<'+'/select>';
document.write(menu02);
}

if (wotMenu=="reviews"){
var menu03='<form class="bocmenu">';
menu03+='<select name="bocGigs" onChange="goThere(this)" class="dropDwnMenus">';
menu03+='<option class="ddm" value="index.htm">Reviews';
for (x=0;x<theMenuArray.length;x++){
var theChoice=theMenuArray[x];
if (theChoice=="Helen Wheels"){menu03+='<option class="ddm" value="helenwheels/reviews.htm">'+theChoice+'';}
if (theChoice=="Underbelly"){menu03+='<option class="ddm" value="underbelly/reviews.htm">'+theChoice+'';}
if (theChoice=="Regal Tones"){menu03+='<option class="ddm" value="regaltones/reviews.htm">'+theChoice+'';}
if (theChoice=="Brain Surgeons"){menu03+='<option class="ddm" value="tbs/reviews.htm">'+theChoice+'';}
if (theChoice=="Outrageous Canadians"){menu03+='<option class="ddm" value="outrageouscanadians/reviews.htm">'+theChoice+'';}
if (theChoice=="Albert and Friends"){menu03+='<option class="ddm" value="abf/reviews.htm">'+theChoice+'';}
if (theChoice=="Blue Coupe"){menu03+='<option class="ddm" value="../joebouchard/bluecoupe/reviews.htm">'+theChoice+'';}
}
menu03+='<'+'/select>';
document.write(menu03);
}
}

