 function hello() {
 setTimeout("document.getElementById('hirlevel_miert').style.visibility='visible'",4000);
 }
 window.onload=hello;