function mappa(num) {
  content = '<html>';
  content += '<head>';
  content += '<title>Terre e popoli del Mondo</title>';
  content += '<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">';
  content += '</head>';
  content += '<body text="#000000" vlink="#000000" alink="#00000" link="#000000" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">';
  content += '<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody><tr>';
  content += '<td valign="top"><table cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>';
  content += '<tr><td bgcolor="#669acc"><img height="25" alt="Geografia" src="img/canale_geografia.gif" width="202" border="0"></td></tr><tr><td><img height="2" src="" width="1"></td>';
  content += '</tr><tr><td bgcolor="#973594"><img height="31" src="img/terrepopmondo_tit.gif" width="266"></td></tr><tr><td><img height="2" src="img/spacer.gif" width="1"></td></tr></tbody></table>';
  content += '</td></tr><tr><td id="small" valign="center"><center><img src="icone/map_' + num + '.jpg"><br>';
  content += '</center><img height="2" src="img/spacer.gif" width="1" border="0"></td></tr><tr><td valign="bottom"><table cellspacing="0" cellpadding="0" width="100%" bgcolor="#0080c0" border="0">';
  content += '<tbody><tr><td id="small" bgcolor="#669acc"><div align="right"><a href="javascript:window.close();"><img height="25" src="img/chiudi.gif" width="76" border="0">';
  content += '<img height="1" src="img/spacer.gif" width="8" border="0"></a></div></td></tr></tbody></table></td></tr></tbody></table>';
  content += '</body>';
  content += '</html>';

  rem = window.open("","remote",'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=470,height=550');
  rem.document.open();
  rem.document.write(content);
  rem.document.close();
}
