function crearCabeceraEn() {
  
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="75">\n');

document.write('  <param name="movie" value=flash/cabecera.swf>\n');

document.write('  <param name="quality" value="high">\n');

document.write('  <embed src=flash/cabecera.swf  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="75"></embed>\n');

document.write('</object>   \n');  
}
  
 
function crearCabeceraSpa() {
  
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="75">\n');

document.write('  <param name="movie" value=flash/cabeceraespa.swf>\n');

document.write('  <param name="quality" value="high">\n');

document.write('  <embed src=flash/cabeceraespa.swf  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="75"></embed>\n');

document.write('</object>   \n');  
}
  
  

function crearMenu() {
  
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="21">\n');

document.write('  <param name="movie" value=flash/menu.swf>\n');

document.write('  <param name="quality" value="high">\n');

document.write('  <embed src=flash/menu.swf  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="21"></embed>\n');

document.write('</object>   \n');  
}


function inicioFlashArriba() {
  
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="100">\n');

document.write('  <param name="movie" value=flash/introclone.swf>\n');

document.write('  <param name="quality" value="high">\n');

document.write('  <embed src=flash/introclone.swf  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="100"></embed>\n');

document.write('</object>   \n');  
}
  

function inicioFlashAbajo() {
  
document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="300">\n');

document.write('  <param name="movie" value=flash/intro.swf>\n');

document.write('  <param name="quality" value="high">\n');

document.write('  <embed src=flash/intro.swf  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="300"></embed>\n');

document.write('</object>   \n');  
}
  
  

