function submitearThis(url)
{
	htl = '';
	if($('hotel').value)
	{
		htl = 'htl/'+$('hotel').value+'/';
	}
	fin = '';
	if($('fin').value)
	{
		fin = 'in/'+$('fin').value+'/';
	}
	nad = '';
	if($('cn').value)
	{
		nad = 'n/'+$('cn').value+'/';
	}
	chabs = '';
	if($('chabs').value)
	{
		chabs = 'hbs/'+$('chabs').value+'/';
	}
	adl = '';
	if(true)
	{
		adl = 'adl/2/';
	}
	chl = '';
	if(true)
	{
		chl = 'chl/0/';
	}
	toUrl = url+htl+fin+nad+chabs+adl+chl;
	newWindow(toUrl);
}

function newWindow(toUrl) {
	name = 'Motor_de_Reservas';
	opciones = 'fullscreen=yes,scrollbars=1,scroll=yes,toolbar=1,resizable=0';
	var myRef = window.open(toUrl,name,opciones);
}

function buscarThis(toUrl)
{
	location.href= toUrl;
	//window.location.reload();
}
