<!--

function activewindow()
{
window.focus();
}

window.onload=activewindow;


// -->