/* PluginDetect v0.7.0 by Eric Gerds www.pinlady.net/PluginDetect [ isMinVersion getVersion Shockwave ] */var PluginDetect={handler:function(c,b,a){return function(){c(b,a)
}
},isDefined:function(b){return typeof b!="undefined"
},isArray:function(b){return(b&&b.constructor===Array)
},isFunc:function(b){return typeof b=="function"
},isString:function(b){return typeof b=="string"
},num:function(a){return(this.isString(a)&&(/\d/).test(a))
},getNumRegx:/[\d][\d\.\_,-]*/,splitNumRegx:/[\.\_,-]/g,getNum:function(b,c){var d=this,a=d.num(b)?(d.isDefined(c)?new RegExp(c):d.getNumRegx).exec(b):null;
return a?a[0].replace(d.splitNumRegx,","):null
},compareNums:function(h,f,d){var e=this,c,b,a,g=parseInt;
if(e.num(h)&&e.num(f)){if(e.isDefined(d)&&d.compareNums){return d.compareNums(h,f)
}c=h.split(e.splitNumRegx);
b=f.split(e.splitNumRegx);
for(a=0;
a<Math.min(c.length,b.length);
a++){if(g(c[a],10)>g(b[a],10)){return 1
}if(g(c[a],10)<g(b[a],10)){return -1
}}}return 0
},formatNum:function(b){var c=this,a,d;
if(!c.num(b)){return null
}d=b.replace(/\s/g,"").split(c.splitNumRegx).concat(["0","0","0","0"]);
for(a=0;
a<4;
a++){if(/^(0+)(.+)$/.test(d[a])){d[a]=RegExp.$2
}}if(!(/\d/).test(d[0])){d[0]="0"
}return d.slice(0,4).join(",")
},$$hasMimeType:function(a){return function(d){if(!a.isIE){var c,b,e,f=a.isString(d)?[d]:d;
for(e=0;
e<f.length;
e++){c=navigator.mimeTypes[f[e]];
if(c&&(b=c.enabledPlugin)){if(b.name||b.description){return c
}}}}return null
}
},findNavPlugin:function(g,d){var a=this.isString(g)?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 g=null,f,d=false,c=this;
try{g=new c.AXO(b);
d=true
}catch(f){}if(c.isDefined(a)){delete g;
return d
}return g
},convertFuncs:function(f){var a,g,d,b=/^[\$][\$]/,c={};
for(a in f){if(b.test(a)){c[a]=1
}}for(a in c){try{g=a.slice(2);
if(g.length>0&&!f[g]){f[g]=f[a](f)
}}catch(d){}}},initScript:function(){var $=this,nav=navigator,userAgent=(nav&&$.isString(nav.userAgent)?nav.userAgent:""),vendor=(nav&&$.isString(nav.vendor)?nav.vendor:"");
$.convertFuncs($);
$.isIE=
/*@cc_on!@*/
false;
$.IEver=$.isIE&&((/MSIE\s*(\d\.?\d*)/i).exec(userAgent))?parseFloat(RegExp.$1,10):-1;
$.ActiveXEnabled=false;
if($.isIE){var x,progid=["Msxml2.XMLHTTP","Msxml2.DOMDocument","Microsoft.XMLDOM","ShockwaveFlash.ShockwaveFlash","TDCCtl.TDCCtl","Shell.UIHelper","Scripting.Dictionary","wmplayer.ocx"];
for(x=0;
x<progid.length;
x++){if($.getAXO(progid[x],1)){$.ActiveXEnabled=true;
break
}}$.head=$.isDefined(document.getElementsByTagName)?document.getElementsByTagName("head")[0]:null
}$.isGecko=!$.isIE&&$.isString(navigator.product)&&(/Gecko/i).test(navigator.product)&&(/Gecko\s*\/\s*\d/i).test(userAgent);
$.GeckoRV=$.isGecko?$.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(userAgent)?RegExp.$1:"0.9"):null;
$.isSafari=!$.isIE&&(/Safari\s*\/\s*\d/i).test(userAgent)&&(/Apple/i).test(vendor);
$.isChrome=!$.isIE&&(/Chrome\s*\/\s*\d/i).test(userAgent);
$.isOpera=!$.isIE&&(/Opera\s*[\/]?\s*\d/i).test(userAgent);

},init:function(d,a){var c=this,b;
if(!c.isString(d)){return -3
}if(d.length==1){c.getVersionDelimiter=d;
return -3
}d=d.toLowerCase().replace(/\s/g,"");
if(!c.isDefined(c[d])){return -3
}b=c[d];
c.plugin=b;
if(!c.isDefined(b.installed)||a==true){b.installed=b.version=b.version0=b.getVersionDone=null;
b.$=c
}c.garbage=false;
if(c.isIE&&!c.ActiveXEnabled){if(b!==c.java){return -2
}}return 1
},$$isMinVersion:function(a){return function(h,g,d,c){var e=a.init(h),f,b=-1;
if(e<0){return e
}f=a.plugin;
g=a.formatNum(typeof g=="number"?g.toString():(a.isString(g)?a.getNum(g):"0"));
if(!a.num(g)){return -3
}if(f.getVersionDone!=1){f.getVersion(d,c);
if(f.getVersionDone===null){f.getVersionDone=1
}}a.cleanup();
if(f.installed!==null){b=f.installed<=0.5?f.installed:(f.version===null?0:(a.compareNums(f.version,g,f)>=0?1:-1))
}return b
}
},getVersionDelimiter:",",$$getVersion:function(a){return function(g,d,c){var e=a.init(g),f,b;
if(e<0){return null
}f=a.plugin;
if(f.getVersionDone!=1){f.getVersion(d,c);
if(f.getVersionDone===null){f.getVersionDone=1
}}a.cleanup();
b=(f.version||f.version0);
return b?b.replace(a.splitNumRegx,a.getVersionDelimiter):b
}
},cleanup:function(){
},shockwave:{mimeType:"application/x-director",progID:"SWCtl.SWCtl",classID:"clsid:166B1BCA-3F9C-11CF-8075-444553540000",getVersion:function(){var a=null,b=null,f,d,c=this.$;
if(!c.isIE){d=c.findNavPlugin("Shockwave for Director");
if(d&&d.description&&c.hasMimeType(this.mimeType)){a=c.getNum(d.description)
}}else{try{b=c.getAXO(this.progID).ShockwaveVersion("")
}catch(f){}if(c.isString(b)&&b.length>0){a=c.getNum(b)
}else{if(c.getAXO(this.progID+".8",1)){a="8"
}else{if(c.getAXO(this.progID+".7",1)){a="7"
}else{if(c.getAXO(this.progID+".1",1)){a="6"
}}}}}this.installed=a?1:-1;
this.version=c.formatNum(a)
}},zz:0};
PluginDetect.initScript();

