function dlg(surl,ww,hh){
window.open(surl,"_blank","Left="+(screen.width-ww)/2+",Top="+(screen.height-hh)/2+",scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,Width="+ww+",Height="+hh);
return false;
}

