/*

linkTo -> si verifica al click delle select per la ricerca

*/



<!--//--><![CDATA[//><!--

//-----------------------------

function linkTo (nome, valore) {

	if(nome == "idTx"){
		location.href = "produzioni.php?idTx="+valore;
	}

	if(nome == "idMx"){
		location.href = "produzioni.php?idMx="+valore;
	}	

}


//-----------------------------


//--><!]]>
