function onCmClick(){
	$('#cmplayer').show();
	var targetOffset = $('#flashCMcontent').offset().top;
	$('html,body').animate({scrollTop:targetOffset}, 1000);
	//swfobject.embedSWF("player_preloader.swf", "flashCMcontent", 811, 376, "9.0.0");
	$('#flashCMcontent').html(cmswf);
}

function hide(){
	$('#cmplayer').hide();
}
$(document).ready(function(){
	$('#cmplayer').hide();
});

cmswf = '<object id="myFlashContent" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="811" height="376"><param name="movie" value="player_preloader.swf" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="player_preloader.swf" width="811" height="376"><!--<![endif]--><a href="http://www.adobe.com/go/JP-H-GET-FLASH"><img src="contents/images/get_adobe_flash_player.png" alt="Get Adobe Flash player" /></a><!--[if !IE]>--></object><!--<![endif]--></object>';