
document.write('<SPAN ID="menu"><table bgcolor=\''+colorbg+'\'" border=0 bordercolorlight=\''+colorbg+'\'" bordercolordark=#0000FF><FONT FACE="Verdana" SIZE=1 COLOR="'+colorlien+'">')
var a=0
while (a<menutexte.length) {
document.write('<TR><TD onMouseOut="this.style.background=\''+colorbg+'\'" onMouseOver="this.style.background=\''+colorsel+'\'" STYLE="cursor:hand"><FONT FACE="Verdana" SIZE=1><A HREF="'+menulien[a]+'" TARGET="'+menutarget[a]+'" STYLE="text-decoration:none;color:'+colorlien+'">'+menutexte[a]+'</A></FONT></TD></TR>');
a++;
}
document.write('</TR></TABLE></SPAN>')

