browserName = navigator.appName;browserVer = parseInt(navigator.appVersion);browserOs = navigator.platform;/// Browser,Ver dispatchnn3up = (browserName == "Netscape" && (browserVer >= 3 && browserVer <= 4));ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);nn6   = (browserName == "Netscape" && browserVer == 5);document.writeln("<STYLE TYPE='text/css'><!--")if(navigator.appVersion.indexOf("Mac") > 1){/// Mac IE	if(ie4up){		document.writeln("body {font-size: 12px;}")		document.writeln("td {font-size: 12px;}")		document.writeln(".s {font-size: 10px; line-height: 140%;}")		document.writeln(".m {font-size: 14px; line-height: 140%;}")		document.writeln(".l {font-size: 16px; line-height: 140%;}")		document.writeln("h1 {font-size: 18px; line-height: 140%;}")		document.writeln("h2 {font-size: 16px; line-height: 140%;}")		document.writeln("h3 {font-size: 14px; line-height: 140%;}")		document.writeln("h4 {font-size: 13px; line-height: 140%;}")		document.writeln("h5 {font-size: 12px; line-height: 140%;}")		document.writeln("h6 {font-size: 10px; line-height: 140%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 140%;}")		document.writeln(".font2 {font-size: 10px; color: #5C5C99; line-height: 140%;}")		document.writeln(".font3 {font-size: 12px; color: #5C5C99; line-height: 140%;}")		document.writeln("input,select,textarea {font-size: 12px;}")		document.writeln(".okbutton {font-size: 12px;}")	}/// MacNN6	if(nn6){		document.writeln("body {font-size: 12px;}")		document.writeln("td {font-size: 12px;}")		document.writeln(".s {font-size: 10px; line-height: 120%;}")		document.writeln(".m {font-size: 14px; line-height: 120%;}")		document.writeln(".l {font-size: 16px; line-height: 120%;}")		document.writeln("h1 {font-size: 18px; line-height: 140%;}")		document.writeln("h2 {font-size: 16px; line-height: 140%;}")		document.writeln("h3 {font-size: 14px; line-height: 140%;}")		document.writeln("h4 {font-size: 13px; line-height: 140%;}")		document.writeln("h5 {font-size: 12px; line-height: 140%;}")		document.writeln("h6 {font-size: 10px; line-height: 140%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 120%;}")		document.writeln(".font2 {font-size: 10px; color: #5C5C99; line-height: 120%;}")		document.writeln(".font3 {font-size: 12px; color: #5C5C99; line-height: 120%;}")		document.writeln("input,select,textarea {font-size: 12px;}")		document.writeln(".okbutton {font-size: 12px;}")	}/// Mac NN Lower Ver.	if(nn3up){		document.writeln("body {font-size: 12px;}")		document.writeln("td {font-size: 12px;}")		document.writeln(".s {font-size: 10px; line-height: 120%;}")		document.writeln(".m {font-size: 14px; line-height: 120%;}")		document.writeln(".l {font-size: 16px; line-height: 120%;}")		document.writeln("h1 {font-size: 18px; line-height: 140%;}")		document.writeln("h2 {font-size: 16px; line-height: 140%;}")		document.writeln("h3 {font-size: 14px; line-height: 140%;}")		document.writeln("h4 {font-size: 13px; line-height: 140%;}")		document.writeln("h5 {font-size: 12px; line-height: 140%;}")		document.writeln("h6 {font-size: 10px; line-height: 140%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 120%;}")		document.writeln(".font2 {font-size: 10px; color: #5C5C99; line-height: 120%;}")		document.writeln(".font3 {font-size: 12px; color: #5C5C99; line-height: 120%;}")		document.writeln("input,select,textarea {font-size: 12px;}")		document.writeln(".okbutton {font-size: 12px;}")	}}else{///// WIN IE	if(ie4up){		document.writeln("body {font-size:12px;}")		document.writeln("td {font-size: 12px; line-height: 150%;}")		document.writeln(".s {font-size: 11px; line-height: 150%;}")		document.writeln(".m {font-size: 14px;line-height: 120%;}")		document.writeln(".l {font-size: 16px; line-height: 150%;}")		document.writeln("h1 {font-size: 18px; line-height: 150%;}")		document.writeln("h2 {font-size: 16px; line-height: 150%;}")		document.writeln("h3 {font-size: 14px; line-height: 120%;}")		document.writeln("h4 {font-size: 13px; line-height: 150%;}")		document.writeln("h5 {font-size: 12px; line-height: 150%;}")		document.writeln("h6 {font-size: 11px; line-height: 150%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 150%;}")		document.writeln(".font2 {font-size: 11px; color: #5C5C99; line-height: 150%;}")		document.writeln(".font3 {font-size: 14px; color: #5C5C99; line-height: 150%;}")		document.writeln("input,select,textarea {font-size:11px;}")		document.writeln(".okbutton {font-size: 11px;}")	}////// WIN NN6	if(nn6){		document.writeln("body {font-size: 13px;}")		document.writeln("td {font-size: 13px;}")		document.writeln(".s {font-size: 12px; line-height: 140%;}")		document.writeln(".m {font-size: 14px; line-height: 150%;}")		document.writeln(".l {font-size: 16px; line-height: 140%;}")		document.writeln("h1 {font-size: 18px; line-height: 140%;}")		document.writeln("h2 {font-size: 16px; line-height: 140%;}")		document.writeln("h3 {font-size: 14px; line-height: 140%;}")		document.writeln("h4 {font-size: 13px; line-height: 140%;}")		document.writeln("h5 {font-size: 12px; line-height: 140%;}")		document.writeln("h6 {font-size: 10px; line-height: 140%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 150%;}")		document.writeln(".font2 {font-size: 12px; color: #5C5C99; line-height: 140%;}")		document.writeln(".font3 {font-size: 14px; color: #5C5C99; line-height: 140%;}")		document.writeln("input,select,textarea {font-size: 12px;}")		document.writeln(".okbutton {font-size: 12px;}")	}////// WIN NN Lower Ver.	if(nn3up){		document.writeln("body {font-size: 13px;}")		document.writeln("td {font-size: 13px;}")		document.writeln(".s {font-size: 12px; line-height: 140%;}")		document.writeln(".m {font-size: 14px; line-height: 140%;}")		document.writeln(".l {font-size: 16px; line-height: 140%;}")		document.writeln("h1 {font-size: 18px; line-height: 140%;}")		document.writeln("h2 {font-size: 16px; line-height: 140%;}")		document.writeln("h3 {font-size: 14px; line-height: 140%;}")		document.writeln("h4 {font-size: 13px; line-height: 140%;}")		document.writeln("h5 {font-size: 12px; line-height: 140%;}")		document.writeln("h6 {font-size: 10px; line-height: 140%;}")		document.writeln(".font1 {font-size: 14px; color: #5C5C99; line-height: 140%;}")		document.writeln(".font2 {font-size: 12px; color: #5C5C99; line-height: 140%;}")		document.writeln(".font3 {font-size: 14px; color: #5C5C99; line-height: 140%;}")	}}document.writeln("--></STYLE>");