var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);var bVer = navigator.userAgent;document.writeln("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	if( bName == "M"){		// MAC IE		document.writeln(".j12m{font-size:12px; line-height:150%}");		document.writeln(".j14m{font-Size:14px; line-height:150%}");		document.writeln(".j16m{font-Size:16px; line-height:150%}");		document.writeln(".j25m{font-Size:25px; line-height:150%}");	}	else{		if( vNum < 5 ){			// MAC NETSCAPE 4.x		document.writeln(".j12m{font-size:12px; line-height:150%}");		document.writeln(".j14m{font-Size:14px; line-height:150%}");		document.writeln(".j16m{font-Size:16px; line-height:150%}");		document.writeln(".j25m{font-Size:25px; line-height:150%}");		}		else{			if( bVer.indexOf("Netscape6", 0) > -1){				// MAC NETSCAPE 6.x~		document.writeln(".j12m{font-size:12px; line-height:150%}");		document.writeln(".j14m{font-Size:14px; line-height:150%}");		document.writeln(".j16m{font-Size:16px; line-height:150%}");		document.writeln(".j25m{font-Size:25px; line-height:150%}");			}			else{				// MAC NETSCAPE 7.x~		document.writeln(".j12m{font-size:12px; line-height:150%}");		document.writeln(".j14m{font-Size:14px; line-height:150%}");		document.writeln(".j16m{font-Size:16px; line-height:150%}");		document.writeln(".j25m{font-Size:25px; line-height:150%}");			}		}	 }}else{	if( bName == "M"){		// WIN IE		document.writeln(".j12m{font-size:13px; line-height:150%}");		document.writeln(".j14m{font-Size:15px; line-height:150%}");		document.writeln(".j16m{font-Size:17px; line-height:150%}");		document.writeln(".j25m{font-Size:26px; line-height:150%}");	}	else{		if( vNum < 5 ){			// WIN NETSCAPE 4.x		document.writeln(".j12m{font-size:13px; line-height:150%}");		document.writeln(".j14m{font-Size:15px; line-height:150%}");		document.writeln(".j16m{font-Size:17px; line-height:150%}");		document.writeln(".j25m{font-Size:26px; line-height:150%}");		}		else{			if( bVer.indexOf("Netscape6", 0) > -1){				// WIN NETSCAPE 6.x~		document.writeln(".j12m{font-size:13px; line-height:150%}");		document.writeln(".j14m{font-Size:15px; line-height:150%}");		document.writeln(".j16m{font-Size:17px; line-height:150%}");		document.writeln(".j25m{font-Size:26px; line-height:150%}");			}			else{				// WIN NETSCAPE 7.x~		document.writeln(".j12m{font-size:13px; line-height:150%}");		document.writeln(".j14m{font-Size:15px; line-height:150%}");		document.writeln(".j16m{font-Size:17px; line-height:150%}");		document.writeln(".j25m{font-Size:26px; line-height:150%}");			}		}	}} document.writeln("--></STYLE>");
