function displayOverDes(des, obj)
{
	// This function displays the description into the object control.
	obj.innerHTML = des;
	return true;
}
