var box = {};
function viewLoad() {
	box = new MultiBox('mb', { });
} // eof viewLoad()
