//By Bogdan

var newwindow; var aux=newwindow;
function PopWindow(url,name,arguments)
{
	newwindow = window.open(url,name,arguments);
	if (window.focus) newwindow.focus();
}