// JavaScript Document

setTimeout('zobraz()',4000);

function zobraz() { document.getElementById("index").style.visibility = "visible"; }