function pollwin(w, h)
{

	pollwindow=window.open('','pollwindow','top=50,left=50,status=no,toolbars=no,scrollbars=yes,width='+w+',height='+h+',maximize=no,resizable');
	pollwindow.focus();
}