   var bLoad = false;
   function load()
   {
    if (bLoad) {start_function()};
   }

