<!--
function texte1(){ 
  var texte1 = '';
  
texte1+="<div id='imperialcollege'>";
texte1+="    <a href=\"http://www3.imperial.ac.uk/\" title='Imperial college'><img src='img/imperialcollege.png' width='154px' height='180px' border='1' alt='Imperial college' /></a>";
texte1+="</div>";
texte1+="<div id=\"menu\" style='cursor:hand' onclick='javascript:document.location=\"index.htm\";'>";
texte1+="    <table width=\"228\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
texte1+="        <tr height=\"41\">";
texte1+="            <td style=\"border-bottom:0px solid #88F;font-size:1px;background:url(img/arnaudczaja_menu.png);background-repeat:no-repeat;background-position:0px 0px;\">&nbsp;</td>";
texte1+="        </tr>";
texte1+="        <tr height=\"13\">";
texte1+="            <td  style=\"border-bottom:0px solid #88F;font-size:1px;background-repeat:no-repeat;background:url(img/arnaudczaja_menu_bas.png);background-position:0px 0px;\">&nbsp;</td>";
texte1+="        </tr>";
texte1+="    </table>";
texte1+="    <div id=\"contact\">";
//texte1+="        <b>Dr. Arnaud Czaja</b><br />";
texte1+="        Imperial College, Department of Physics<br />";
texte1+="        Space and Atmospheric Physics Group<br />";
texte1+="        Huxley Building, Room 726<br />";
texte1+="        London SW7 2AZ<br />";
texte1+="        <hr />";
texte1+="        Tel: +44 (0) 20 7594 1789<br />";
texte1+="        Fax: +44 (0) 20 7594 7900<br />";
texte1+="        <a href=\"mailto:a.czaja@imperial.ac.uk?subject=contact from site\">a.czaja@imperial.ac.uk</a>";
texte1+="        <br />";
texte1+="        <br />";
/*texte1+="        <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"251\" height=\"127\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" id=\"banner1\" align=\"middle\">";
texte1+="            <param name=\"allowScriptAccess\" value=\"sameDomain\" />";
texte1+="            <param name=\"movie\" value=\"img/mer.swf\" />";
texte1+="            <param name=\"quality\" value=\"high\" />";
texte1+="            <param name=\"bgcolor\" value=\"#1963C6\" />";
texte1+="            <embed src=\"img/mer.swf\" quality=\"high\" width=\"251\" height=\"127\" bgcolor=\"#1963C6\" name=\"La Mer\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />";
texte1+="        </object>";*/
texte1+="    </div>";
texte1+="</div>";
  
  document.write(texte1); 
}
-->


