<!--
function getanInfo()	{

/*//Browser divergence script detabase "BRInfo insertEdition"///////////////////////
"BRInfo for Font size selector" v3.0 updated 021016
using Database from anInfo 1.00.2802.t08 (02.10.15 / aninfo_100t08.htm)
"anInfo" Original full sauce code visit http://2dk.com/sysinfo/  (C)2002.msg. ////*/

/*
02.10.16 || 3.00.2a16.t01   || inffon_300t01.htm         ||エンジンをBRInfo から anInfo に変更

type 1 : IE3 NN2 NN3 Op3 OP4 OP5
type 2 : NN4
type 3 : OP6
type 4 : IE4 iCab(all)
type 5 : IE5
type 6 : IE6
type 7 : Moz N6 N7
*/
	var Name    = navigator.appName;
	var Agent   = navigator.userAgent;
	this.name   = "Unknown";
	this.typeNo = -1;
	this.version= -1;
	Other = "Unknown : Check userAgent"

	if (Name.indexOf("Microsoft")>= 0) {  //~indexOf("")内に２条件以上（"xx"&&"xx"）書くとIE3で認識されなくなる
		if (Agent.indexOf("MSIE 3")>= 0) 	{ this.name = "3.InternetExplorer 3";       this.version = 3;}
		if (Agent.indexOf("MSIE 4")>= 0) 	{ this.name = "4.InternetExplorer 4";                 this.version = 4;}
		if (Agent.indexOf("MSIE 4.5")>= 0)	{ this.name = "4.InternetExplorer 4.5 for Macintosh"; this.version = 4;}
		if (Agent.indexOf("MSIE 5")>= 0) 	{ this.name = "5.InternetExplorer 5"; this.version = 5;}
		if (Agent.indexOf("MSIE 6")>= 0) 	{ this.name = "6.InternetExplorer 6"; this.version = 6;}
		if (Agent.indexOf("Opera 4.0")>= 0) 	{ this.name = "1.Opera 4 (Identify as MSIE mode)"; this.version = 4;}
		if (Agent.indexOf("Opera 5")>= 0) 	{ this.name = "1.Opera 5.0 (Identify as MSIE mode)"; this.version = 5;}
		if (Agent.indexOf("Opera 6")>= 0) 	{ this.name = "3.Opera 6.0 (Identify as MSIE mode)"; this.version = 6;}
	} else 
	if (Name.indexOf("Netscape")>= 0) {
		if (Agent.indexOf("Mozilla/2")>= 0) 	{ this.name = "1.Netscape Navigator 2"; this.version = 2;}

		if (Agent.indexOf("Mozilla/3")>= 0) 	{ this.name = "1.Netscape Navigator 3.0"; this.version = 3;}
		if (Agent.indexOf("Mozilla/4")>= 0) 	{ this.name = "2.Netscape Navigator 4.0"; this.version = 4;}
		if (Agent.indexOf("Mozilla/5"&&"m")>= 0){ this.name = "7.Mozilla Seamonkey Milestone x"; this.version = 0;}
		if (Agent.indexOf("Mozilla/5.0")>= 0)   { this.name = "7.Mozilla 0.x ~ 1.x";   this.version = 1;}
		if (Agent.indexOf("Mozilla/5.0"&&"Netscape")>= 0) 	{ this.name = "7.Netscape 6 / 7"; this.version = 6;}

		if (Agent.indexOf("Opera 3.")>= 0) 	{ this.name = "1.Opera 3.x"; this.version = 3;}
		if (Agent.indexOf("Opera 4.")>= 0) 	{ this.name = "1.Opera 4.x (Identify as Mozilla(Netscape) mode)"; this.version = 5;}
		if (Agent.indexOf("Opera 5.")>= 0) 	{ this.name = "1.Opera 5.x (Identify as Mozilla 5.x mode)"; this.version = 5;}
		if (Agent.indexOf("Opera 6")>= 0) 	{ this.name = "3.Opera 6.x (Identify as Mozilla 5.x mode)"; this.version = 6;}
	} else 
	if (Name.indexOf("Opera")>= 0) {
		if (Agent.indexOf("Opera/4.")>= 0) 	{ this.name = "1.Opera 4.0 (Opera mode)"; this.version = 4.0;}
		if (Agent.indexOf("Opera/5.")>= 0) 	{ this.name = "1.Opera 5.0 (Opera mode)"; this.version = 5.0;}
		if (Agent.indexOf("Opera/6.")>= 0) 	{ this.name = "3.Opera 6.x (Opera mode)"; this.version = 6.0;}
	}
}

var Browser = new getanInfo();
var vNum = Browser.name.charAt(0);
var bName = navigator.appName.charAt(0); 
if ( bName == "M" && vNum < 2) // IE3
	location.href="../sysinfo/brchkmsg.htm";
if ( bName == "N" && vNum < 2) // NN2,3 , N6.0.x Opera5以前
	location.href="../sysinfo/brchkmsg.htm";
if ( bName == "Un") //Unknown
	location.href="../sysinfo/brchkmsg.htm";

document.write('<link rel="stylesheet" type="text/css" href="');
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( vNum == 2 )	// mac NN4
	{
	document.write('../css/fs_mn4.css');
	}
	else
	{
	if( vNum == 3 )	// mac 該当なし
	{
	document.write('../css/fs_other.css');
	}
	else
	{
	if( vNum == 4 )	// mac IE4.x , iCab
	{
	document.write('../css/fs_mie.css');
	}
	else
	{
	if( vNum == 5 )	// mac IE5.x
	{
	document.write('../css/fs_mie.css');
	}
	else
	{
	if( vNum == 6 )	// mac IE6.x (予備)
	{
	document.write('../css/fs_mie.css');
	}
	else
	{
	if( vNum == 7 )	// mac N6.1〜  moz
	{
	document.write('../css/fs_mmoz.css');
	}
	else
	{
	if( vNum == 8 )	// mac 予備
	{
	document.write('../css/fs_other.css');
	}
	else
	{
	if( vNum == 9 )	// mac 予備
	{
	document.write('../css/fs_other.css');
	}
	else
	{
	if( vNum == "Un" )	// mac 不明
	{
	document.write('../css/fs_other.css');
	}
}
}
}
}
}
}
}
}
}
else
{
	if( vNum == 2 )	// WIN NN4.x
	{
	document.write('../css/fs_wn4.css');
	}
	else
	{
	if( vNum == 3 )	// WIN IE3 Opera 6.x
	{
	document.write('../css/fs_wie.css');
	}
	else
	{
	if( vNum == 4 )	// WIN IE4.x
	{
	document.write('../css/fs_wie.css');
	}
	else
	{
	if( vNum == 5 )	// WIN IE5.x
	{
	document.write('../css/fs_wie.css');
	}
	else
	{
	if( vNum == 6 )	// WIN IE6
	{
	document.write('../css/fs_wie.css');
	}
	else
	{
	if( vNum == 7 )	// WIN N6.1〜 , moz all
	{
	document.write('../css/fs_wmoz.css');
	}
	else
	{
	if( vNum == 8 )	// WIN 予備
	{
	document.write('../css/fs_other.css');
	}
	else
	{
	if( vNum == 9 )	// WIN 予備
	{
	document.write('../css/fs_other.css');
	}
	else
	{
	if( vNum == "Un" )	// WIN 不明
	{
	document.write('../css/fs_other.css');
	}
}
}
}
}
}
}
}
}
}
document.write('" media="screen">');
//-->
