var newwindow;
function nw(url)
{
	newwindow=window.open(url,'name','height=470,width=450,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=yes,location=no');
	if (window.focus) {newwindow.focus()}
}

