
/* - aperturaPopupAmministratore.js - */
// http://www.jobcamere.it/portal_javascripts/aperturaPopupAmministratore.js?original=1
function ATOpenDialogAmmIco(width,height,src){var left=screen.width/4 ;var top=(screen.height-height)/2;var attr="modal=yes;titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,"+"left="+left+",top="+top+",width="+width+",height="+(height+50);var dialog=window.open(src,"AtWindow",attr);dialog.focus()}

