// IMPRIMIR FLASH
//################################################################################################################################################
//################################################################################################################################################
function swf(file,w,h)
{
document.write('<object id="ob" type="application/x-shockwave-flash" data="' + file + '"width="' + w + '"height="' + h + '"><param name="movie"value="' + file + '"/><param name="wmode"value="transparent"/></object>');
}
//################################################################################################################################################
//################################################################################################################################################


