// JavaScript Document

function changeSource(imageName, srcTxt)
{
	if (document.images) document[imageName].src = srcTxt;
}
