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




