
function buildobj(DivID,obj){
  var doc = document.getElementById(DivID);
  doc.innerHTML = obj;
};

