Talho.Tutorials.initialize = function(config)
{
  var tutorials = new Talho.Tutorials(config);
  return tutorials.getPanel();
};