function overcolor(obj)
{
obj.style.color="red";
buche.style.visibility="visible";
buche2.style.visibility="visible";
}
function outcolor(obj)
{
obj.style.color="darkblue";
buche.style.visibility="hidden";
buche2.style.visibility="hidden";
}
function mouvt(){
leftcs=leftcs+30;
if (leftcs >800) {
parent.location=lien;
}
if (leftcs <desc) {
mvt.style.pixelLeft=leftcs;
setTimeout("mouvt()",delai);
delai=100;
}
}
function fin()
{
desc=1000;
mouvt();
}
function fen(adr,w,h) {
window.open(adr,"","width="+w+",height="+h+",status=yes,scrollbars=yes");
}