function WriteText(obj,div) {
 document.getElementById(div).innerHTML = obj;
 return;
 }
 
