// JavaScript Document
function swapimg(imgID,imgURL)
{
	document.getElementById(imgID).src=imgURL;
}