
$(document).ready(function(){
	
	///////////////////////////////////
	//embeds movie player.
	///////////////////////////////////
	
	if(chkFlaVer() == 0){
		$('#hero_module_category .noflash').css("display","block");
	}else{
		var flashvars = {
			firstPlayVideoId:"",
			confPath:"res710/images/content/player/playlist_xml_feed_mo_100901.xml" //path from html.
		},
		params = {
			play: "true",
			loop: "false",
			menu: "false",
			quality: "best",
			scale: "noscale",
			allowFullScreen: "true",
			salign: "lt"//,
			//base: "../res710/images/module/player-category/"
		},
		attributes = { };
		var fvPrefix = "#/?v="
		var fvid = window.location.href;
		if(fvid.lastIndexOf(fvPrefix)!=-1){
			fvid = fvid.substr(fvid.lastIndexOf(fvPrefix)+fvPrefix.length);
			if(fvid.lastIndexOf("&")!=-1) fvid = fvid.substr(0,fvid.lastIndexOf("&"));
			flashvars.firstPlayVideoId = fvid
		}
		swfobject.embedSWF("../res710/images/module/player-category/hero-module-category_v2.swf", "hero_module_category", "480px", "401px", "10", "../res710/images/module/common/expressInstall.swf", flashvars, params, attributes);
	}
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	/***************************************
	 * jQuery.blend
	 ***************************************/
	//$("#sub_navi a").blend({speed:255,opacity:1});
	if(!$.browser.msie){
		$("#left_column h3 a").blend({speed:192,opacity:1});
	}
	
	$('#search_input_left').inputFocusTexSwap()
	$('#searchform_left').swapSelectForm({"search_string_encode":"EUC-JP"})//{select:'search_select_left____',submit:'search_submit_button_left____'});


	/***************************************
	 * side navigation set center
	 ***************************************/
	$('.sbBodyText').each(function(i,elm){
		var t = $(elm);
		t.css('margin-top',Math.max((t.parent().find('.thumb60x50').height()-t.height())/2,0))
	})
})
