Super text








<SCRIPT LANGUAGE="Javascript">
<!--

// IF THE BROWSER IS MSIE4.0 FOR WINDOWS NT AND 95 ONLY, THEN bIs95NT = TRUE
var sAgent = navigator.userAgent
var bIs95NT = sAgent.indexOf("Windows 95") > -1 || sAgent.indexOf("Windows NT") > -1 || sAgent.indexOf("Win32") > -1 || sAgent.indexOf("Windows 98") > -1
// IF THE BROWSER IS MSIE4.0 AND IS NOT 4.0b1, THEN bIsIE4 = true
var bIsIE4 = sAgent.indexOf("IE 4") > -1 && sAgent.indexOf("b1") <= -1 && sAgent.indexOf("p1") <= -1
var bIsIE432 = bIs95NT && bIsIE4
//

function transitionHead() {
    if (bIsIE432) {
idHead.style.visibility = "hidden"
        idTransDiv.filters.item(0).apply()
        idTransDiv.filters.item(0).transition = 23
        idHead.style.visibility = "visible"
        idTransDiv.filters(0).play(1.000)
    }
}
//-->
</SCRIPT>

<center>
<font face="verdana,arial,helvetica" SIZE=2>
<div id="idTransDiv" style="position:relative; top:0; left:0; height:25; width:69; filter:revealTrans(duration=3.0, transition=0);">
<h2 id="idHead" style="position:relative; visibility:visible; margin-bottom:0;">
Optimalizovßno&nbsp;pro&nbsp;Internet&nbsp;Explorer&nbsp;4.0
</h2>
</div>
</font>
</center>