 <!--

  // sample JavaScript function that displays an alert box
  function test() {
    alert("Yes, my user.js JavaScript file is working!");
  }

  function showMore(id) {
document.getElementById(id).style.display='';
  }
  //-->
