function WinPop( what ) {
	var p=window.open( what, "aaa","left=20,top=10,resizable=yes,scrollbars=yes,width="+((screen.width)-100)+",height="+((screen.height)-100));
	p.focus();
}
