function alter(object,where) {
    if (navigator.appName.indexOf('Netscape') > -1) {
        object.encoding = 'text/plain';
        object.action = where;
        object.method = 'POST';
    }
}