function wopenscroll(url,name,w,h,scr) {
   newWindow = window.open(url,name,"width="+w+",height="+h+",resizable=no,toolbar=0,location=0,status=0,menubar=0,directories=0,scrollbars="+(scr ? "yes":"no"));
   newWindow.focus();
}

function submit_form(activeForm,actName) {
   activeForm.act.value=actName;
   activeForm.target="";
   return true;
}

