function openwin(what)
	{
	var height=screen.availHeight;
	var width=screen.availWidth;
	window.open(""+what+"","window","top=0,left=0,status=0,toolbar=0,location=0,menubar=0,scrollbars=0,height="+height+",width="+width+"");
	}
