//$(document).ready(function() {
//    $('div#content1').fadeIn('slow');
//    $('div#slider').easySlider({orientation:'vertical'});
//    });

function ocultar_elementos(){
    $('h1').fadeOut('slow');
    $('div#descripcion').fadeIn('slow');
    $('h3').fadeOut('fast');
    $('ul.presentacion').fadeOut();
    $('a.acceder').fadeOut('slow');
    //$('div#slider').fadeIn('slow');
    }
    
function createPlayer(thePlace, theFile, theImage, go) {
    var s = new 
    SWFObject("http://www.activapyme.com/player.swf","playerID","478","305","9",'#000000');
            s.addParam("allowfullscreen","true");
           	/*s.addVariable("skin","http://ciriza.smarty.es/stylish2.swf");*/
			s.addVariable("file",theFile);
            s.addVariable("width","478");
            s.addVariable("height","305");
            s.addVariable("displayheight","305");
            s.addVariable("overstretch","none");
			s.addVariable("backcolor","CCCCCC");
            s.addVariable("image",theImage);
            s.addVariable("showicons","false");
            if (go) { s.addVariable("autostart","false"); }
            s.write(thePlace);
    }

function scroll(){
    $('div#content1').fadeIn('slow');
    $('div#slider').easySlider({orientation:'vertical'});
    }
