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

