
function gotopage(target) {
	if(target == 'sale') window.location.href='/';
	if(target == 'short') window.location.href='/holidayrentals/';
	if(target == 'long') window.location.href='/longtermrentals/';
}

function gotopagees(target) {
	if(target == 'sale') window.location.href='/es/';
	if(target == 'long') window.location.href='/es/largatemporada/';
	if(target == 'short') window.location.href='/es/cortatemporada/';
}
