

function ok() {
    
    if (1 < window.history.length)
        window.history.back();
    else
        window.close();
}


