function	fn_startUp_PL(){$(".PL_hd").append("<a href='javascript:fn_ClosePL();' class='PL_BtnClose'>閉じる</a>");var	v_Opened=$(".PL_opened");if(v_Opened.length>=1){var v_ID=v_Opened.attr("id");if(typeof(v_ID)=="string"){fn_OpenPL(v_ID.substr(v_ID.length-3,3));}}}
function	fn_control_PL(p_key){if($(".PrList").length>=1){var	v_ShowIndex=fn_get_PL_ShowIndex();var	v_zIndex=$("#PL_"+p_key).css("z-index");fn_ClosePL();if(v_zIndex==v_ShowIndex){	}else{fn_OpenPL(p_key);}}}
function	fn_OpenPL(p_key){var	v_ShowIndex=fn_get_PL_ShowIndex();$("#PL_overLay").css("display","block");$("#PL_"+p_key).css("z-index",v_ShowIndex).addClass("PL_opened");$("#PL_"+p_key).click(function(){document.cookie="rct="+p_key;});}
function	fn_ClosePL(){var	v_Opened=$(".PL_opened");if(v_Opened.length>=1){$("#PL_overLay").css("display","none");var v_ID	=	v_Opened.attr("id");if (typeof(v_ID)=="string" ){v_ID.substr(v_ID.length-3,3);$("#PL_"+v_ID.substr(v_ID.length-3,3)).css("z-index","1").removeClass("PrList").removeClass("PL_opened").addClass("PrList");}}}
function	fn_get_PL_ShowIndex(){return	520;}