/* original PIT example code
	var box = {};
	window.addEvent('domready', function(){
		box = new MultiBox('mb', {
			useOverlay: true,
			initialWidth: 150,
			initialHeight: 150,
			showNumbers: true,
			showControls: true,
			path: './',
			slideshow: false,								
			slideshowTime: 7500 });
		});
*/
				var box = {};
				window.addEvent('domready', function(){
					box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});
				});

