function activex(i,e){
 i=document.getElementById(i)
 e=i.innerHTML.replace(/type="application\/x-shockwave-flash" data="[^"]*"/,'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"')
 e=e.replace(/<!\[endif\]-->|<!--\[if IE\]>/g,'')
 i.outerHTML=e
}