// JavaScript Document
function change_eve_tipo(id,pro_file){
	var arr_pg_eve=Array();
	if(pro_file)
	  agg_act="/" + pro_file + ".php";
	else
	  agg_act="/";
	arr_pg_eve['']="/eventi" + agg_act;
	arr_pg_eve[171]="/gallerie_d_arte" + agg_act;
	arr_pg_eve[170]="/teatri" + agg_act;
	arr_pg_eve[372]="/musica-live" + agg_act;
	//if(id)
	  document.form_eventi.action=arr_pg_eve[id];
	document.form_eventi.submit();
}

