       
  function init() {
    fixMenu();  
    if (document.getElementById('more_content')) {
      closeAll();
      addOnclick();
      if (document.getElementById('my_box')) {
        OpenFirstTwo();
      }
    }
  }

   
