ÿþ<script language="javascript"> function writeFlash(title, w, h) { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.0.0" width="' + w + '" height="' + h + '" ID="sf" VIEWASTEXT>') document.write(' <param name="movie" value="' + title + '.swf" />') document.write(' <param name="quality" value="high" />') document.write(' <param name="wmode" value="window" />') document.write(' <param name="allowScriptAccess" value="always" />') document.write(' <param name="allowFullScreen" value="true" />') document.write(' <embed src="' + title + '.swf" quality="high" name="sf" allowScriptAccess="always" allowFullScreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"></embed>') document.write('</object>') } </script> <html> <head> <title>index</title> <!-- saved from url=(0014)about:internet --> <style type="text/css"> .centro { text-align: center; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; text-align: center; } </style> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> </head> <body onLoad="javascript: sf.focus()"> <table border="0" align="center"> <tr> <td><span class="centro"><img src="../IMGS WEB/logo.png" alt="logo" width="111" height="109"></span></td> </tr> <tr> <td><span class="centro"><a href="http://www.agrolito.net/AG"><img src="../IMGS WEB/es.jpg" alt="es" width="15" height="12"></a> | <a href="http://www.agrolito.net/FR"><img src="../IMGS WEB/fr.jpg" alt="fr" width="15" height="12"></a> | </span><a href="http://www.agrolito.net/EN"><img src="../IMGS WEB/en.jpg" width="15" height="12" alt="en"></a></td> </tr> </table> <center> </center> <table width="100%" height="80%"> <tr> <td> <center> <script language="javascript"> writeFlash("index", 667, 500) </script> </center> </td> </tr> </table> </body> </html>