var newwindow;
function popscreen(url)
{
	newwindow=window.open(url,'popup','height=600,width=825,left=20,top=20,resizable=yes,scrollbars=yes,toolbar=yes,status=no');
	if (window.focus) {newwindow.focus()}
}