
var imgA = "http://lblevery.com/script/changeimg/b.png";
var imgB = "http://lblevery.com/script/changeimg/a.png"

function changeImg(){
	document.getElementById( "chgImg" ).src = imgA;
}

function returnImg(){
	document.getElementById( "chgImg" ).src = imgB;
}
