// JavaScript Document

function returnit(what,whatword){
if (document.getElementById(what).value==''){
document.getElementById(what).value=whatword;
}
}



function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function spawn_window(content,spawn,sizing)
{window.open(content,spawn,sizing);}



function startPopEvent(PopEvent)
  {
    var desktop=window.open(PopEvent,"_blank","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,width=600,height=350,resizable");
  }