function activeSWF(ID){document.getElementById(ID).innerHTML=document.getElementById(ID).innerHTML;}

SWFObject=function(_1,w,h,_5,c){if(!document.createElement||!document.getElementById){return;}
this.attributes={};if(_1){this.attributes["swf"]=_1};if(w){this.attributes["width"]=w};if(h){this.attributes["height"]=h}};
SWFObject.prototype={getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
_19="<embed wmode='opaque' type='application/x-shockwave-flash' src=\""+this.attributes["swf"]+"\" width=\""+this.attributes["width"]+"\" height='"+this.attributes["height"]+"'/>"
}else{_19="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='"+this.attributes["width"]+"' height='"+this.attributes["height"]+"'><param name='movie' value=\""+this.attributes["swf"]+"\"/><param name='wmode' value=\"opaque\"></object>"}
return _19},write:function(_2){var n=(typeof _2=="string")?document.getElementById(_2):_2;n.innerHTML=this.getSWFHTML();return true}}

