<!-- Hide script from non-compatible browsers

// Desc: Changes the display in the status bar of the browser.
function statbar(txt) { window.status = txt; }

<!-- End Script -->
