// JavaScript Document


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");
  }


function startPop(PopEvent)
  {
    var desktop=window.open(PopEvent,"_blank","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=660,height=450,resizable");
  }
  
function returnit(what,whatword){
if (document.getElementById(what).value==''){
document.getElementById(what).value=whatword;
}
}
