function submit_delayed(ms) {
    window.open('print_pr.php', 'foo', 'width=450,height=300,status=yes');
    setTimeout('document.regform.submit()', ms);
  }

function MyPopUp(nm, url, w, h, hasscroll) {

		var newWindow = window.open(url, nm, 'width='+w+',height='+h+',menubar=no,location=no,resizable=1,status=no,scrollbars='+hasscroll);
		if (window.focus) {
			newWindow.focus();
		}
   }

function redirOutput() {
//	alert('in sme');
/*
var w = window.open("",'NewWin',
    "height=600,width=900,status=yes,toolbar=no,scrollbars=yes,menubar=no,location=no,resizeable=yes");
*/
//document.rgfrm.submit();
//alert($('operator').value)
var frm = $('rgfrm');
//frm.submit();
 document.rgfrm.submit();


}

function getit(){

}
