function ChangeImage(ImageName, NewImg) 
	{
    	if (document.images) { document.images[ImageName].src = eval(NewImg + ".src" ); }
	}

function clearStatusBar(txt)
	{
    	if (document.images) { window.status = txt; }
	}
