// JavaScript Document
function swapImage(btnobj,sURL)
{
	btnobj.src=sURL;
}
