function swapImage(imgN,lang,imgU){
	srfc = lang+'/img/'+imgU;
	document.images[imgN].src='/'+lang+'/img/'+imgU;
}
