function showStatus(text) {
    window.setTimeout('window.status="' + text + '"', 1);
}
