window.addEvent('domready', function(){
	//call multiBox
	var initMultiBox = new multiBox({
		mbClass: '.mb',
		container: $(document.body),
		//descClassName: 'multiBoxDesc',
		//path: './Files/',
		useOverlay: true
		//maxSize: {w:900, h:600},
		//addDownload: true,
		//pathToDownloadScript: './Scripts/forceDownload.asp',
		//addRollover: true,
		//addOverlayIcon: true,
		//addChain: true,
		//recalcTop: true,
		//addTips: true
	});
});