/* Author: Webmastering.it di Questa Luca - http://www.webmastering.it */
<!--
function pop_up(url, nome, w, h, resize, barrastato, barraindirizzi, barrastrumenti, scroll, centered, sh, imb, wbig, hbig) {

if (centered == 1){ 
larghezza = (screen.width - w) / 2;
altezza = (screen.height - h) / 2;
}
else {
larghezza = 0;
altezza = 0;
}

props = 'height='+h+',width='+w+',top='+altezza+',left='+larghezza+',resizable='+resize+',status='+barrastato+',location='+barraindirizzi+',toolbar='+barrastrumenti+',scrollbars='+scroll+''
finestra = window.open(url, nome, props, centered);
finestra.document.write('<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"./stylesheets/style.css\"><title>'+sh+'</title></head><body><br /><div align=\"center\"><img alt=\"\" border=\"1\" src='+imb+' width='+wbig+' height='+hbig+' /></div><br /><div align=\"center\"><a class=\"tbllinks\" href=\"javascript:self.close();\">Close active window</a></div>');
}
//-->
