window.defaultStatus = '... - http://winpack.org/ - ...';

function clr()
        {
        window.defaultStatus = '... - http://winpack.org/ - ...';
        window.status = '... - http://winpack.org/ - ...';
//        window.status = default_text;
//        event.returnValue = true;
        }

function set(title)
        {
        window.status = 'page status: ' + title;
        event.returnValue = true;
        }
