
function message(feature)
{
   alert( feature + ' has not yet been implemented');
}

