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