function dibujaflash() {
if ((screen.width == 800)){
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="218" align="top">')
document.writeln('<param name=movie value="imagenes/intro.swf"><param name=quality value=high><param name="SCALE" value="exactfit">')
document.writeln('<embed src="imagenes/intro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="218" align="top" scale="exactfit"></embed>')
document.writeln('</object>')
}

else {
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1004" height="274" align="top">')
document.writeln('<param name=movie value="imagenes/intro.swf"><param name=quality value=high><param name="SCALE" value="exactfit">')
document.writeln('<embed src="imagenes/intro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1004" height="274" align="top" scale="exactfit"></embed>')
document.writeln('</object>')
}
}
