
Window.onDomReady(function() {
	var trig = $$('.titulo');
	var box = $$('.contenido');
	var ac = new Fx.Accordion(trig, box,{	alwaysHide: true, show: 10});
//ac.showThisHideOpen(10);
});
window.onload = function(){
	
	$('acordeon').style.visibility = 'visible' ;
	
    Shadowbox.init();

    var flash_els = [
        document.getElementById('flash1'),
        document.getElementById('flash2'),
        document.getElementById('flash3')
    ];

    Shadowbox.setup(flash_els, {
        gallery:        'Flash',
        continuous:     true,
        counterType:    'skip'
    });

};

