/** オンロード処理 */
window.onload = function(){
	
ROfunction();

	// イベント登録
	// 地域別検索
	if($("SelectArea") != null){
		Event.observe($("SelectArea"), 'click', changeArea);
	}
	
    Shadowbox.init();

    /**
     * Note: The following function call is not necessary in your own project.
     * It is only used here to set up the demonstrations on this page.
     */
    initDemos();
}

