function Roll(nom,img)
  {
document.images[nom].src="images/interface/" + img;
  }

 

function MM_openBrWindow(theURL,winName,features)
{ //v2.0
	//alert(features);
  window.open(theURL,winName,features);
}





