// End Netscape Wide// If NS, use CSS to absorb some of the body margin to properly center a table.var isMinNS4 = (navigator.appName.indexOf("Netscape") >= 0 &&                parseFloat(navigator.appVersion) >= 4) ? 1 : 0;var isMinIE4 = (document.all) ? 1 : 0;if (isMinNS4) {    document.write('</DIV>\n');}