function abrirSB(type, title, url, w, h) {
    Shadowbox.init({skipSetup: true});
    Shadowbox.open({
        player:     type,
        title:      title,
        content:    url,
        width: 	    w,
	height:	    h
    });

}; 
