﻿var box = {};
window.addEvent('domready', function() {
    box = new MultiBox('mb', { descClassName: 'multiBoxDesc', useOverlay: true });
});
