Jezdφcφ text








<script language="JScript">

var lnum = 800;
var movenum = 40;

function Animate(Object) {
Object.style.visibility = "visible";
Object.style.fontStyle = "italic";
if (lnum > 80) {
    lnum = lnum - movenum;
    Object.style.pixelLeft = lnum;
    window.setTimeout("Animate("+Object.id+")",1);}
else {
    Object.style.pixelLeft = 22;
    Object.style.fontStyle = "normal";}
}

</script>

<style>
.Norm {
    text-align: center;
    width: 160;
    cursor: hand;
    font-family: arial;
    font-size: 15;
    font-weight: bold;
    color: #0000FF;}
.Over {
    text-align: center;
    width: 160;
    cursor: hand;
    font-family: arial;
    font-size: 15;
    font-weight: bold;
    color: #0000FF;}
.Head {
    position: absolute;
    width: 400;
    font-family: arial;
    font-size: 15;
    font-weight: bold;
    font-style: italic;
    color: #0000FF;
    visibility: hidden}
</style>

<div id=myheading class=Head>

Java Script Library - http://java.tatousek.cz

</div>