	var ancho=null;
	var alto=null;
	var cwidth=null;
	
	function size(){
		cwidth = document.getElementsByTagName('body')[0].clientWidth;
		ancho = (parseInt(document.getElementsByTagName('body')[0].clientWidth)-200);
		alto =  (parseInt(document.getElementsByTagName('body')[0].clientHeight));
		
		if(cwidth > '1024'){			//Controlamos la maquetacion al obtener una resolucion mayor a 1024px
			document.getElementById('iso').style.left = '79%';
			document.getElementById('txt_log').style.left = '30%';
			document.getElementById('footer').style.left = '19%';
			document.getElementById('footer').style.top = '590px';
			document.getElementById('footer').style.fontSize = '11px';
		}

		myShow = new Slideshow('my_slideshow', { type: 'combo', duration: [2000, 4000], width: ancho, height: alto, images: ['f1.jpg', 'f2.jpg', 'f4.jpg', 'f5.jpg', 'f6.jpg', 'f8.jpg', 'f9.jpg', 'f11.jpg', 'f12.jpg', 'f13.jpg', 'f14.jpg', 'f15.jpg', 'f16.jpg', 'f17.jpg', 'f19.jpg', 'f20.jpg', 'f21.jpg', 'f22.jpg', 'f23.jpg', 'f24.jpg', 'f25.jpg', 'f26.jpg', 'f28.jpg'], hu: 'images/' });			
	}
	


	
