function cerca()
{
 var frm=document.forms.form_tourfinder;
 frm.submit();
}

