function swap(id,to){
	document.getElementById(id).src = to;
}