  // the array global_article is used to allow multiple categories
  var global_article = new Array()
  var global_article_counter = 0
  var article = null
  var early_exit = 0
  var moreover_text = 0;
  // do not remove this function clone()
  function load_wizard()
    {
    
    var newwin = window.open("","clone","resizable,scrollbars,width=500");
    document.forms.moreover_clone.submit();
    return true;
    }
  // end of do not remove this function clone()
  
