function changeImage(lang,state,path,prefixe,id){
	$(id).src = path+prefixe+"_"+lang+"_"+state+".gif";
}
