	
function new_continente(nameform, formaction, target)
{			
	document.formFerias.action= formaction;
	document.formFerias.target=target;
	document.formFerias.submit();	
	document.getElementById("motorDiv").innerHTML = "<table class=motor_search_text width=100% height=100% align=center vAlign=middle><tr><td align=center>Aguarde por favor...</td></tr></table>";
}
function pesquisaFerias()
{
	document.getElementsByName("formFerias")[0].action="/loading.aspx";
	document.getElementsByName("formFerias")[0].target="_top";
	document.getElementsByName("formFerias")[0].submit();
}

function goToFeriasHomepageMoto()
{
	document.getElementsByName("formFerias")[0].action = "/Vacation/ferias.aspx";
	document.getElementsByName("formFerias")[0].target = "_self";
	document.getElementsByName("formFerias")[0].submit();
}