var dirFotos = '..//ImagenesLaPedrera//LaCasa//Muestras//';
var fotosGrandes = '..//ImagenesLaPedrera//LaCasa//Imagenes//';
var tablaFotos = new Array(['Casa Rural La Pedrera','001c']
						  ,['Entrada a la casa','002c']
						  ,['Subida a las habitaciones','003c']
						  ,['El rincón donde recibimos a los clientes','004c']
							);


window.onload = calcularAlto;

function calcularAlto(){
	document.getElementById('principal').style.height = screen.availHeight * 0.67 +'px';
	document.getElementById('principal').style.visibility = "visible";
	document.getElementById('fondo').width = document.getElementById('vistaPres').offsetWidth - 6;
	document.getElementById('fondo').height = document.getElementById('vistaPres').offsetHeight - 6;
	cargarTablaImagenes();
}


        function activa_desactiva(opc){ 
                tabla=opc.id; 
                capa=eval("o" + opc.id)                 
                opc.bgColor="#e8efff" 
                opc.frame="above"         
                capa.style.display='inline' 
                capa.style.visibility='visible' 

                for (i=1;i<5;i++){ 
                        tablaaux="tabla" + i; 
                        if (tablaaux!=tabla){ 
                                tab=eval(tablaaux); 
                                cap=eval("otabla" + i) 
                                tab.bgColor="#91D2FF"; 
                                tab.frame="box"; 
                                cap.style.display='none' 
                                cap.style.visibility='hidden' 
                        } 
                } 
        } 

        function cambia_estilo(obj){ 
                obj.style.cursor='hand' 
        } 