function gotomirror(form) {
	id = form.AcRec.options[form.AcRec.selectedIndex].value;
	// url = 'spettacolo_sch.php?stepdx=Sxpet&AcRec='+id
	url = id;
	window.location.href = url;
}
