function Roll(nom,img)
{
document.images[nom].src=img;
}


function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features);
}

function ChangeEtat(element,style)
{
//alert(element);
//alert(document.drapeau.rub.value);
if(element!=document.forms['drapeau'].rub.value){
	window.document.getElementById(element).className = style;
}
}

