addEventLis( window, 'load', function(){
									  
	var so = new SWFObject("images/logotipo.swf", "movie", "260", "100", "7", "#FFFFFF");	
	so.addParam("wmode", "transparent");
	so.write("logotipo");
	
	myShow = new Slideshow('apre', { type: 'fade', transition: Fx.Transitions.backInOut, duration: [1000, 4000], width: 800, height: 264, images: ['img1.jpg','img2.jpg','img3.jpg','img4.jpg'], hu: 'images/apre/' });
						  
});

