function setImg(id,sSrc)
{
	if(isPage != id)
	{
		document.getElementById(id).src = sSrc;
	}
}
