function agrand() { var imges = ''; var hz=window.screen.height; hz= hz-200; imges += '<'+'img src="../images/lins.gif" width="1" height='+ hz +'>'; document.write(imges) } function flashindex(nombreflash,hr) { var presenta='../noticias/'+ nombreflash var hf=window.screen.height; var wf=window.screen.width; wf= wf*80/100; if (hr==null){ hf= wf/2.5; } else { hf= hr; } var flasha = ''; flasha += '\n<'+'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="'+ wf +'" height="'+ hf +'" id="presentacion"><'+'param name="movie" value="'+ presenta +'"><'+'param name="quality" value="high"><'+'param name="wmode" value="transparent"><'+'embed src="'+ presenta +'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" name="presentacion" swLiveConnect="true" width="'+ wf +'" height="'+ hf +'" wmode="transparent"><'+'/embed><'+'/object>\n'; document.write(flasha) }