function cinco()
{
document.write("    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='610' height='100' id=ShockwaveFlash1>");
document.write("          <param name='wmode' value='opaque'>");
document.write("          <param name='movie' value='swf/menu.swf'>");
document.write("          <param name='quality' value='high'>");
document.write("          <embed src='swf/menu.swf' wmode='opaque' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='610' height='100'></embed>");
document.write("        </object>");
}



function tres()
{
document.write("    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='610' height='100' id=ShockwaveFlash1>");
document.write("      <param name='movie' value='swf/menu_h.swf'>");
document.write("      <param name='quality' value='high'>");
document.write("      <embed src='swf/menu_h.swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='610' height='100'></embed>");
document.write("    </object>");
}


function uno()
{
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='610' height='175' id=ShockwaveFlash1>");
document.write("     <param name='movie' value='swf/header.swf'>");
document.write("      <param name='quality' value='high'>");
document.write("      <embed src='swf/header.swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='610' height='175'></embed>");
document.write("    </object>");
}


function dos(valor){

document.write("        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='425' height='296' id=ShockwaveFlash1>");
document.write("          <param name='movie' value='swf/" + valor + ".swf'>");
document.write("          <param name='quality' value='high'>");
document.write("          <embed src='swf/" + valor + ".swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='425' height='296'></embed>");
document.write("        </object>");
}


		function cuatro(valor)
		{
		document.write("    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'    codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='610' height='126' id=ShockwaveFlash1>");
		document.write("          <param name='wmode' value='opaque'>");
		document.write("          <param name='movie' value='swf/" + valor + ".swf'>");
		document.write("          <param name='quality' value='high'>");
		document.write("          <embed src='swf/" + valor + ".swf' wmode='opaque' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='610' height='126'></embed>");
		document.write("        </object>");
		}




function clientes(){

document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='550' height='500'>");
document.write("          <param name='movie' value='swf/clientes_.swf'>");
document.write("          <param name='quality' value='high'>");
document.write("          <embed src='swf/clientes_.swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='550' height='500'></embed>");
document.write("        </object>");


}


function mapa(){

document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='460' height='330'>");
document.write("  <param name='movie' value='swf/localizacion.swf'>");
document.write("  <param name='quality' value='high'>");
document.write("  <embed src='swf/localizacion.swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='460' height='330'></embed>");
document.write("</object>");

}

function flash(pelicula,ancho,alto){

document.write("        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+ ancho + "' height='"+alto+"' id=ShockwaveFlash1>");
document.write("          <param name='movie' value='swf/" + pelicula + ".swf'>");
document.write("          <param name='quality' value='high'>");
document.write("          <embed src='swf/" + pelicula + ".swf' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+  ancho +"' height='" + alto + "'></embed>");
document.write("        </object>");
}

