/*
	This script file contains common function
	which can be called from different pages of
	this website.
*/
function fnChangeColor(imgId, imgSrc)
{
	imgId.src = imgSrc;
}

