function swapImage(btnObj,sURL)
{
	btnObj.src = sURL;
}

