<!-- Begin
function load(target) {
    if (target != '')
        target.window.location.href = "index.html";
    else
        window.location.href = file;
     window.close();
}
//  End -->