<!--

function agptSearchMzn(selected) {
	//All'onChange del menu Macrozone eseguo la ricerca
	if (selected.selectedIndex == 0)
		return false;
		
//	alert(selected.options[selected.selectedIndex].value);
}

function agptSearchSgm(selected) {
	//All'onChange del menu Segmenti eseguo la ricerca
	if (selected.selectedIndex == 0)
		return false;
		
//	alert(selected.options[selected.selectedIndex].value);
}

function agptSubmitPostForm() {
	myForm = document.frmPost;
	
	myForm.action = "/ricerca.asp";
	myForm.submit();
}
// -->
