<!--
function viewInfo(text)
{
  var obj = document.getElementById('section_description');
  obj.innerHTML = text;
}
//-->

