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 selezionasede(){
	var myselect=document.getElementById('sedi');
	window.location="index.php?area=1&menu="+myselect.options[myselect.selectedIndex].value;
}

function selezionacategoria(){
	var myselect=document.getElementById('categoria');
	window.location="index.php?area=1&menu="+myselect.options[myselect.selectedIndex].value;
}
