<!--
var text;
var nz;
function sendform (form) 
	{
	form.submit();
	}

function newwin(w, h, url, text) 
	{
	nz = window.open("" + url + "?text=" + text + "" ,"nz","width=" + w + ",height=" + h + ",left=0,top=0,status=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no");
 	nz.focus;
	}
	
function setform() {
document.main.dopofis_count.disabled = false; }

function resetform(form) {
document.main.dopofis_count.disabled = true; 
form.submit();}
// -->
