function setImage(elementID,strImagePath){
	document.getElementById(elementID).src='/images/ww/'+strImagePath;
}
