var newwindow;
function poptastickuga(url)
{
	newwindow=window.open(url,'name','height=575,width=1000,scrollbars=no,toolbar=no');
	if (window.focus) {newwindow.focus()}
}