var bVersion = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<style type='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M"){		// MAC IE		document.writeln(".text1 { font-size:10px; line-height:14px; }");		document.writeln(".text2c { font-size:12px; line-height:18px; }");		document.writeln(".text2 { font-size:12px; line-height:20px; }");		document.writeln(".text3 { font-size:14px; line-height:20px; }");	}else{		if( bVersion < 5 ){			// MAC NETSCAPE 4.x			document.writeln(".text1 { font-size: 10px; line-height: 14px; }");			document.writeln(".text2c { font-size: 12px; line-height: 18px; }");			document.writeln(".text2 { font-size: 12px; line-height: 20px; }");			document.writeln(".text3 { font-size: 14px; line-height: 20px; }");		}else{			// MAC NETSCAPE 6.x 7.x			document.writeln(".text1 { font-size: 10px; line-height: 14px; font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',sans-serif;}");			document.writeln(".text2c { font-size: 12px; line-height: 18px; font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',sans-serif;}");			document.writeln(".text2 { font-size: 12px; line-height: 20px; font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',sans-serif;}");			document.writeln(".text3 { font-size: 14px; line-height: 20px; font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',sans-serif;}");		}	}}else{	if( bName == "M"){		// WIN IE		document.writeln(".text1 { font-size: 10px; line-height: 14px;}");		document.writeln(".text2c { font-size: 12px; line-height: 18px;}");		document.writeln(".text2 { font-size: 12px; line-height: 20px;}");		document.writeln(".text3 { font-size: 14px; line-height: 19px;}");	}else{		if( bVersion < 5 ){			// WIN NETSCAPE 4.x			document.writeln(".text1 { font-size:11px; line-height:14px; }");			document.writeln(".text2c { font-size:13px; line-height:18px; }");			document.writeln(".text2 { font-size:13px; line-height:20px; }");			document.writeln(".text3 { font-size:14px; line-height:20px; }");		}else{			// WIN NETSCAPE 6.x 7.x			document.writeln(".text1 { font-size: 11px; line-height: 14px; font-family:sans-serif;}");			document.writeln(".text2c { font-size: 13px; line-height: 18px; font-family:sans-serif;}");			document.writeln(".text2 { font-size: 13px; line-height: 20px; font-family:sans-serif;}");			document.writeln(".text3 { font-size: 14px; line-height: 20px; font-family:sans-serif;}");		}	}}document.writeln("--></style>");