function perComarca(id){

	window.location.hash = "top";

	do_perComarca("oferta_comarcaa.php?id=" + id,"content");
}

function anar(id){
	document.location.href = "bossa-monitors.php?id=" + id;
}

function selec(){
	/*for(i=0;i<document.cat.cat[].lenght;i++){
		document.cat.cat[i].checked = true;
	}*/
	alert('hola');
}

function deselec(){
	for(i=0;i<document.cat.cat[].lenght;i++){
		document.cat.cat[i].checked = false;
	}
}