var newwindow;
function poptomat(url)
{
	newwindow=window.open(url,'name','height=800,width=600,scrollbars=yes,resizable=1');
	if (window.focus) {newwindow.focus()}
}
