var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=400,width=660,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}