function inf(dat) {
 if (dat == 0) { txt = "DFM radio television International - Program Schedule" } else { txt = dat }
 window.status = txt
}

setTimeout("inf(0)",500);

setTimeout("focus()",1000);

