var newwindow;
function pop(url)
{
	newwindow=window.open(url,'name');
	if (window.focus) {newwindow.focus()}
}