function load_casa()
{
	sel=document.getElementById("casasel");
	casa=sel.options[sel.selectedIndex].value;
	
	this.location.href=casa+'.html';
	
}