var newwindow;
function popup(url)
{
	newwindow=window.open(url);
	if (window.focus) {newwindow.focus()}
}