/**
 * @author wende
 */

 function change( imgID, imgLocation )
			{
			 document.getElementById(imgID).src = imgLocation ;
			}
