function MacShift4() {
    if (!(navigator.userAgent.indexOf("Win") != -1) && !(navigator.appName.indexOf("Microsoft") != -1) && (navigator.appVersion.indexOf("4.") != -1))
        document.writeln("<DIV CLASS='smalln'>");
    else
        document.writeln("<DIV CLASS='small'>");
}

function Table4() {
    if (!(navigator.appName.indexOf("Microsoft") != -1) && (navigator.appVersion.indexOf("4.") != -1))
        document.writeln("<TD CLASS='a' VALIGN='bottom' HEIGHT=35>");
    else
        document.writeln("<TD CLASS='a' VALIGN='bottom' HEIGHT=40>");
}