function changeImage( imgName, imgFile ) 
{
	if( document.images )
		document.images[imgName].src = imgFile;
}
