window.addEvent('domready', function()
{

   new MultiBox('multibox', {
     useOverlay: true,
    showControls: false
   });

});

