function changedescription(text){
 document.getElementById('descriptionfield').innerHTML = text;
 window.status = text;
return true;
}