//
// (c) 2007 webActive
//

var app = new App();

app.addModule(new ModuleLeftMenu);

window.addEvent('load', app.initApplication.bind(app));