function cargar(flash, width, height, wmode) {

    document.write('<center>');
    document.write('<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=' + width + ' height=' + height + ' CODEBASE=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=6.0.65.0\">');
    document.write('<PARAM NAME=\"MOVIE\" VALUE=\"' + flash + '\">');
    document.write('<PARAM NAME=\"PLAY\" VALUE=\"true\">');
    document.write('<PARAM NAME=\"LOOP\" VALUE=\"true\">');
    document.write('<PARAM NAME=\"QUALITY\" VALUE=\"high\">');
    document.write('<param name=\"wmode\" value=\"'+ wmode + '"\>');
    document.write('<param name="expressinstall" value="Scripts/expressInstall.swf" />');
    document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' wmode=' + wmode + ' PLAY=\"true\" LOOP=\"true\" QUALITY=\"high\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
    document.write('</center>');

}

