/* CREDITS
 * ----------------------------------------------------------
 * Title:		WEBSITE - Main Javascript file
 * Author:		Inventis <info@inventis.be>
 * Date:		00/00/0000
 * Last Edit:	00/00/0000 [Author]
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/
$(document).addEvent('domready', function(){
	new multiBox('multibox', {
		//useOverlay:true
		//descClassName:'multiBoxDesc'
	});
});