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

function activate(pthis) {
  var lstring;
  lstring   = pthis.src.substring(0,pthis.src.length-4) + 'over.jpg';
  pthis.src = lstring
}

function deactivate(pthis) {
  lstring   = pthis.src.substring(0,pthis.src.length-8) + '.jpg';
  pthis.src = lstring
}

function emaillink(pstrName,pstrDomain,pstrExtra,pstrDisplay) {
  document.write('<a href="mailto:' + pstrName + '@' + pstrDomain + pstrExtra + '">');
  if (pstrDisplay=="") {
    document.write(pstrName + '@' + pstrDomain + '</a>');
  }
  else {
    document.write(pstrDisplay + '</a>');
  }
}
