function affiche_meteo(tagville)
{
document.write('<IFRAME SRC="http://www.sitercl.com/Pub/meteo.htm?'+tagville);
document.write('" width="100%" height="220" frameborder="0" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"></IFRAME>');
}