// セカンドメニューのコンテンツのPATHを指定する
var PagePath = new Array();
PagePath[1] = 'common/css/themes/bonviant/parts/top/main_kawashima.jpg';
PagePath[2] = 'common/css/themes/bonviant/parts/top/main_okada.jpg';
PagePath[3] = 'common/css/themes/bonviant/parts/top/main_fujisawa.jpg';
PagePath[4] = 'common/css/themes/bonviant/parts/top/main_arisawa.jpg';
PagePath[5] = 'common/css/themes/bonviant/parts/top/main_komoto.jpg';
PagePath[6] = 'common/css/themes/bonviant/parts/top/main_iguchi.jpg';
PagePath[7] = 'common/css/themes/bonviant/parts/top/main_sinacoco.jpg';


// ---------------------------------------------------
// 　起動関連の設定
// ---------------------------------------------------
function startGallery() {
    var myGallery = new gallery($('myGallery'), {
	    timed: true,
	    showArrows: false,
	    showCarousel: false,
	    showInfopane: false,
	    delay: 5000
	});
}
window.addEvent('domready', startGallery);

// DOMツリーが構築されたら呼び出される
//window.addEvent('domready',function(){
//    })
    