// silverlight.js 1.0.0
if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={}}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C<A.length;C=C+1){D=A[C].split(".");E=YAHOO;for(B=(D[0]=="YAHOO")?1:0;B<D.length;B=B+1){E[D[B]]=E[D[B]]||{};E=E[D[B]]}}return E};YAHOO.namespace("JP.env");YAHOO.JP.env.silverlight={isInstalled:function(){},getVersion:function(){},isInstallable:function(A){},_lowerVersionCheck:function(A){}};YAHOO.JP.env.silverlight.isInstalled=function(){var C=null;var A=false;if(window.navigator.userAgent.indexOf("MSIE")>=0){try{C=new ActiveXObject("AgControl.AgControl")}catch(B){A=false}if(C){A=true}}else{if(navigator.plugins["Silverlight Plug-In"]){A=true}else{A=false}}if(A==true){return true}else{return false}};YAHOO.JP.env.silverlight.getVersion=function(){var A=null;var F=null;var D=0;var C=0;var B=0;if(!this.isInstalled()){return A}if(window.navigator.userAgent.indexOf("MSIE")>=0){try{F=new ActiveXObject("AgControl.AgControl");A=0}catch(E){return A}while(++D){C=D+".0";if(F.IsVersionSupported(C)){A=C}else{break}}D=0;C=parseFloat(A);while(++D){B=C+"."+D;if(D==10){B=C+1+".0"}if(F.IsVersionSupported(B)){A=B}else{return parseFloat(A)}}}else{F=navigator.plugins["Silverlight Plug-In"];A=parseFloat(/\d+\.\d+/.exec(F.description)[0]);return A}};YAHOO.JP.env.silverlight.isInstallable=function(A){if(Silverlight.supportedUserAgent(A)&&this._lowerVersionCheck(A)){return true}else{return false}};YAHOO.JP.env.silverlight._lowerVersionCheck=function(D){var F=window.navigator.userAgent;if(F.indexOf("Win")!=-1){if(F.indexOf("NT 4.0")!=-1){return false}if(F.indexOf("NT 5.0")!=-1&&F.indexOf("MSIE 6")==-1){return false}if(F.indexOf("NT 5.1")!=-1&&F.indexOf("MSIE")!=-1&&F.indexOf("SV1")==-1&&F.indexOf("IEMB3")==-1&&F.indexOf("MSIE 7")==-1&&F.indexOf("MSIE 8")==-1){return false}}if(F.indexOf("Mac")!=-1){try{var G=F.match(/Mac OS X ([0-9_]+);/);if(G){var B=G[1].split("_");if(B[1]<4){return false}if(B[1]==4&&B[2]<8){return false}}}catch(H){}try{if(F.indexOf("KHTML")!=-1){var C=F.split("/");var A=C[2].split(" ");var E=parseFloat(A[0]);if((D<3&&E<412)||(D>=3&&E<520)){return false}}}catch(H){}}return true};
///////////////////////////////////////////////////////////////////////////////
//
//  Silverlight.supportedUserAgent.js   	version 2.0.40211.0
//
//  This file is provided by Microsoft as a helper file for websites that
//  incorporate Silverlight Objects. This file is provided under the Microsoft
//  Public License available at 
//  http://code.msdn.microsoft.com/SLsupportedUA/Project/License.aspx.  
//  You may not use or distribute this file or the code in this file except as 
//  expressly permitted under that license.
// 
//  Copyright (c) Microsoft Corporation. All rights reserved.
//
///////////////////////////////////////////////////////////////////////////////
if(!window.Silverlight){window.Silverlight={}}Silverlight.supportedUserAgent=function(G,I){try{var A=null;if(I){A=I}else{A=window.navigator.userAgent}var E={OS:"Unsupported",Browser:"Unsupported"};if(A.indexOf("Windows NT")>=0||A.indexOf("Mozilla/4.0 (compatible; MSIE 6.0)")>=0){E.OS="Windows"}else{if(A.indexOf("PPC Mac OS X")>=0){E.OS="MacPPC"}else{if(A.indexOf("Intel Mac OS X")>=0){E.OS="MacIntel"}else{if(A.indexOf("Linux")>=0){E.OS="Linux"}}}}if(E.OS!="Unsupported"){if(A.indexOf("MSIE")>=0){if(navigator.userAgent.indexOf("Win64")==-1){if(parseInt(A.split("MSIE")[1])>=6){E.Browser="MSIE"}}}else{if(A.indexOf("Firefox")>=0){var B=A.split("Firefox/")[1].split(".");var H=parseInt(B[0]);if(H>=2){E.Browser="Firefox"}else{var D=parseInt(B[1]);if((H==1)&&(D>=5)&&G<3){E.Browser="Firefox"}}}else{if(A.indexOf("Safari")>=0){E.Browser="Safari"}}}}var C=(!(E.OS=="Unsupported"||E.Browser=="Unsupported"||(E.OS=="Windows"&&E.Browser=="Safari")||(E.OS.indexOf("Mac")>=0&&E.Browser=="MSIE")));if(G>=2){return((C&&(E.OS!="MacPPC"&&E.OS!="Linux")))}else{if(G=="1.0"){return(C&&(A.indexOf("Windows NT 5.0")<0))}else{return(C)}}}catch(F){return false}};
