C'est quoi ton afficher(), une autre fct JS ?? ou tu voulais afficher l'info bulle (alt) ??
Bon là ça marche :
--------------------------------------------------------
<HTML>
<head>
<script language="Javascript">
<!--//
function smi(fich, tag)
{
document.write("<img align=\"ABSCENTER\" alt=\""+ tag + "\" src=\"img/" + fich + ".gif>\"" );
}
//-->
</script>
</head>
<body>
<script language="Javascript">
smi("icon15", "texte" );
</script>
</body>
</HTML>
--------------------------------------------------
------