<!--

function openURL()
{

      // grab index number of the selected option
      selInd = document.theForm.aaa.selectedIndex;

      // get value of the selected option
      goURL = document.theForm.aaa.options[selInd].value;

      // redirect browser to the grabbed value (hopefully a URL)
      top.location.href = goURL;

}

//-->
<!--
var remote = null;
function rs(n,u,w,h) {
remote = window.open(u, n, 'width=' + w + ',height=' + h +',resizable=yes,menubar=no,scrollbars=yes');
if (remote != null) {
if (remote.opener == null)
remote.opener = self;
window.name = 'MMRoot';
remote.location.href = u;
}
}
//-->
<!--

function mailpage()
{
mail_str = "mailto:?subject=Maritime Marionettes Website"
mail_str += "&body=I thought you might be interested in this new web site for Maritime Marionettes"
mail_str += " The web site address is www.maritime-marionettes.com."
location.href = mail_str;
}

//-->
