function nwin(u,n,width,height)
{
 newWin = window.open(u,'','left='+((screen.width-width)/2.1)+',top='+((screen.height-height)/2)+', menubar=no,scrollbars=yes,status=no,width='+width+',height='+height);
 newWin.focus();
}
