swfobject.embedSWF("preloader.swf", "slideshow", "960", "449", "8.0.0", "expressInstall.swf",{}, {wmode: "transparent"}, {id: "slideshow"}, {allowScriptAccess: "always"});
swfobject.embedSWF("testimonios.swf", "test", "300", "216", "8.0.0", "expressInstall.swf",{}, {wmode: "transparent"}, {id: "test"}, {allowScriptAccess: "always"});



$(document).ready(function(){ 
	$('#lista').colorbox();		
});

function loadToContenido(src, elm){	
	$.get(src, {},
	  function(data){
		$(elm).hide();
		$(elm).html(data);
		$(elm).fadeIn(350);
		swfobject.embedSWF("testimonios.swf", "test", "300", "216", "8.0.0", "expressInstall.swf",{}, {wmode: "transparent"}, {id: "test"}, {allowScriptAccess: "always"});
	  });

}

function loadGallery(src, elm){	
	$.get(src, {},
	  function(data){          	

		$(elm).html(data);

		$('#galeria').galleryView({
			panel_width: 520,
			panel_height: 361,
			frame_width: 60,
			frame_height: 60,
			transition_interval: 0
		});

	  });
}