window.onload = function(e) {       var mytext=document.getElementById("AqaracBody")
 mytext.style.visibility="hidden"
 if (mytext.filters && mytext.filters.length>0) //if filters[] collection is defined (only in IE)
  mytext.filters[0].apply()
 mytext.style.visibility="visible"
 if (mytext.filters && mytext.filters.length>0)
  mytext.filters[0].play()   }