function iv()
{
setTimeout("vogu(); iv();",10);
}

function vogu(){
 if (window.focus){window.focus()};
}
