﻿if(!PluginDetect){var PluginDetect={getNum:function(B,C){if(!this.num(B)){return null;}var A;if(typeof C=="undefined"){A=/[\d][\d\.\_,-]*/.exec(B);}else{A=(new RegExp(C)).exec(B);}return A?A[0].replace(/[\.\_-]/g,","):null;},hasMimeType:function(C){if(PluginDetect.isIE){return null;}var B,A,D,E=C.constructor==String?[C]:C;for(D=0;D<E.length;D++){B=navigator.mimeTypes[E[D]];if(B&&B.enabledPlugin){A=B.enabledPlugin;if(A.name||A.description){return B;}}}return null;},findNavPlugin:function(G,D){var A=G.constructor==String?G:G.join(".*"),E=D===false?"":"\\d",B,C=new RegExp(A+".*"+E+"|"+E+".*"+A,"i"),F=navigator.plugins;for(B=0;B<F.length;B++){if(C.test(F[B].description)||C.test(F[B].name)){return F[B];}}return null;},AXO:window.ActiveXObject,getAXO:function(B,A){var E=null,D,C=false;try{E=new this.AXO(B);C=true;}catch(D){}if(typeof A!="undefined"){delete E;return C;}return E;},num:function(A){return(typeof A!="string"?false:(/\d/).test(A));},compareNums:function(G,E){var D=this,C,B,A,F=window.parseInt;if(!D.num(G)||!D.num(E)){return 0;}if(D.plugin&&D.plugin.compareNums){return D.plugin.compareNums(G,E);}C=G.split(",");B=E.split(",");for(A=0;A<Math.min(C.length,B.length);A++){if(F(C[A],10)>F(B[A],10)){return 1;}if(F(C[A],10)<F(B[A],10)){return -1;}}return 0;},formatNum:function(B){if(!this.num(B)){return null;}var A,C=B.replace(/\s/g,"").replace(/[\.\_]/g,",").split(",").concat(["0","0","0","0"]);for(A=0;A<4;A++){if(/^(0+)(.+)$/.test(C[A])){C[A]=RegExp.$2;}}if(!(/\d/).test(C[0])){C[0]="0";}return C[0]+","+C[1]+","+C[2]+","+C[3];},initScript:function(){var D=this,B=navigator.userAgent;D.isIE=false;D.IEver=D.isIE&&((/MSIE\s*(\d\.?\d*)/i).exec(B))?parseFloat(RegExp.$1,10):-1;D.ActiveXEnabled=false;if(D.isIE){var A,C=["Msxml2.XMLHTTP","Msxml2.DOMDocument","Microsoft.XMLDOM","ShockwaveFlash.ShockwaveFlash","TDCCtl.TDCCtl","Shell.UIHelper","Scripting.Dictionary","wmplayer.ocx"];for(A=0;A<C.length;A++){if(D.getAXO(C[A],1)){D.ActiveXEnabled=true;break;}}D.head=typeof document.getElementsByTagName!="undefined"?document.getElementsByTagName("head")[0]:null;}D.isGecko=!D.isIE&&typeof navigator.product=="string"&&(/Gecko/i).test(navigator.product)&&(/Gecko\s*\/\s*\d/i).test(B)?true:false;D.GeckoRV=D.isGecko?D.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(B)?RegExp.$1:"0.9"):null;D.isSafari=!D.isIE&&(/Safari\s*\/\s*\d/i).test(B)?true:false;D.isChrome=(/Chrome\s*\/\s*\d/i).test(B)?true:false;D.onWindowLoaded(0);},init:function(C,A){if(typeof C!="string"){return -3;}C=C.toLowerCase().replace(/\s/g,"");var B=this,D;if(typeof B[C]=="undefined"){return -3;}D=B[C];B.plugin=D;if(typeof D.installed=="undefined"||A==true){D.installed=null;D.version=null;D.version0=null;D.getVersionDone=null;D.$=B;}B.garbage=false;if(B.isIE&&!B.ActiveXEnabled){if(B.plugin!=B.java){return -2;}}return 1;},isMinVersion:function(G,E,C,B){var F=PluginDetect,D=F.init(G);if(D<0){return D;}if(typeof E=="number"){E=E.toString();}if(typeof E!="string"){E="0";}if(!F.num(E)){return -3;}E=F.formatNum(E);var A=-1,H=F.plugin;if(H.getVersionDone!=1){H.getVersion(C,B);if(H.getVersionDone===null){H.getVersionDone=1;}}if(H.version!==null||H.installed!==null){if(H.installed<=0.5){A=H.installed;}else{A=(H.version===null?0:(F.compareNums(H.version,E)>=0?1:-1));}}F.cleanup();return A;return -3;},getVersion:function(E,B,A){var D=PluginDetect,C=D.init(E),F;if(C<0){return null;}F=D.plugin;if(F.getVersionDone!=1){F.getVersion(B,A);if(F.getVersionDone===null){F.getVersionDone=1;}}D.cleanup();return(F.version||F.version0);return null;},getInfo:function(D,C,B){var A={};return A;},cleanup:function(){var A=this;if(A.garbage&&typeof window.CollectGarbage!="undefined"){window.CollectGarbage();}},isActiveXObject:function(A){},codebaseSearch:function(A){var B=this;if(!B.ActiveXEnabled){return null;}if(typeof A!="undefined"){return B.isActiveXObject(A);}},dummy1:0};}PluginDetect.onDetectionDone=function(G,F,E,B){var D=PluginDetect,C=D.init(G),A;if(C==-3){return -1;}if(D.plugin.getVersionDone!=1){A=D.isMinVersion(G,"0",E,B);if(A==-3){A=D.getVersion(G,E,B);}}if(D.plugin.installed!=-0.5&&D.plugin.installed!=0.5){if(typeof F=="function"){F(D);}return 1;}if(D.plugin!=D.java){return 1;}D.plugin.NOTF.SetupAppletQuery();if(typeof F=="function"){D.plugin.funcs[D.plugin.funcs.length]=F;}return 0;return -1;};PluginDetect.onWindowLoaded=function(C){var B=PluginDetect,A=window;if(B.EventWinLoad===true){}else{B.winLoaded=false;B.EventWinLoad=true;if(typeof A.addEventListener!="undefined"){A.addEventListener("load",B.runFuncs,false);}else{if(typeof A.attachEvent!="undefined"){A.attachEvent("onload",B.runFuncs);}else{if(typeof A.onload=="function"){B.funcs[B.funcs.length]=A.onload;}A.onload=B.runFuncs;}}}if(typeof C=="function"){B.funcs[B.funcs.length]=C;}};PluginDetect.funcs=[0];PluginDetect.runFuncs=function(){var B=PluginDetect,A;B.winLoaded=true;for(A=0;A<B.funcs.length;A++){if(typeof B.funcs[A]=="function"){B.funcs[A](B);B.funcs[A]=null;}}};PluginDetect.java={mimeType:"application/x-java-applet",classID:"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93",DTKclassID:"clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA",DTKmimeType:"application/npruntime-scriptable-plugin;DeploymentToolkit",JavaVersions:[[1,9,2,25],[1,8,2,25],[1,7,2,25],[1,6,2,25],[1,5,2,25],[1,4,2,25],[1,3,1,25]],searchJavaPluginAXO:function(){var J=null,C=this,E=C.$,I=[],B=[1,5,0,14],A=[1,6,0,2],H=[1,3,1,0],G=[1,4,2,0],F=[1,5,0,7],D=false;if(!E.ActiveXEnabled){return null;}if(E.IEver>=C.minIEver){I=C.searchJavaAXO(A,A,D);if(I.length>0&&D){I=C.searchJavaAXO(B,B,D);}}else{if(I.length==0){I=C.searchJavaAXO(H,G,false);}}if(I.length>0){J=I[0];}C.JavaPlugin_versions=[].concat(I);return J;},searchJavaAXO:function(G,D,H){var I,P,C=this.$,A,F,K,O,Q,E,L,B=[];if(C.compareNums(G.join(","),D.join(","))>0){D=G;}D=C.formatNum(D.join(","));var J,N="1,4,2,0",M="JavaPlugin."+G[0]+""+G[1]+""+G[2]+""+(G[3]>0?("_"+(G[3]<10?"0":"")+G[3]):"");for(I=0;I<this.JavaVersions.length;I++){P=this.JavaVersions[I];A="JavaPlugin."+P[0]+""+P[1];Q=P[0]+"."+P[1]+".";for(K=P[2];K>=0;K--){L="JavaWebStart.isInstalled."+Q+K+".0";if(C.compareNums(P[0]+","+P[1]+","+K+",0",D)>=0&&!C.getAXO(L,1)){continue;}J=C.compareNums(P[0]+","+P[1]+","+K+",0",N)<0?true:false;for(O=P[3];O>=0;O--){F=K+"_"+(O<10?"0"+O:O);E=A+F;if(C.getAXO(E,1)&&(J||C.getAXO(L,1))){B[B.length]=Q+F;if(!H){return B;}}if(E==M){return B;}}if(C.getAXO(A+K,1)&&(J||C.getAXO(L,1))){B[B.length]=Q+K;if(!H){return B;}}if(A+K==M){return B;}}}return B;},minIEver:7,getFromMimeType:function(D){var K,I,F=this.$,B=new RegExp(D),G,C,A={},H=0,E,J=[""];for(K=0;K<navigator.mimeTypes.length;K++){C=navigator.mimeTypes[K];if(B.test(C.type)&&C.enabledPlugin){C=C.type.substring(C.type.indexOf("=")+1,C.type.length);G="a"+F.formatNum(C);if(typeof A[G]=="undefined"){A[G]=C;H++;}}}for(I=0;I<H;I++){E="0,0,0,0";for(K in A){if(A[K]){G=K.substring(1,K.length);if(F.compareNums(G,E)>0){E=G;}}}J[I]=A["a"+E];A["a"+E]=null;}if(!(/windows|macintosh/i).test(navigator.userAgent)){J=[J[0]];}return J;},queryJavaHandler:function(){var B=PluginDetect.java,A=window.java,C;B.hasRun=true;try{if(typeof A.lang!="undefined"&&typeof A.lang.System!="undefined"){B.value=[A.lang.System.getProperty("java.version")+" ",A.lang.System.getProperty("java.vendor")+" "];}}catch(C){}},queryJava:function(){var C=this,D=C.$,B=navigator.userAgent,E;if(typeof window.java!="undefined"&&navigator.javaEnabled()&&!C.hasRun){if(D.isGecko){if(D.hasMimeType("application/x-java-vm")){try{var F=document.createElement("div"),A=document.createEvent("HTMLEvents");A.initEvent("focus",false,true);F.addEventListener("focus",C.queryJavaHandler,false);F.dispatchEvent(A);}catch(E){}if(!C.hasRun){C.queryJavaHandler();}}}else{if((/opera.9\.(0|1)/i).test(B)&&(/mac/i).test(B)){}else{if(!C.hasRun){C.queryJavaHandler();}}}}return C.value;},forceVerifyTag:[],jar:[],VENDORS:["Sun Microsystems Inc.","Apple Computer, Inc."],init:function(){var A=this,B=A.$;if(typeof A.app!="undefined"){A.delJavaApplets(B);}A.hasRun=false;A.value=[null,null];A.useTag=[2,2,2];A.app=[0,0,0,0,0,0];A.appi=3;A.queryDTKresult=null;A.OTF=0;A.BridgeResult=[[null,null],[null,null],[null,null]];A.JavaActive=[0,0,0];A.All_versions=[];A.DeployTK_versions=[];A.MimeType_versions=[];A.JavaPlugin_versions=[];A.funcs=[];var C=A.NOTF;if(C){C.$=B;if(C.javaInterval){clearInterval(C.javaInterval);}C.EventJavaReady=null;C.javaInterval=null;C.count=0;C.intervalLength=250;C.countMax=40;}A.lateDetection=B.winLoaded;if(!A.lateDetection){B.onWindowLoaded(A.delJavaApplets);}},getVersion:function(M,D){var P,K=this,N=K.$,B=null,F=null,L=null,J=navigator.javaEnabled();if(K.getVersionDone===null){K.init();}var C;if(typeof D!="undefined"&&D.constructor==Array){for(C=0;C<K.useTag.length;C++){if(typeof D[C]=="number"){K.useTag[C]=D[C];}}}for(C=0;C<K.forceVerifyTag.length;C++){K.useTag[C]=K.forceVerifyTag[C];}if(typeof M!="undefined"){K.jar[K.jar.length]=M;}if(K.getVersionDone==0){if(!K.version||K.useAnyTag()){P=K.queryExternalApplet(M);if(P[0]){L=P[0];F=P[1];}}K.EndGetVersion(L,F);return;}var A=K.queryDeploymentToolKit();if(typeof A=="string"&&A.length>0){B=A;F=K.VENDORS[0];}if(!N.isIE){var O,E,I,G,H;H=N.hasMimeType(K.mimeType);G=(H&&J)?true:false;if(K.MimeType_versions.length==0&&H){P=K.getFromMimeType("application/x-java-applet.*jpi-version.*=");if(P[0]!=""){if(!B){B=P[0];}K.MimeType_versions=P;}}if(!B&&H){P="Java[^\\d]*Plug-in";I=N.findNavPlugin(P);if(I){P=new RegExp(P,"i");O=P.test(I.description)?N.getNum(I.description):null;E=P.test(I.name)?N.getNum(I.name):null;if(O&&E){B=(N.compareNums(N.formatNum(O),N.formatNum(E))>=0)?O:E;}else{B=O||E;}}}if(!B&&H&&(/macintosh.*safari/i).test(navigator.userAgent)){I=N.findNavPlugin("Java.*\\d.*Plug-in.*Cocoa",false);if(I){O=N.getNum(I.description);if(O){B=O;}}}if(B){K.version0=B;if(J){L=B;}}if(!L||K.useAnyTag()){I=K.queryExternalApplet(M);if(I[0]){L=I[0];F=I[1];}}if(!L){I=K.queryJava();if(I[0]){K.version0=I[0];L=I[0];F=I[1];if(K.installed==-0.5){K.installed=0.5;}}}if(K.installed===null&&!L&&G&&!(/macintosh.*ppc/i).test(navigator.userAgent)){P=K.getFromMimeType("application/x-java-applet.*version.*=");if(P[0]!=""){L=P[0];}}if(!L&&G){if(/macintosh.*safari/i.test(navigator.userAgent)){if(K.installed===null){K.installed=0;}else{if(K.installed==-0.5){K.installed=0.5;}}}}}else{if(!B&&A!=-1){B=K.searchJavaPluginAXO();if(B){F=K.VENDORS[0];}}if(!B){K.JavaFix();}if(B){K.version0=B;if(J&&N.ActiveXEnabled){L=B;}}if(!L||K.useAnyTag()){P=K.queryExternalApplet(M);if(P[0]){L=P[0];F=P[1];}}}if(K.installed===null){K.installed=L?1:(B?-0.2:-1);}K.EndGetVersion(L,F);},EndGetVersion:function(B,D){var A=this,C=A.$;if(A.version0){A.version0=C.formatNum(C.getNum(A.version0));}if(B){A.version=C.formatNum(C.getNum(B));A.vendor=(typeof D=="string"?D:"");}if(A.getVersionDone!=1){A.getVersionDone=0;}},queryDeploymentToolKit:function(){var E=this,G=E.$,A,C,H=null,B=null;if((G.isGecko&&G.compareNums(G.GeckoRV,G.formatNum("1.6"))<=0)||G.isSafari||(G.isIE&&!G.ActiveXEnabled)){E.queryDTKresult=0;}if(E.queryDTKresult!==null){return E.queryDTKresult;}if(G.isIE&&G.IEver>=6){E.app[0]=G.instantiate("object",[],[]);H=G.getObject(E.app[0]);}else{if(!G.isIE&&G.hasMimeType(E.DTKmimeType)){E.app[0]=G.instantiate("object",["type",E.DTKmimeType],[]);H=G.getObject(E.app[0]);}}if(H){if(G.isIE&&G.IEver>=6){try{H.classid=E.DTKclassID;}catch(A){}}try{var D,F=H.jvms;if(F){B=F.getLength();if(typeof B=="number"){for(C=0;C<B;C++){D=F.get(B-1-C);if(D){D=D.version;if(G.getNum(D)){E.DeployTK_versions[C]=D;}}}}}}catch(A){}}G.hideObject(H);E.queryDTKresult=E.DeployTK_versions.length>0?E.DeployTK_versions[0]:(B==0?-1:0);return E.queryDTKresult;},queryExternalApplet:function(F){var E=this,G=E.$,J=E.BridgeResult,D=E.app,I=E.appi,C="&nbsp;&nbsp;&nbsp;&nbsp;";if(typeof F!="string"||!(/\.jar\s*$/).test(F)){return[null,null];}if(E.OTF<1){E.OTF=1;}if(!G.isIE){if((G.isGecko||G.isChrome)&&!G.hasMimeType(E.mimeType)&&!E.queryJava()[0]){return[null,null];}}if(E.OTF<2){E.OTF=2;}if(!D[I]&&E.canUseObjectTag()&&E.canUseThisTag(0)){D[1]=G.instantiate("object",[],[],C);D[I]=G.isIE?G.instantiate("object",["archive",F,"code","A.class","type",E.mimeType],["archive",F,"code","A.class","mayscript","true","scriptable","true"],C):G.instantiate("object",["archive",F,"classid","java:A.class","type",E.mimeType],["archive",F,"mayscript","true","scriptable","true"],C);J[0]=[0,0];E.query1Applet(I);}if(!D[I+1]&&E.canUseAppletTag()&&E.canUseThisTag(1)){D[I+1]=G.instantiate("applet",["archive",F,"code","A.class","alt",C,"mayscript","true"],["mayscript","true"],C);J[1]=[0,0];E.query1Applet(I+1);}if(G.isIE&&!D[I+2]&&E.canUseObjectTag()&&E.canUseThisTag(2)){D[I+2]=G.instantiate("object",["classid",E.classID],["archive",F,"code","A.class","mayscript","true","scriptable","true"],C);J[2]=[0,0];E.query1Applet(I+2);}if(E.OTF<3&&((D[I]&&!J[0][0])||(D[I+1]&&!J[1][0])||(D[I+2]&&!J[2][0]))){var A=E.NOTF.isJavaActive();if(A>=0){E.OTF=3;E.installed=A==1?0.5:-0.5;E.NOTF.SetupAppletQuery();}}var B,H=0;for(B=0;B<J.length;B++){if(D[I+B]||E.canUseThisTag(B)){H++;}else{break;}}if(H==J.length){E.getVersionDone=1;if(E.forceVerifyTag.length>0){E.getVersionDone=0;}}return E.getBR();},canUseAppletTag:function(){return((!this.$.isIE||navigator.javaEnabled())?true:false);},canUseObjectTag:function(){return((!this.$.isIE||this.$.ActiveXEnabled)?true:false);},useAnyTag:function(){var B=this,A;for(A=0;A<B.useTag.length;A++){if(B.canUseThisTag(A)){return true;}}return false;},canUseThisTag:function(C){var A=this,B=A.$;if(A.useTag[C]==3){return true;}if(!A.version0||!navigator.javaEnabled()||(B.isIE&&!B.ActiveXEnabled)){if(A.useTag[C]==2){return true;}if(A.useTag[C]==1&&!A.getBR()[0]){return true;}}return false;},getBR:function(){var B=this.BridgeResult,A;for(A=0;A<B.length;A++){if(B[A][0]){return[B[A][0],B[A][1]];}}return[B[0][0],B[0][1]];},delJavaApplets:function(B){var C=B.java.app,A;for(A=C.length-1;A>=0;A--){B.uninstantiate(C[A]);}},query1Applet:function(G){var F,D=this,E=D.$,B=null,A=null,C=E.getObject(D.app[G],true);try{if(C){B=C.getVersion()+" ";A=C.getVendor()+" ";if(E.num(B)){D.BridgeResult[G-D.appi]=[B,A];E.hideObject(D.app[G]);}if(E.isIE&&B&&C.readyState!=4){E.garbage=true;E.uninstantiate(D.app[G]);}}}catch(F){}},NOTF:{isJavaActive:function(){var E=this,C=E.$.java,A,B,D=-9;for(A=C.appi;A<C.app.length;A++){B=E.isJavaActive_x_(A);if(B==1){C.JavaActive[A-C.appi]=1;}if(B>D){D=B;}}return D;},isJavaActive_x_:function(G){var D=this,E=D.$,A=E.java,F,C=E.getObject(A.app[G]),B=D.status(G);if(B==-2){return -2;}if(D.status(1)>=0){return 0;}try{if(E.isIE&&E.IEver>=A.minIEver&&C.object){return 1;}}catch(F){}if(B==1&&(E.isIE||A.version0)){return 1;}if(B<0){return -1;}return 0;},status:function(G){var E=this.$,C=E.java,F,B=E.getObject(C.app[G]),D=E.getContainer(C.app[G]),A=null;if(!B||!D){return -2;}A=D.scrollWidth||D.offsetWidth;try{if(typeof A=="number"){if(E.isIE&&B.nodeType==3&&A>E.pluginSize){return -1;}if(!E.isIE&&A>E.pluginSize){return -1;}if(E.winLoaded&&A==E.pluginSize&&(!E.isIE||B.readyState==4)){return 1;}}}catch(F){}return 0;},SetupAppletQuery:function(){var B=this,A=B.$;if(B.EventJavaReady===true){}else{B.EventJavaReady=true;if(typeof setInterval!="undefined"){B.javaInterval=setInterval(B.onIntervalQuery,B.intervalLength);}A.funcs[0]=B.winOnLoadQuery;}},winOnLoadQuery:function(C){var B=C.java,D=B.NOTF,A;if(B.OTF==3){A=D.AppletQuery();D.queryCleanup(A[1],A[2]);}},onIntervalQuery:function(){var C=PluginDetect,B=C.java,D=B.NOTF,A;if(B.OTF==3){A=D.AppletQuery();if(A[0]||(C.winLoaded&&D.count>D.countMax)){D.queryCleanup(A[1],A[2]);}}D.count++;},AppletQuery:function(){var F=this,E=F.$,D=E.java,B,A,C;for(B=0;B<D.BridgeResult.length;B++){D.query1Applet(B+D.appi);}A=D.getBR();C=(A[0]||F.isJavaActive()<0)?true:false;return[C,A[0],A[1]];},queryCleanup:function(D,G){var F=this,E=F.$,C=E.java,A;if(C.OTF==4){return;}C.OTF=4;var B=F.isJavaActive()==1?true:false;if(D){C.installed=1;}else{if(B){if(C.version0){C.installed=1;D=C.version0;}else{C.installed=0;}}else{if(C.installed==0.5){C.installed=0;}else{if(C.version0){C.installed=-0.2;}else{C.installed=-1;}}}}C.EndGetVersion(D,G);if(F.javaInterval){clearInterval(F.javaInterval);}for(A=0;A<C.funcs.length;A++){if(typeof C.funcs[A]=="function"){C.funcs[A](E);C.funcs[A]=null;}}}},append:function(C,B){for(var A=0;A<B.length;A++){C[C.length]=B[A];}},getInfo:function(){var A={};return A;},JavaFix:function(){}};PluginDetect.div=null;PluginDetect.pluginSize=1;PluginDetect.DOMbody=null;PluginDetect.uninstantiate=function(A){var C,B=this;if(!A){return;}try{if(A[0]&&A[0].firstChild){A[0].removeChild(A[0].firstChild);}if(A[0]&&B.div){B.div.removeChild(A[0]);}if(B.div&&B.div.childNodes.length==0){B.div.parentNode.removeChild(B.div);B.div=null;if(B.DOMbody&&B.DOMbody.parentNode){B.DOMbody.parentNode.removeChild(B.DOMbody);}B.DOMbody=null;}A[0]=null;}catch(C){}};PluginDetect.getObject=function(B,A){var E,C=this,D=null;try{if(B&&B[0]&&B[0].firstChild){D=B[0].firstChild;}}catch(E){}try{if(A&&D&&typeof D.focus!="undefined"&&typeof document.hasFocus!="undefined"&&!document.hasFocus()){D.focus();}}catch(E){}return D;};PluginDetect.getContainer=function(A){var C,B=null;if(A&&A[0]){B=A[0];}return B;};PluginDetect.hideObject=function(A){var B=this.getObject(A);if(B&&B.style){B.style.height="0";}};PluginDetect.instantiate=function(N,I,J,H){var B=function(O){var P=O.style;if(!P){return;}P.border="0px";P.padding="0px";P.margin="0px";P.fontSize=(L.pluginSize+3)+"px";P.height=(L.pluginSize+3)+"px";P.visibility="visible";if(O.tagName&&O.tagName.toLowerCase()=="div"){P.width="100%";P.display="block";}else{if(O.tagName&&O.tagName.toLowerCase()=="span"){P.width=L.pluginSize+"px";P.display="inline";}}};var C,D=document,L=this,M,A=(D.getElementsByTagName("body")[0]||D.body),G=D.createElement("span"),F,K,E="/";if(typeof H=="undefined"){H="";}M="<"+N+' width="'+L.pluginSize+'" height="'+L.pluginSize+'" ';for(F=0;F<I.length;F=F+2){M+=I[F]+'="'+I[F+1]+'" ';}M+=">";for(F=0;F<J.length;F=F+2){M+='<param name="'+J[F]+'" value="'+J[F+1]+'" />';}M+=H+"<"+E+N+">";if(!L.div){L.div=D.createElement("div");K=D.getElementById("plugindetect");if(K){B(K);K.appendChild(L.div);}else{if(A){try{if(A.firstChild&&typeof A.insertBefore!="undefined"){A.insertBefore(L.div,A.firstChild);}else{A.appendChild(L.div);}}catch(C){}}else{try{D.write('<div id="pd33993399">o<'+E+"div>");A=(D.getElementsByTagName("body")[0]||D.body);A.appendChild(L.div);A.removeChild(D.getElementById("pd33993399"));}catch(C){try{L.DOMbody=D.createElement("body");D.getElementsByTagName("html")[0].appendChild(L.DOMbody);L.DOMbody.appendChild(L.div);}catch(C){}}}}B(L.div);}if(L.div&&L.div.parentNode&&L.div.parentNode.parentNode){L.div.appendChild(G);try{G.innerHTML=M;}catch(C){}B(G);return[G];}return[null];};PluginDetect.initScript();
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();