var box = {}; //multiBox用変数定義

window.addEvent('domready', function(){

	//multiBox用DOM実行文
	box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});

});