function OnSubmitForm()
{
	if(document.pressed == 'cerca')
	{
		document.FormCerca.action ="/IndexServerSearch.aspx";
	}
	return true;
}
