/**
 * @author moondesign
 */

		
window.onload = function()
{
	new MultiBox('multibox', {descClassName: 'multiBoxDesc', useOverlay: 'true'});
}

