// JavaScript Document

 function credit() {
   var w = 200;
   var h = 150;
   var stili = "width=" + w + ",height=" + h + ",top=30,left=30, status=no, menubar=no, toolbar=no, resizable=no, scrollbars=no";  
   var testo = window.open("credit.html", "", stili);
/*      testo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='it'>\n");
      testo.document.write("<meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />\n");
      testo.document.write("<title>CREDIT</title>\n");
	  testo.document.write("<style type='text/css' media='screen'>body{margin: 0;padding: 0; background: #335767}</style> \n")
      testo.document.write("</head>\n");
      testo.document.write("<body>\n");
      testo.document.write("<center>luigi</center>\n");
      testo.document.write("</body>\n");
      testo.document.write("</html>");
	  */
 };