function clignote(langue)
{
if(langue==1)
{
texte="Accommodation";
}
else if(langue==2)
{
texte="Hôtellerie";
}
else if(langue==3)
{
texte="Hotel";
}

document.blank.src="inc/sous_menu.php?text="+texte+"&w1=153&w2=153&w3=153";
window.setTimeout("clignote2();",500);
}

function clignote2()
{
document.blank.src="images/blank.gif";
window.setTimeout("clignote();",500)
}