﻿function video(ruta)
{
       document.write(" <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='422' height='305' id='video' align='middle' VIEWASTEXT>");
       document.write(" <param name='allowScriptAccess' value='sameDomain' />");
       document.write("<param name='movie' value='../flash/video_clientes.swf?str_video=" + ruta + "' />");
       document.write("<param name='quality' value='high' />");
       document.write('<param name="wmode" value="transparent">\n');
       document.write("<embed src='../flash/video_clientes.swf?str_video=" + ruta + "' quality='high' wmode='transparent' width='422' height='305' name='video' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
       document.write("</object>");
}
function video_evento(ruta)
{
       document.write(" <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='300' height='225' id='video_eventos' align='middle' VIEWASTEXT>");
       document.write(" <param name='allowScriptAccess' value='sameDomain' />");
       document.write("<param name='movie' value='../flash/video_eventos.swf?str_video=" + ruta + "' />");
       document.write("<param name='quality' value='high' />");
       document.write("<embed src='../flash/video_eventos.swf?str_video=" + ruta + "' quality='high' bgcolor='#0055A4' width='300' height='225' name='video_eventos' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
       document.write("</object>");
}
function insertar(nombre, w, h, variables, bgcolor)
{
    
       document.write(" <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='" + w + "' height='" + h + "' id='" + nombre + "' align='middle' VIEWASTEXT>");
       document.write(" <param name='allowScriptAccess' value='sameDomain' />");
       document.write("<param name='movie' value='flash/" + nombre + ".swf" + variables + "' />");
       document.write("<param name='quality' value='high' />");
       document.write("<embed src='flash/" + nombre + ".swf" + variables + "' quality='high' bgcolor='" + bgcolor + "' width='" + w + "' height='" + h + "' name='" + nombre + "' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
       document.write("</object>");
}
