$().ready(function() {

	$('#coda-slider-1').codaSlider({
		autoHeight               : false,
		autoHeightEaseDuration   : 1000,
		autoHeightEaseFunction   : "easeInOutExpo",
		autoSlide                : false,
		autoSlideInterval        : 6000,
		autoSlideStopWhenClicked : false,
		crossLinking             : false,
		dynamicArrows            : false,
		dynamicArrowLeftText     : "&#171; left",
		dynamicArrowRightText    : "right &#187;",
		dynamicTabs              : true,
		dynamicTabsAlign         : "center",
		DynamicTabsPosition      : "top",
		externalTriggerSelector  : "a.xtrig",
		firstPanelToLoad         : 1,
		panelTitleSelector       : "h2.title",
		slideEaseDuration        : 1000,
		slideEaseFunction        : "easeInOutExpo"

		/*
		 * Easing Function List
		 *
		 * def, swing, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic,
		 * easeOutCubic, easeInOutCubic, easeInQuart, easeOutQuart,
		 * easeInOutQuart, easeInQuint, easeOutQuint, easeInOutQuint,
		 * easeInSine, easeInOutSine, easeInExpo, easeOutExpo, easeInOutExpo,
		 * easeInCirc, easeOutCirc, easeInOutCirc, easeInElastic,
		 * easeOutElastic, easeInOutElastic, easeInBack, easeOutBack,
		 * easeInOutBack, easeInBounce, easeOutBounce, easeInOutBounce
		 *
		 */
	});





	// 物件を探す
	$('.tab2 a').attr('href', 'property/index.html');

	// クレインの強み
	$('.tab3 a').attr('href', 'advantage/index.html');

	// クレインの家づくり
	$('.tab4 a').attr('href', 'making/index.html');

	// お客様の声
	$('.tab5 a').attr('href', 'interview/index.html');

	// 会社案内
	$('.tab6 a').attr('href', 'company/index.html');

	// 川西で暮らす
	$('.tab7 a').attr('href', 'kawanishi/index.html');




	// 物件を探す
	$('.tab2').append('<ul><li class="menu_top"><a href="property/index.html">新築一戸建てを探す</a></li><li><a href="../property/land.html">スタッフおすすめの仲介物件</a></li></ul>');

	// クレインの強み
	$('.tab3').append('<ul><li class="menu_top"><a href="advantage/chukai.html">クレインの新築物件は仲介手数料不要</a></li><li><a href="advantage/high_quality.html">ハイクオリティの家づくり</a></li><li><a href="advantage/freeplan.html">夢を叶える自由設計</a></li></ul>');

	// クレインの家づくり
	$('.tab4').append('<ul><li class="menu_top"><a href="making/construction.html">家づくりのステップ</a></li><li><a href="making/equipment/index.html">充実の設備仕様</a></li><li><a href="making/2x4.html">安心の工法</a></li><li><a href="making/materials.html">信頼の建材</a></li><li><a href="making/guarantee.html">安心の保証</a></li><li><a href="making/album/index.html">施工実績アルバム</a></li></ul>');

	// お客様の声

	// 会社案内
	$('.tab6').append('<ul><li class="menu_top"><a href="company/outline.html">会社概要・沿革・供給実績</a></li><li><a href="company/access.html">店舗案内・アクセス</a></li><li><a href="company/staff.html">スタッフ紹介</a></li><li><a href="http://crane6262.blog56.fc2.com/" target="_blank">スタッフブログ</a></li><li><a href="company/challenge25.html">環境への取り組み</a></li></ul>');

	// 川西で暮らす

});

