

function imgSwap(n,s){
	
//var Obj = findDOM(n,0);
//Obj.src=s;

//document.getElementById(n).src=s;

document [n].src = s;

}