function trouveclassname()
{
	var lesElements = document.getElementById("photogallery1").getElementsByTagName("IMG");
	for(var t=0; t<lesElements.length; t++) {
		if(lesElements[t].src.indexOf("PhotoGalleryRightArrow")!=-1) { lesElements[t].src="http://estc.msn.com/br/INTL/spec/fr-fr/femmes/fashionweek/img/butt_sui.gif" }
		if(lesElements[t].src.indexOf("PhotoGalleryLeftArrow")!=-1) { lesElements[t].src="http://estc.msn.com/br/INTL/spec/fr-fr/femmes/fashionweek/img/butt_pre.gif" }
	}
}

window.onload = trouveclassname;