// JavaScript Document
function crea() {
var cella = document.getElementById('normative').innerHTML;
var finestra;
finestra=window.open("", "normative", "tolbar=no, menubar=no, status=yes, location=no, scrollbars=yes, resizable=yes, left=10, top=10, width=800, height=600");
finestra.document.write ("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' \n 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> \n <html xmlns='http://www.w3.org/1999/xhtml'> \n <head> \n <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> \n <title>Ciem Impianti - Scandicci (Firenze)</title> \n <link href='../css/ciem.css' rel='stylesheet' type='text/css' /> \n </head> \n <body> \n <table width='100%' border='0' cellspacing='0' cellpadding='0'> \n   <tr> \n    <td width='100%' height='100%'><table width='100%' border='0' cellspacing='10' cellpadding='0'> \n      <tr> \n        <td class='cella_testo'>");
finestra.document.write (cella);
finestra.document.write ("</td> \n       </tr> \n    </table></td> \n  </tr> \n </table> \n</body> \n</html>");
}