
function CuiseListSubmitFilter()
{
	var url = document.getElementById('selector').value;

	window.location = url;
}
function CruiseListChangeFilter( url )
{
	document.getElementById('selector').value = url;
}



function HotelListSubmitFilter()
{
	var url = document.getElementById('selector').value;
	window.location = url;
}
function HotelListChangeFilter( url )
{
	document.getElementById('selector').value = url;
}



function PackagesListSubmitFilter()
{
	var url = document.getElementById('selector').value;

	window.location = url;
}
function PackagesListChangeFilter( url )
{
	document.getElementById('selector').value = url;
}