function help(currFile) {
        var wdh = 300; hgt = 410;

		var file = currFile || 'file';

        helpWin = open('https://mail.Hoosier Broadband.us/html/english/help/' + file + '.html' +  '', '', 'width=' 
        + wdh + ',height=' + hgt + ',left=100,top=100,scrollbars=yes');
        }


