function winopen2(url,ht) { l = (w) ? (w-600)/2 : 0; t = (h) ? (h-ht)/2 : 0; window.open(url,'','screenx=0,screeny=0,width=600,height='+ht+',top='+t+',left='+l+',scrollbars=yes,menubar=no,titlebar=no,url=no,toolbar=no,resizable=no') } //-->