function stampadiv() {
var testo= "<html><head><title>:: Gruppo Cerchier :: Distribuzione di prodotti per l'agricoltura del Nord Est</title><link rel='stylesheet' type='text/css' href='/templates/gruppo/css/ie.css'  title='GruppoCerchier' ></head><body><table><tr><td valign=middle bgcolor=#1F1F1F><img src=templates/gruppo/img/logo_gruppo_cerchier.gif alt=:: Guppo Cerchier width=382 height=58 border=0></td></tr><tr><td>";
testo+= document.getElementById('contenuto').innerHTML+"</td></tr></table></body></html>";
var ident_finestra = window.open("","finestra_stampa","height=400,width=400");
ident_finestra.document.write(testo);
ident_finestra.document.close();
ident_finestra.print();
ident_finestra.close();
//ident_finestra.open();
//ident_finestra.document.write(testo);
}


function fotopop(str,str1) {
    var outparam = null;
	outparam={
	   testo1: str,
	   testo2:str1

}

    manager="inc/ingrandimento_foto.php";
	
	
	Dialog(manager, function(param) {
		if (!param) {	// user must have pressed Cancel
			alert("sssss");
			return false;
		}
		//alert(param["prova"]);
	}, outparam);
	return false;

/*var testo= "<html><head><link rel='stylesheet' type='text/css' href='templates/mose_interno/css/ie.css' media='screen' title='Alisea'></head><body bgcolor=#5582B9><table cellpadding=0 cellspacing=0 border=0 width=100% height=99%><tr><td align=center valign=middle>";
testo+="<img src="+str+" border=0></td></tr></table></body></html>";*/



//ident_finestra.document.write(testo);
}



function fotopop1(ii) {
    var outparam = null;
	outparam={
	   testo1: immagini,
	   testo2:didascalie,
	   indice:ii

}

    manager="inc/ingrandimento_foto.php";
	
	
	Dialog(manager, function(param) {
		if (!param) {	// user must have pressed Cancel
			alert("sssss");
			return false;
		}
		//alert(param["prova"]);
	}, outparam);
	return false;

}

function ingrandimento(str,txt) {
var testo= "<html><head><title>TMP Srl</title><link rel='stylesheet' type='text/css' href='./templates/interno/css/ie.css'  title=europa' /></head><body>";
testo+="<div style='float:right'><a href='javascript:window.close();' title='Chiudi Finestra'><img src='/img/chiudi.gif' alt='Chiudi Finestra' border='0'></a></div><img src='/img/logo.gif'/><hr><p align=center><img src="+str +" title="+txt+"><br><div style='float:left; width:98%; background-color:#E7F1F9; padding:0.3em; text-align:center;margin:0.2em;'>"+txt+"</div><a href='javascript:window.print();' title='Stampa Foto'><img src='/img/stampa.gif' alt='Stampa' border='0'></a>&nbsp;&nbsp; &nbsp;&nbsp;</p></body></html>";
var ident_finestra = window.open("","finestra_stampa","fullscreen=yes");
ident_finestra.document.write(testo);
}

function popup(str)
{ 
window.open(str, "popup", "status=no,menubar=no,width=600,height=400,resizable=no,scrollbars=no");
}


