function ApriHelp(url){
  var help;
  help = window.open(url,'help','scrollbars=yes,status=no,resizable=yes,width=350,height=350,top=200,left=600');
  help.focus();
}
function ApriHelpGrosso(url){
  var help;
  help = window.open(url,'help','scrollbars=yes,status=no,resizable=yes,width=670,height=750,top=10,left=10');
  help.focus();
}

function support(){
	//alert (window.document.frmAzienda.azienda.value);
	window.document.frmAzienda.aziendaOut.value = window.document.frmAzienda.azienda.value;
	window.document.frmAzienda.comuneOut.value = window.document.frmAzienda.comune.value;
	window.document.frmAzienda.provinciaOut.value = window.document.frmAzienda.provincia.value;
	window.document.frmAzienda.appezzOut.value = window.document.frmAzienda.idAppez.value;
}

function stampa_popup() {

//modifica valerio 30/09/09
  var url;
  url = "scriviGen.asp?ID=" + window.document.frmAzienda.ID.value + "&azienda=" + window.document.frmAzienda.aziendaOut.value + "&comune=" + window.document.frmAzienda.comuneOut.value + "&provincia=" + window.document.frmAzienda.provinciaOut.value + "&idAppez=" + window.document.frmAzienda.appezzOut.value + "&table=" + window.document.frmAzienda.table.value + "";
  var scrivi;
  scrivi = window.open(url,'scrivi','scrollbars=yes,status=no,resizable=yes,width=2,height=2,top=0,left=0');
  scrivi.close();
//modifica valerio 30/09/09

var testo = "<html><head><title>www.irri.it - Rapporto risultati</title>";
testo += "<link href='../risultati.css' rel='stylesheet' type='text/css'>";
testo += "<LINK href='../styles/menu.css' type=text/css rel=stylesheet>";
testo += "<LINK href='../styles/style.css' type=text/css rel=stylesheet>";
testo += "</head>";
testo += "<body><br>";
//<a href=\"javascript:print();\">Stampa</a>
testo += "<table width='500' border=\"0\"><tr><td bgcolor='#FFFFFF'>";
testo += "<div align=left><img src=\"../images/logocia.gif\" width=\"53\" height=\"27\" border=\"0\" align=\"baseline\" />CIA Servizi Livorno srl<br>&nbsp;";
testo += "</td>";
testo += "<td align=right bgcolor='#FFFFFF'><font face=verdana,arial size=3><b>www.irri.it</b></font></td></tr>";
testo += "<tr><td colspan=2 bgcolor='#FFFFFF'><font size=5>Efficienza degli impianti irrigui</font></td></tr></table>";


//testo += "<br>";
/*
testo += "<table width=\"100%\" border=\"0\"><tr><td bgcolor='#FFFFFF'>";
testo += "<br><font size=2><b>Dati di input:</b></font><br>";
testo += document.getElementById('livelloInput').innerHTML+"</td></tr></table>";
*/
//modifica valerio 30/09/09
testo += "<table width=500 border=\"0\">";
//testo += "<br><font color=red size=2><b>Dati di output:</b></font><br>";
	testo += "<tr><td>Azienda</td><td>" + window.document.frmAzienda.aziendaOut.value + "</td></tr>";
	testo += "<tr><td>Comune</td><td>" +window.document.frmAzienda.comuneOut.value + "</td></tr>";
	testo += "<tr><td>Provincia</td><td>" +window.document.frmAzienda.provinciaOut.value + "</td></tr>";
	testo += "<tr><td>Nome Appezzamento</td><td>" +window.document.frmAzienda.appezzOut.value + "</td></tr>";
//testo += document.getElementById('livelloAzienda').innerHTML+"</td></tr></table>";
testo += "</table>";
//modifica valerio 30/09/09



testo += "<table width=\"100%\" border=\"0\"><tr><td bgcolor='#FFFFFF'>";
//testo += "<br><font size=2><b>Dati di input:</b></font><br>";
testo += document.getElementById('livelloInput').innerHTML+"</td></tr></table>";


testo += "<table width=\"100%\" border=\"0\"><tr><td bgcolor='#FFFFFF'>";
//testo += "<br><font color=red size=2><b>Dati di output:</b></font><br>";
testo += document.getElementById('livello1').innerHTML+"</td></tr></table>";

testo += "<table width=\"100%\" border=\"0\"><tr><td bgcolor='#FFFFFF'>";
testo += document.getElementById('livelloDisclaimer').innerHTML+"</td></tr></table>";

testo += "<br><br>";
testo += "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
testo += "<tr align=center>";
testo += "<td><img src=\"../images/logocia.gif\" width=\"53\" height=\"27\" border=\"0\"></td>";
testo += "<td class=\"textSmall\">CIA Servizi <br>Livorno srl</td>";
testo += "<td width=13>&nbsp</td>";
testo += "<td><img src=\"../images/LogoProvLivorno_new.gif\" width=\"30\" height=\"36\" border=\"0\"></td>";
testo += "<td class=\"textSmall\">Provincia di<br> Livorno</td>";
testo += "<td width=13>&nbsp</td>";
testo += "<td><img src=\"../images/impresaverde.gif\" width=\"27\" height=\"21\" border=\"0\"></td>";
testo += "<td width=\"35\" class=\"textSmall\">Impresa Verde</td>";
testo += "<td width=13>&nbsp</td>";
testo += "<td><img src=\"../images/logoErata.gif\" width=\"45\" height=\"15\" border=\"0\"></td>";
testo += "<td width=5>&nbsp</td>";
testo += "<td width=\"37\"><img src=\"../images/logolni.gif\" width=\"37\" height=\"26\" border=\"0\"></td>";
testo += "<td width=\"40\" class=\"textSmall\">Laboratorio Nazionale Irrigazione</td>";
testo += "<td width=13>&nbsp</td>";
testo += "<td><img src=\"../images/logounipi.gif\" width=\"33\" height=\"23\" border=\"0\"></td>";
testo += "<td width=\"50\" class=\"textSmall\">Facoltà di Agraria Univ. Pisa</td>";
testo += "</tr>";
testo += "</table>";

testo += "</body></html>";
var ident_finestra = window.open("","finestra_stampa","scrollbars=yes,status=no,resizable=yes,width=800,height=650,top=10,left=10");
ident_finestra.document.open();
ident_finestra.document.write(testo);
ident_finestra.document.close();
ident_finestra.print();
}

