var browser = navigator.appName;
var version = navigator.appVersion;
var agent = navigator.userAgent;

document.writeln("<STYLE TYPE='text/css'><!--");
var cssfile = 'other.css';

if(version.indexOf("Mac") >= 0){
	var os = "Mac";
	if(browser.indexOf("Netscape") >= 0){
		if(version.indexOf("5.0") >= 0){
		// MAC Netscape 6.x`WIN IErp@MAC Safari 1.x
		document.write(".size5 { font-size: 26px;line-height: 95%}");
		document.write(".size4 { font-size: 18px;line-height: 110% }");
		document.write(".size3 { font-size: 15px;line-height: 105% }");
		document.write(".size2 { font-size: 12px;line-height: 115% }");
		document.write(".size1 { font-size: 10px;line-height: 115% }");
		document.write("h1 { font-size:12px;line-height: 115%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size:12px;line-height: 115%;margin: .2em }");
		document.write("h3 { font-size:10px;line-height: 115%;margin: .2em }");
		}
		else {
		// MAC NETSCAPE 4.x
		document.write(".size5 { font-size: 26px;line-height: 95%}");
		document.write(".size4 { font-size: 18px;line-height: 110% }");
		document.write(".size3 { font-size: 15px;line-height: 105% }");
		document.write(".size2 { font-size: 12px;line-height: 115% }");
		document.write(".size1 { font-size: 10px;line-height: 115% }");
		document.write("h1 { font-size:12px;line-height: 115%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size:12px;line-height: 115%;margin: .2em }");
		document.write("h3 { font-size:10px;line-height: 115%;margin: .2em }");
		}
	}
	if(agent.indexOf("MSIE") >= 0){
		if(version.indexOf("MSIE 5.0") >= 0){
		// MAC IE 5.x
		document.write(".size5 { font-size: large;line-height: 125% }");
		document.write(".size4 { font-size: medium;line-height: 135% }");
		document.write(".size3 { font-size: small;line-height: 120% }");
		document.write(".size2 { font-size: x-small;line-height: 130% }");
		document.write(".size1 { font-size: xx-small;line-height: 130% }");
		document.write("h1 { font-size: x-small;line-height: 130%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size: x-small;line-height: 130%;margin: .2em }");
		document.write("h3 { font-size: xx-small;line-height: 130%;margin: .2em }");
		}
		else {
		// MAC IE
		document.write(".size5 { font-size: 24pt;line-height: 100% }");
		document.write(".size4 { font-size: 18pt;line-height: 135% }");
		document.write(".size3 { font-size: 14pt;line-height: 135% }");
		document.write(".size2 { font-size: 12pt;line-height: 140% }");
		document.write(".size1 { font-size: 10pt;line-height: 140% }");
		document.write("h1 { font-size: 12pt;line-height: 140%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size: 12pt;line-height: 140%;margin: .2em }");
		document.write("h3 { font-size: 10pt;line-height: 140%;margin: .2em }");
		}
	}
}

if(version.indexOf("Win") >= 0){
	var os = "Win";
	if(browser.indexOf("Netscape") >= 0){
		// WIN NETSCAPE
		document.write(".size5 { font-size: 20pt;line-height: 120% }");
		document.write(".size4 { font-size: 16pt;line-height: 115% }");
		document.write(".size3 { font-size: 12pt;line-height: 120% }");
		document.write(".size2 { font-size: 10pt;line-height: 135% }");
		document.write(".size1 { font-size: 8pt;line-height: 135% }");
		document.write("h1 { font-size: 10pt;line-height: 135%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size: 10pt;line-height: 135%;margin: .2em }");
		document.write("h3 { font-size: 8pt;line-height: 135%;margin: .2em }");
	}
	if(agent.indexOf("MSIE") >= 0){
		if(version.indexOf("MSIE 5.0") >= 0){
		// WIN IE 5.x`
		document.write(".size5 { font-size: 20pt;line-height: 110% }");
		document.write(".size4 { font-size: 14pt;line-height: 125% }");
		document.write(".size3 { font-size: 12pt;line-height: 120% }");
		document.write(".size2 { font-size: 10pt;line-height: 130% }");
		document.write(".size1 { font-size: 8pt;line-height: 130% }");
		document.write("h1 { font-size: 10pt;line-height: 130%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size: 10pt;line-height: 130%;margin: .2em }");
		document.write("h3 { font-size: 8pt;line-height: 130%;margin: .2em }");
		}
		else {
		// WIN IE
		document.write(".size5 { font-size: 20pt;line-height: 110% }");
		document.write(".size4 { font-size: 14pt;line-height: 125% }");
		document.write(".size3 { font-size: 12pt;line-height: 120% }");
		document.write(".size2 { font-size: 10pt;line-height: 130% }");
		document.write(".size1 { font-size: 8pt;line-height: 130% }");
		document.write("h1 { font-size: 10pt;line-height: 130%;margin-top: 1em;margin-bottom: .5em }");
		document.write("h2 { font-size: 10pt;line-height: 130%;margin: .2em }");
		document.write("h3 { font-size: 8pt;line-height: 130%;margin: .2em }");
		}
	}
};

document.write("--></STYLE>");
document.close();

