if(typeof deconcept=="undefined"){
var deconcept=new Object();
}
if(typeof deconcept.util=="undefined"){
deconcept.util=new Object();
}
if(typeof deconcept.SWFObjectUtil=="undefined"){
deconcept.SWFObjectUtil=new Object();
}
deconcept.SWFObject=function(_1,_2,id,w,h,_6,c,_8,_9,_a,_b,_c){
if(!document.createElement||!document.getElementById){
return;
}
this.DETECT_KEY=_c?_c:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
this.swfORdcr=new Object();
this.swfORdcr=_1;
if(_2){
this.setAttribute("swf",_2);
}
if(id){
this.setAttribute("id",id);
}
if(w){
this.setAttribute("width",w);
}
if(h){
this.setAttribute("height",h);
}
if(_6){
if(this.swfORdcr){
this.setAttribute("version",new deconcept.PlayerVersion(_6.toString().split(".")));
}else{
this.setAttribute("version",new deconcept.DCRPlayerVersion(_6.toString().split(".")));
}
}
if(this.swfORdcr){
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),_8);
}else{
this.installedVer=deconcept.SWFObjectUtil.getDCRPlayerVersion(this.getAttribute("version"));
}
if(c){
this.addParam("bgcolor",c);
}
var q=_9?_9:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_8);
this.setAttribute("doExpressInstall",false);
var _e=(_a)?_a:window.location;
this.setAttribute("xiRedirectUrl",_e);
this.setAttribute("redirectUrl","");
this.setAttribute("noFlashText","");
if(_b){
this.setAttribute("redirectUrl",_b);
}
};
deconcept.SWFObject.prototype={setAttribute:function(_f,_10){
this.attributes[_f]=_10;
},getAttribute:function(_11){
return this.attributes[_11];
},addParam:function(_12,_13){
this.params[_12]=_13;
},getParams:function(){
return this.params;
},addVariable:function(_14,_15){
this.variables[_14]=_15;
},getVariable:function(_16){
return this.variables[_16];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _17=new Array();
var key;
var _19=this.getVariables();
for(key in _19){
_17.push(key+"="+_19[key]);
}
return _17;
},getSWFHTML:function(){
var _1a="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");
}
_1a="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_1a+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1b=this.getParams();
for(var key in _1b){
_1a+=[key]+"=\""+_1b[key]+"\" ";
}
var _1d=this.getVariablePairs().join("&");
if(_1d.length>0){
_1a+="flashvars=\""+_1d+"\"";
}
_1a+="/>";
}else{
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","ActiveX");
}
_1a="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_1a+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1e=this.getParams();
for(var key in _1e){
_1a+="<param name=\""+key+"\" value=\""+_1e[key]+"\" />";
}
var _20=this.getVariablePairs().join("&");
if(_20.length>0){
_1a+="<param name=\"flashvars\" value=\""+_20+"\" />";
}
_1a+="</object>";
}
return _1a;
},getDCRHTML:function(){
var _21="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
_21="<embed type=\"application/x-director\" src=\"3D_progbar.dcr\" sw1=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_21+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _22=this.getParams();
for(var key in _22){
_21+=[key]+"=\""+_22[key]+"\" ";
}
var _24=this.getVariablePairs().join("&");
if(_24.length>0){
_21+="flashvars=\""+_24+"\"";
}
_21+="/>";
}else{
_21="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_21+="<param name=\"src\" value=\"3D_progbar.dcr\" />";
_21+="<param name=\"sw1\" value=\""+this.getAttribute("swf")+"\" />";
var _25=this.getParams();
for(var key in _25){
_21+="<param name=\""+key+"\" value=\""+_25[key]+"\" />";
}
var _27=this.getVariablePairs().join("&");
_21+="</object>";
}
return _21;
},write:function(_28){
if(this.getAttribute("useExpressInstall")&&this.swfORdcr){
var _29=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_29)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);
}
}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _28=="string")?document.getElementById(_28):_28;
if(this.swfORdcr){
n.innerHTML=this.getSWFHTML();
}else{
n.innerHTML=this.getDCRHTML();
}
return true;
}else{
if(this.getAttribute("redirectUrl")!=""){
document.location.replace(this.getAttribute("redirectUrl"));
}else{
if(this.getAttribute("noFlashText")!=""){
var n=(typeof _28=="string")?document.getElementById(_28):_28;
n.innerHTML=this.getAttribute("noFlashText");
}
}
}
return false;
}};
deconcept.SWFObjectUtil.getPlayerVersion=function(_2c,_2d){
var _2e=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){
_2e=new deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));
}
}else{
try{
var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
for(var i=3;axo!=null;i++){
axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);
_2e=new deconcept.PlayerVersion([i,0,0]);
}
}
catch(e){
}
if(_2c&&_2e.major>_2c.major){
return _2e;
}
if(!_2c||((_2c.minor!=0||_2c.rev!=0)&&_2e.major==_2c.major)||_2e.major!=6||_2d){
try{
_2e=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
}
catch(e){
}
}
}
return _2e;
};
deconcept.PlayerVersion=function(_32){
this.major=parseInt(_32[0])!=null?parseInt(_32[0]):0;
this.minor=parseInt(_32[1])||0;
this.rev=parseInt(_32[2])||0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){
return false;
}
if(this.major>fv.major){
return true;
}
if(this.minor<fv.minor){
return false;
}
if(this.minor>fv.minor){
return true;
}
if(this.rev<fv.rev){
return false;
}
return true;
};
deconcept.SWFObjectUtil.getDCRPlayerVersion=function(_34){
var _35=new deconcept.DCRPlayerVersion([0,0,0]);
var _36=(navigator.mimeTypes&&navigator.mimeTypes["application/x-director"])?navigator.mimeTypes["application/x-director"].enabledPlugin:0;
if(_36){
var x=navigator.plugins["Shockwave for Director"];
if(x&&x.description){
var _38=x.description.substr(x.description.length-10,x.description.length);
_35=new deconcept.DCRPlayerVersion(_38.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));
}
}else{
try{
var axo=new ActiveXObject("SWCtl.SWCtl");
_35=new deconcept.DCRPlayerVersion(axo.ShockwaveVersion("").split("."));
}
catch(e){
}
if(_34&&_35.major>=_34.major){
return _35;
}
}
return _35;
};
deconcept.DCRPlayerVersion=function(_3a){
this.major=parseInt(_3a[0])!=null?parseInt(_3a[0]):0;
this.minor=parseInt(_3a[1])||0;
this.rev=parseInt(_3a[2])||0;
};
deconcept.DCRPlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){
return false;
}
if(this.major>fv.major){
return true;
}
if(this.minor<fv.minor){
return false;
}
if(this.minor>fv.minor){
return true;
}
if(this.rev<fv.rev){
return false;
}
return true;
};
deconcept.util={getRequestParameter:function(_3c){
var q=document.location.search||document.location.hash;
if(q){
var _3e=q.indexOf(_3c+"=");
var _3f=(q.indexOf("&",_3e)>-1)?q.indexOf("&",_3e):q.length;
if(q.length>1&&_3e>-1){
return q.substring(q.indexOf("=",_3e)+1,_3f);
}
}
return "";
}};
if(Array.prototype.push==null){
Array.prototype.push=function(_40){
this[this.length]=_40;
return this.length;
};
}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
function placeSwfObject(_41,_42,_43,_44,_45,_46){
var so=new SWFObject(true,_42,_43,_44,_45,"6",_46);
var _48="<table width=\"100%\" border=\"0\" height=\"100%\" ><tr><td align=\"middle\">"+"<FONT COLOR=\"#FFFFFF\" face=\"Verdana\" size=\"2\"><p>A newer version of Macromedia Flash Player must be installed to display this content. Please update your Flash Player installation.<br><br>"+"<a href=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" target=\"_blank\">Click here to download Macromedia Flash Player plugin</a><br><br>"+"</FONT></p>"+"</td></tr></table>";
so.setAttribute("noFlashText",_48);
so.addParam("_cx","20108");
so.addParam("_cy","3228");
so.addParam("WMode","opaque");
so.addParam("Quality","High");
so.addParam("SAlign","");
so.addParam("menu","false");
so.addParam("Base","");
so.addParam("AllowScriptAccess","sameDomain");
so.addParam("Scale","ShowAll");
so.addParam("DeviceFont","0");
so.addParam("EmbedMovie","0");
so.addParam("SWRemote","");
so.addParam("MovieData","");
so.addParam("SeamlessTabbing","1");
so.write(_41);
}
function placeSwfGameObject(_49,_4a,_4b,_4c,_4d,_4e){
var so=new SWFObject(true,_4a,_4b,_4c,_4d,"6",_4e);
var _50="<table width=\"100%\" border=\"0\" height=\"100%\" ><tr><td align=\"middle\">"+"<FONT COLOR=\"#FFFFFF\" face=\"Verdana\" size=\"2\"><p>A newer version of Macromedia Flash Player must be installed to display this content. Please update your Flash Player installation.<br><br>"+"<a href=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" target=\"_blank\">Click here to download Macromedia Flash Player plugin</a><br><br>"+"</FONT></p>"+"</td></tr></table>";
so.setAttribute("noFlashText",_50);
so.addParam("Quality","High");
so.addParam("menu","false");
so.write(_49);
}
function placeDcrObject(_51,_52,_53,_54,_55,_56){
var so=new SWFObject(false,_52,_53,_54,_55,"8.5",_56);
var _58="<table width=\"100%\" border=\"0\" height=\"100%\" ><tr><td align=\"middle\">"+"<FONT COLOR=\"#FFFFFF\" face=\"Verdana\" size=\"2\"><p>A newer version of Shockwave must be installed to display this content. Please update your Shockwave installation.<br><br>"+"<a href=\"http://www.macromedia.com/shockwave/download/\" target=\"_blank\">Click here to download Macromedia Shockwave plugin</a><br><br></FONT></p>"+"</td></tr></table>";
so.setAttribute("noFlashText",_58);
so.addParam("swStretchStyle","fill");
so.addParam("swRemote","swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true'");
so.write(_51);
}

