
/* タブ切り替え */
function ShowAll(){
	$('div.twitter div.all').show();
	$('div.twitter div.chisa').hide();
}
function ShowChisa(){
	$('div.twitter div.all').hide();
	$('div.twitter div.chisa').show();
}

$(document).ready(function(){

	var flashvars0 = {};
	var params0 = { menu: "false", quality:"best", allowScriptAccess:"always", wmode:'opaque', base: "." };
	var attributes0 = { id: "embedPlayer1" };
	swfobject.embedSWF("http://www.youtube.com/v/UNP8sRYVBok?fs=1&hl=ja_JP", "youtube0", "290", "181", "8", "./library/flash/expressInstall.swf", flashvars0, params0, attributes0);

	var flashvars1 = {};
	var params1 = { menu: "false", quality:"best", allowScriptAccess:"always", wmode:'opaque', base: "." };
	var attributes1 = { id: "embedPlayer1" };
	swfobject.embedSWF("http://www.youtube.com/v/UkTyYBFC4bg?fs=1&hl=ja_JP", "youtube1", "290", "181", "8", "./library/flash/expressInstall.swf", flashvars1, params1, attributes1);

	var flashvars2 = {};
	var params2 = { menu: "false", quality:"best", allowScriptAccess:"always", wmode:'opaque', base: "." };
	var attributes2 = { id: "embedPlayer2" };
	swfobject.embedSWF("http://www.youtube.com/v/-f0AYlFvW6E?fs=1&hl=ja_JP", "youtube2", "290", "181", "8", "./library/flash/expressInstall.swf", flashvars2, params2, attributes2);

	var flashvars3 = {};
	var params3 = { menu: "false", quality:"best", allowScriptAccess:"always", wmode:'opaque', base: "." };
	var attributes3 = { id: "embedPlayer3" };
	swfobject.embedSWF("http://www.youtube.com/v/eDfWjDGzhtY?fs=1&hl=ja_JP", "youtube3", "290", "181", "8", "./library/flash/expressInstall.swf", flashvars3, params3, attributes3);

	var flashvars4 = {};
	var params4 = { menu: "false", quality:"best", allowScriptAccess:"always", wmode:'opaque', base: "." };
	var attributes4 = { id: "embedPlayer4" };
	swfobject.embedSWF("http://www.youtube.com/v/WrZwWIieLvc?fs=1&hl=ja_JP", "youtube4", "290", "181", "8", "./library/flash/expressInstall.swf", flashvars4, params4, attributes4);

	var ytplayer;
	function onYouTubePlayerReady(playerId){
		ytBugi = document.getElementById("embedPlayer1");
		ytDada = document.getElementById("embedPlayer2");
		ytRock = document.getElementById("embedPlayer3");
		ytHis = document.getElementById("embedPlayer4");
	}

	if (typeof document.documentElement.style.maxHeight == "undefined") {
		DD_belatedPNG.fix('#header h1 img, #header p img');
	}

	$("a.fancybox").fancybox({'width':700,'height':200,'type':'iframe'});

});


	/* タブ切り替え */
	function ShowBugi(){
//		ytDada.cueVideoById('-f0AYlFvW6E');

		$('div.movie div.bugi').show();
		$('div.movie div.dada').hide();
		$('div.movie div.rock').hide();
		$('div.movie div.his').hide();
	}

	function ShowDada(){
//		ytDada.cueVideoById('-f0AYlFvW6E');

		$('div.movie div.bugi').hide();
		$('div.movie div.dada').show();
		$('div.movie div.rock').hide();
		$('div.movie div.his').hide();
	}

	function ShowRock(){
//		ytRock.cueVideoById('-f0AYlFvW6E');

		$('div.movie div.bugi').hide();
		$('div.movie div.dada').hide();
		$('div.movie div.rock').show();
		$('div.movie div.his').hide();
	}

	function ShowHis(){
//		ytRock.cueVideoById('-f0AYlFvW6E');

		$('div.movie div.bugi').hide();
		$('div.movie div.dada').hide();
		$('div.movie div.rock').hide();
		$('div.movie div.his').show();
	}

