<!--
window.toto = function(msg)
{
   alert(msg);
}

window.imglo = function(id,alt)
{
 var imghtm='<img src=\"../' + rou +"/" + che + "/"  + id + '.jpg\" alt=\"' + alt + '\" />';
 document.write(imghtm);
 return true;
}

window.imglo2 = function(id,titre)
{
 var imghtm='<img src=\"../' + rou +"/" + che + "/"  + id + '.jpg\" title=\"' + titre + '\" />';
 document.write(imghtm);
 return true;
}

//function toto()
//{
//alert("tete");
//} 
-->
