﻿if(IO_PageLoadTimeOut) window.clearTimeout(IO_PageLoadTimeOut);
$(document).ready(function() {
    IO_PageLoadTimeOut = window.setTimeout(function() {
        $(".IO_ToolTip").hover(function() { IO_ToolTipShow(this); }, function() { IO_ToolTipHide(this); }).click(function() { return false; } );
      
        if($.browser.msie && navigator.appVersion.indexOf('MSIE 6.0') > -1)
            DD_belatedPNG.fix('.pngfix');

        if(IO_IsDefined('JSV_TestContentTimerInterval')) window.clearInterval(JSV_TestContentTimerInterval);
        if(IO_IsDefined('JSV_LevelTestTimeInterval')) window.clearInterval(JSV_LevelTestTimeInterval);
        window.clearTimeout(IO_PageLoadTimeOut);
    }, 500);
});
