﻿// JavaScript Document

$(document).ready(function(){
    $('#contenido').flash(
        { src: 'conte.swf',
          width: '100%',
          height: '100%' },
        { version: '9.0.28.0' }
    );
});