function muestraflash(urlflash, ancho, alto, transparencia, base, color, ident, align, valores) {
         document.write("<OBJECT classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' WIDTH='" + ancho + "' HEIGHT='" + alto + "' id='" + ident + "' ALIGN='" + align + "'>");
         document.write("<PARAM NAME=movie VALUE='" + urlflash + "?" + valores + "'>");
         document.write("<PARAM NAME=allowScriptAccess VALUE='sameDomain'>");
         document.write("<PARAM NAME=wmode VALUE=" + transparencia + ">");
         document.write("<PARAM NAME=base VALUE='" + base + "'>");
         document.write("<PARAM NAME=quality VALUE=high>");
         document.write("<PARAM NAME=bgcolor VALUE=#" + color + ">");
         document.write("<EMBED src='" + urlflash + "?" + valores + "' base='" + base + "' quality=high bgcolor=#" + color + " WIDTH='" + ancho + "' HEIGHT='" + alto + "' NAME='" + ident + "' ALIGN='" + align + "' allowScriptAccess='sameDomain' TYPE='application/x-shockwave-flash' wmode=" + transparencia + " PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
         document.write("</OBJECT>");
}
