﻿
Event.observe(window, "load", function() {
    if ($("acc01")) {//施工例    歩道橋
        var accObj01 = new accordion("acc01", {
            direction: "horizontal",
            defaultSize: {
                width: 200
            }
        });
        accObj01.activate($$("#acc01 .accordion_toggle")[7]);
    }


    if ($("acc02")) {//手芸アート
        var accObj02 = new accordion("acc02", {
            direction: "horizontal",
            defaultSize: {
                width: 300
            }
        });
        accObj02.activate($$("#acc02 .accordion_toggle")[0]);
    }

    if ($("acc03")) {//施工例　一般住宅階段
        var accObj03 = new accordion("acc03", {
            direction: "horizontal",
            defaultSize: {
                width: 200
            }
        });
        accObj03.activate($$("#acc03 .accordion_toggle")[0]);
    }
			  
    if ($("acc04")) {//フクスケ写真集
        var accObj04 = new accordion("acc04", {
            direction: "horizontal",
            defaultSize: {
                width: 200
            }
        });
        accObj04.activate($$("#acc04 .accordion_toggle")[0]);
    }
	if ($("acc05")) {//施工例　????
			  var accObj03 = new accordion("acc05", {
										   direction: "horizontal",
										   defaultSize: {
										   width: 200
										   }
										   });
			  accObj03.activate($$("#acc05 .accordion_toggle")[0]);
			  }
}, true);



