var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="getnewbrowser.html";
if ( bName == "N" && vNum < 4)
	location.href="getnewbrowser.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	{
		// MAC IE
		document.writeln(".j10, .topmenu {font-size:0.9em; line-height:1.6em; margin: 0em 0.8em; }");
		document.writeln(".j12, .renew {font-size:1em; line-height:1.6em; margin: 0em 1em; }");
		document.writeln(".b12 {font-size:1em; line-height:1.6em; text-indent: 1em; margin: 0em 1em; width: 628px; }");
		document.writeln("h4 {font-size:1em; line-height:1.6em; margin: 0em 1em; }");
		document.writeln("h3 {font-size:1.2em; line-height:1.3em; width: 604px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px 8px; }");
		document.writeln("h2 {font-size:1.6em; line-height:1.4em; margin: 0em 1em; }");
		document.writeln("h1 {font-size:1.8em; line-height:1.6em; margin: 0em 1em; }");
		document.writeln(".footer, .top {font-size:0.9em; line-height:1.2em; width: 640px; }");
		document.writeln(".navi {padding: 0.2em 1.2em; line-height: 2.4em; text-align: center; }");
		document.writeln(".menu, .list {padding: 0.1em 0.4em 0.3em; line-height: 2.6em; text-align: center; margin-right: 0.2em; white-space: nowrap; }");
		document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
		document.writeln(".search {line-height:1em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0.2em;}");
		document.writeln(".switch {color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.2em 1em; margin: auto; text-align: center;}");
		document.writeln(".switch2 { font-size: 1em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.1em 0.4em; text-align: center;}");
		document.writeln(".year {font-size:1em;  line-height:1.3em; width: 228px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px; }");
		document.writeln(".date, LI {font-size:0.9em; line-height:1.6em; margin: 0em  1.2em; }");
		document.writeln("td, th {font-size:1em; margin: 0.2em 1em; }");
	}
	else
	if( vNum > 4 )
	{
		if(navigator.appVersion.indexOf("Safari") > -1)
		{
			// MAC Safari
			document.writeln(".j10, .topmenu {font-size:0.9em; line-height:1.6em; margin: 0em 0.8em; }");
			document.writeln(".j12, .renew {font-size:1em; line-height:1.6em; margin: 0em 1em;}");
			document.writeln(".b12 {font-size:1em; line-height:1.6em; text-indent: 1em; margin: 0em 1em; width: 628px; }");
			document.writeln("h4 {font-size:1em; line-height:1.6em; margin: 0em 1em; }");
			document.writeln("h3 {font-size:1.2em; line-height:1.3em; width: 604px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em ; padding: 3px 8px 0px 8px; }");
			document.writeln("h2 {font-size:1.6em; line-height:1.4em; margin: 0em 1em; }");
			document.writeln("h1 {font-size:1.8em; line-height:1.6em; margin: 0em 1em; }");
			document.writeln(".footer, .top {font-size:0.9em; line-height:1.2em; }");
			document.writeln(".navi {padding: 0.2em 1.2em 0.1em; text-align: center; line-height: 1.2em;}");
			document.writeln(".menu, .list {padding: 0.2em 0.4em 0.1em; text-align: center; line-height: 2.4em; margin-right: 0.2em; white-space: nowrap; }");
			document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
			document.writeln(".search {line-height:1em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0em;}");
			document.writeln("* {vertical-align: bottom;}");
			document.writeln("option {padding-right: 2em;}");
			document.writeln(".switch {color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.2em 1em 0.1em; text-align: center; margin: auto; }");
			document.writeln(".switch2 {font-size: 1em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.2em 0.2em 0em; text-align: center; }");
			document.writeln(".year {font-size:1em; line-height:1.3em; width: 228px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 1em; padding: 4px 8px 0px; }");
			document.writeln(".date, LI{font-size:0.9em; line-height:1.6em; margin: 0em 1.2em; }");
			document.writeln("td, th {font-size:1em; margin: 0.2em 1em; }");
		}
	else
		{
			// MAC NETSCAPE 6.x~
			document.writeln(".j10, .topmenu {font-size:0.9em; line-height:1.6em; margin: 0em 0.8em; }");
			document.writeln(".j12, .renew {font-size:1em; line-height:1.6em; margin: 0em 1em;}");
			document.writeln(".b12 {font-size:1em; line-height:1.6em; text-indent: 1em; margin: 0em 1em; width: 628px; }");
			document.writeln("h4 {font-size:1em; line-height:1.6em; margin: 0em 1em; }");
			document.writeln("h3 {font-size:1.2em; line-height:1.3em; width: 604px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em ; padding: 3px 8px 0px 8px; }");
			document.writeln("h2 {font-size:1.6em; line-height:1.4em; margin: 0em 1em; }");
			document.writeln("h1 {font-size:1.8em; line-height:1.6em; margin: 0em 1em; }");
			document.writeln(".footer, .top {font-size:0.9em; line-height:1.2em; }");
			document.writeln(".navi {padding: 0.2em 1.2em 0.1em; text-align: center; line-height: 1.2em;}");
			document.writeln(".menu, .list {padding: 0.2em 0.4em 0.1em; text-align: center; line-height: 2.4em; margin-right: 0.2em; white-space: nowrap; }");
			document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
			document.writeln(".search {line-height:1em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0em;}");
			document.writeln("* {vertical-align: bottom;}");
			document.writeln("option {padding-right: 2em;}");
			document.writeln(".switch {color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.2em 1em 0.1em; text-align: center; margin: auto; }");
			document.writeln(".switch2 {font-size: 1em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.2em 0.2em 0em; text-align: center; }");
			document.writeln(".year {font-size:1em; line-height:1.3em; width: 228px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 1em; padding: 4px 8px 0px; }");
			document.writeln(".date, LI{font-size:0.9em; line-height:1.6em; margin: 0em 1.2em; }");
			document.writeln("td, th {font-size:1em; margin: 0.2em 1em; }");
		}
	}
}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln(".j10, .topmenu {font-size:0.8em; line-height:1.3em; margin: 0em 0.9em; }");
		document.writeln(".j12, .renew, body {font-size:0.9em; line-height:1.4em; margin: 0em 0.9em; }");
		document.writeln(".b12 {font-size:0.9em; line-height:1.4em; text-indent: 0.9em; margin: 0em 1em; width: 628px; }");
		document.writeln("h4 {font-size:0.9em; line-height:1.4em; margin-left: 0.9em; }");
		document.writeln("h3 {font-size:1em; line-height:1.3em; width: 604px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px 8px; }");
		document.writeln("h2 {font-size:1.2em; line-height:1.2em; margin-left: 0.9em; }");
		document.writeln("h1 {font-size:1.4em; line-height:1.5em; margin-left: 0.9em; }");
		document.writeln(".footer, .top {font-size:0.8em; line-height:1.2em; width: 640px; }");
		document.writeln(".navi {font-size: 0.9em; padding: 0.2em 0.6em 0.1em; line-height: 1.8em; text-align: center; }");
		document.writeln(".menu, .list {padding: 0.2em 0.4em; line-height: 2.2em; text-align: center; white-space: nowrap; }");
		document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
		document.writeln(".search {font-size: 0.8em;line-height:0.9em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0.2em;}");
		document.writeln(".switch {font-size: 0.9em;color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.1em; margin: auto; text-align: center;}");
		document.writeln(".switch2 {font-size: 0.9em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.2em; text-align: center;}");
		document.writeln(".year {font-size:0.9em;  line-height:1.3em; width: 200px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px; }");
		document.writeln(".date, LI {font-size:0.8em; line-height:1.6em; margin: 0em  1.2em; }");
		document.writeln("td, th {font-size:0.9em; margin: 0.2em 1em; }");
	}
	else
	if( vNum > 4 )
	{
		if(navigator.userAgent.indexOf("Opera") > -1)
		{
			// WIN Opera 7.0
			document.writeln(".j10, .topmenu {font-size:0.8em; line-height:1.3em; margin: 0em 0.9em; }");
			document.writeln(".j12, .renew, body {font-size:0.9em; line-height:1.5em; margin: 0em 0.9em; }");
			document.writeln(".b12 {font-size:0.9em; line-height:1.4em; text-indent: 0.9em; margin: 0em 1em; width: 628px; }");
			document.writeln("h4 {font-size:0.9em; line-height:1.4em; margin-left: 0.9em; }");
			document.writeln("h3 {font-size:1em; line-height:1.3em; width: 604px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px 8px; }");
			document.writeln("h2 {font-size:1.2em; line-height:1.2em; margin-left: 0.9em; }");
			document.writeln("h1 {font-size:1.4em; line-height:1.6em; margin-left: 0.9em; }");
			document.writeln(".footer, .top {font-size:0.8em; line-height:1.2em; width: 640px; }");
			document.writeln(".navi {font-size: 1em; padding: 0.3em 0.8em 0.2em; line-height: 1.8em; text-align: center; }");
			document.writeln(".menu, .list {padding: 0.2em 0.4em; line-height: 2.2em; text-align: center; white-space: nowrap; }");
			document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
			document.writeln(".search {font-size: 0.9em; line-height:0.9em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0.2em;}");
			document.writeln(".switch {font-size: 0.9em; color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.1em; margin: auto; text-align: center;}");
			document.writeln(".switch2 {font-size: 0.9em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.2em; text-align: center;}");
			document.writeln(".year {font-size:0.9em;  line-height:1.3em; width: 200px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px; }");
			document.writeln(".date, LI {font-size:0.8em; line-height:1.6em; margin: 0em  1.2em; }");
			document.writeln("td, th {font-size:0.9em; margin: 0.2em 1em; }");
		}
	else
		{
			// WIN NETSCAPE 6.x~
			document.writeln(".j10, .topmenu {font-size:0.9em; line-height:1.4em; margin: 0em 0.9em; }");
			document.writeln(".j12, .renew, body {font-size:1.0em; line-height:1.6em; margin: 0em 1.0em; }");
			document.writeln(".b12 {font-size:1.0em; line-height:1.6em; text-indent: 1.0em; margin: 0em 1em; width: 628px; }");
			document.writeln("h4 {font-size:1.0em; line-height:1.4em; margin-left: 0.9em; }");
			document.writeln("h3 {font-size:1.2em; line-height:1.3em; width: 608px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px 8px; }");
			document.writeln("h2 {font-size:1.4em; line-height:1.2em; margin-left: 0.9em; }");
			document.writeln("h1 {font-size:1.6em; line-height:1.5em; margin-left: 0.9em; }");
			document.writeln(".footer, .top {font-size:0.9em; line-height:1.2em; width: 640px; }");
			document.writeln(".navi {font-size: 1.0em; padding: 0.2em 0.6em 0.1em; line-height: 1.8em; text-align: center; }");
			document.writeln(".menu, .list {padding: 0.3em 0.4em 0.1em; line-height: 2.2em; text-align: center; white-space: nowrap; }");
			document.writeln(".page {font-size:0.9em; line-height:1.6em; text-align: center; vertical-align: middle; }");
			document.writeln(".search {font-size: 1.0em; line-height:0.9em; text-align: center; border: solid 1px #6699ff; margin: 1em 0.4em; padding: 0.4em 0.2em;}");
			document.writeln(".switch {font-size: 1.0em; color: #ffffff; text-decoration: none; background-color: #6699ff; border: outset 2px #6699ff; padding: 0.1em 0.6em 0.6em; margin: auto; text-align: center;}");
			document.writeln(".switch2 {font-size: 1.0em; color: #ffffff; text-decoration: none; background-color: #009933; border: outset 2px #009933; padding: 0.2em; text-align: center;}");
			document.writeln(".year {font-size:1.2em;  line-height:1.3em; width: 200px; color: #cd5c5c; border: solid 1px #cd5c5c; margin: 0.5em 0.8em; padding: 2px 8px 0px; }");
			document.writeln(".date, LI {font-size:1.0em; line-height:1.6em; margin: 0em  1.2em; }");
			document.writeln("td, th {font-size:1.0em; margin: 0.2em 1em; }");
			document.writeln("option {font-size: 1.2em; margin-right: 1em; }");
			document.writeln("input {font-size: 1.2em; margin: 0.1em; }");
		}
	}
}
document.writeln("--></STYLE>");