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,id,w,h,_2,c,_3,_4,_5,_6,_7){
if(!document.createElement||!document.getElementById){
return;
}
this.DETECT_KEY=_7?_7:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){
this.setAttribute("swf",_1);
}
if(id){
this.setAttribute("id",id);
}
if(w){
this.setAttribute("width",w);
}
if(h){
this.setAttribute("height",h);
}
if(_2){
this.setAttribute("version",new deconcept.PlayerVersion(_2.toString().split(".")));
}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(this.getAttribute("version"),_3);
if(c){
this.addParam("bgcolor",c);
}
var q=_4?_4:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_3);
this.setAttribute("doExpressInstall",false);
var _8=(_5)?_5:window.location;
this.setAttribute("xiRedirectUrl",_8);
this.setAttribute("redirectUrl","");
if(_6){
this.setAttribute("redirectUrl",_6);
}
};
deconcept.SWFObject.prototype={setAttribute:function(_9,_a){
this.attributes[_9]=_a;
},getAttribute:function(_b){
return this.attributes[_b];
},addParam:function(_c,_d){
this.params[_c]=_d;
},getParams:function(){
return this.params;
},addVariable:function(_e,_f){
this.variables[_e]=_f;
},getVariable:function(_10){
return this.variables[_10];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _11=new Array();
var key;
var _12=this.getVariables();
for(key in _12){
_11.push(key+"="+_12[key]);
}
return _11;
},getSWFHTML:function(){
var _13="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");
}
_13="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_13+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _14=this.getParams();
for(var key in _14){
_13+=[key]+"=\""+_14[key]+"\" ";
}
var _15=this.getVariablePairs().join("&");
if(_15.length>0){
_13+="flashvars=\""+_15+"\"";
}
_13+="/>";
}else{
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","ActiveX");
}
_13="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_13+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _16=this.getParams();
for(var key in _16){
_13+="<param name=\""+key+"\" value=\""+_16[key]+"\" />";
}
var _17=this.getVariablePairs().join("&");
if(_17.length>0){
_13+="<param name=\"flashvars\" value=\""+_17+"\" />";
}
_13+="</object>";
}
return _13;
},write:function(_18){
if(this.getAttribute("useExpressInstall")){
var _19=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_19)&&!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 _18=="string")?document.getElementById(_18):_18;
n.innerHTML=this.getSWFHTML();
return true;
}else{
if(this.getAttribute("redirectUrl")!=""){
document.location.replace(this.getAttribute("redirectUrl"));
}
}
return false;
}};
deconcept.SWFObjectUtil.getPlayerVersion=function(_1a,_1b){
var _1c=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){
_1c=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);
_1c=new deconcept.PlayerVersion([i,0,0]);
}
}
catch(e){
}
if(_1a&&_1c.major>_1a.major){
return _1c;
}
if(!_1a||((_1a.minor!=0||_1a.rev!=0)&&_1c.major==_1a.major)||_1c.major!=6||_1b){
try{
_1c=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
}
catch(e){
}
}
}
return _1c;
};
deconcept.PlayerVersion=function(_1d){
this.major=parseInt(_1d[0])!=null?parseInt(_1d[0]):0;
this.minor=parseInt(_1d[1])||0;
this.rev=parseInt(_1d[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.util={getRequestParameter:function(_1e){
var q=document.location.search||document.location.hash;
if(q){
var _1f=q.indexOf(_1e+"=");
var _20=(q.indexOf("&",_1f)>-1)?q.indexOf("&",_1f):q.length;
if(q.length>1&&_1f>-1){
return q.substring(q.indexOf("=",_1f)+1,_20);
}
}
return "";
}};
if(Array.prototype.push==null){
Array.prototype.push=function(_21){
this[this.length]=_21;
return this.length;
};
}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
XMLFlashSlideshow_v3=function(p){
try{
if(p.id==undefined){
var id="v3flashslideshow_"+(new Date().getTime())+"_"+Math.random();
document.write("<div id=\""+id+"\"><strong><a href=\"http://www.adobe.com/go/getflashplayer/\">You need to upgrade your Flash Player and enable JavaScript to view this content &raquo;</a></strong></div>");
}else{
var id=p.id;
}
var so=new SWFObject(p.swf,id,p.w,p.h,"7","#FFFFFF");
so.addParam("wmode","transparent");
if(p.redirect&&p.redirect!=""&&p.redirect!="NONE"){
so.setAttribute("redirectUrl",p.redirect);
}
so.addVariable("usePreloader",p.usePreloader);
so.addVariable("xml",escape(p.xml));
so.addVariable("preventCache",p.preventCache);
so.addVariable("disableMultipleXML",p.disableMultipleXML);
so.addVariable("initXML",p.initXML);
so.write(id);
}
catch(e){
}
};

