function flashTag(_1,w,h,_4,_5,_6,_7,_8,_9){
var u;
var _b=function(s){
return "'"+s+"'";
};
var _d=_5==undefined?_b("#ffffff"):_b(_5);
var _e=_7==undefined?_b("window"):_b(_7);
var _f=_4==undefined?"":"<PARAM NAME='FLASHVARS' VALUE="+_b(_4)+">";
var _10=_4==undefined?"":"FLASHVARS="+_b(_4)+" ";
var _11=_6==undefined?"":"ID="+_b(_6)+" ";
var _12=_6==undefined?"":"NAME="+_b(_6)+" ";
var wq=_b(w);
var hq=_b(h);
var pq=_b(_1);
var ss=_8==undefined||!_8?"":"s";
var ot="<OBJECT "+_11+"CLASSID='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"+"WIDTH="+wq+" HEIGHT="+hq+" "+"CODEBASE='http"+ss+"://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'>"+"<PARAM NAME='MOVIE' VALUE="+pq+">"+"<PARAM NAME='BGCOLOR' VALUE="+_d+">"+"<PARAM NAME='QUALITY' VALUE='high'>"+"<PARAM NAME='MENU' VALUE='false'>"+"<PARAM NAME='ALLOWSCRIPTACCESS' value='sameDomain'>"+"<PARAM NAME='WMODE' VALUE="+_e+">"+_f+"<EMBED "+_12+"SRC="+pq+" "+"WIDTH="+wq+" HEIGHT="+hq+" "+"BGCOLOR="+_d+" "+"QUALITY='high' "+"ALLOWSCRIPTACCESS='sameDomain' "+"WMODE="+_e+" "+"MENU='false' "+_10+"TYPE='application/x-shockwave-flash' "+"PLUGINSPAGE='http"+ss+"://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>"+"</EMBED>"+"</OBJECT>";
if(_9==u){
document.write(ot);
}else{
document.getElementById(_9).innerHTML=ot;
}
}
var g_isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;
var g_isWin=(navigator.appVersion.indexOf("Windows")!=-1)?true:false;
var fex=null;
for(var i=15;i>=3;i--){
eval("g_f"+i+"=false");
var nof=true;
if(g_isIE&&g_isWin){
execScript("on error resume next: fex = IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash."+i+"\"))","VBScript");
if(nof&&fex){
nof=false;
eval("g_f"+i+"= true");
}
}
}
function FlashDetector(_18,_19){
this.requiredVersion=_18;
this.maxVersion=_19?_19:15;
this.actualVersion=0;
this.hasRightVersion=false;
}
var flad=FlashDetector.prototype;
flad.setRequiredVersion=function(n){
this.requiredVersion=n;
};
flad.detectFlash=function(){
var _1b=null;
if(navigator.plugins){
if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){
var _1c=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";
var _1d=navigator.plugins["Shockwave Flash"+_1c].description;
var _1b=parseInt(_1d.charAt(_1d.indexOf(".")-1));
for(var i=3;i<=this.maxVersion;i++){
fii=(_1b==i);
eval("g_f"+i+"="+fii);
}
}
}
for(var i=3;i<=this.maxVersion;i++){
if(eval("g_f"+i)==true){
this.actualVersion=i;
if(i==this.maxVersion){
if(_1b!=null&&_1b>this.maxVersion){
this.actualVersion=_1b;
}
}
}
}
if(navigator.userAgent.indexOf("WebTV")!=-1){
this.actualVersion=3;
}
this.hasRightVersion=(this.actualVersion>=this.requiredVersion);
return {hasReqVer:this.hasRightVersion,reportedVersion:this.actualVersion};
};
delete flad;

