function init()
{
    window.focus();
}

window.onload   = init;

