var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

if ( bName == "M" && vNum < 4) //IE3ˆÈ‰º
	location.href="sorry.html";
if ( bName == "N" && vNum < 4) //NN3ˆÈ‰º
	location.href="sorry.html";
	
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// MAC IE
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 9px}\
		.cap {  font-size: 9px; line-height: 14px; color: #333333}\
		.txt {  font-size: 0.9em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1.3em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 10px; line-height: 16px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1.2em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
	}
	else
	{
		if( vNum < 5 )
		{
		// MAC NETSCAPE 4.x
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 9px}\
		.cap {  font-size: 9px; line-height: 14px; color: #333333}\
		.txt {  font-size: 1.2em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1.3em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 10px; line-height: 16px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1.2em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
	 	}
	 	else
	 	{
		// MAC NETSCAPE 6.x~
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 10px}\
		.cap {  font-size: 10px; line-height: 16px; color: #333333}\
		.txt {  font-size: 0.9em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1.3em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 12px; line-height: 18px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 0.9em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 10px}\
		.cap {  font-size: 10px; line-height: 16px; color: #333333}\
		.txt {  font-size: 0.9em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 12px; line-height: 18px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 0.9em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
	}
	else
	{
		if( vNum < 5 )
		{
		// WIN NETSCAPE 4.x
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 10px}\
		.cap {  font-size: 11px; line-height: 16px; color: #333333}\
		.txt {  font-size: 1.2em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1.3em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 12px; line-height: 18px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 0.9em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
		}
		else
		{
		// WIN NETSCAPE 6.x~
		document.write("<STYLE TYPE='text/css'>\
		.topsmall {  font-size: 10px}\
		.cap {  font-size: 10px; line-height: 16px; color: #333333}\
		.txt {  font-size: 0.9em; line-height: 140%; color: #333333}\
		.txtbigbold {  font-size: 1.3em; line-height: 130%; color: #333333; font-weight:bold}\
		.bold {  font-size: 12px; line-height: 18px; font-weight:bold; color: #333333}\
		.whitesmall {  font-size: 10px; line-height: 16px; color: #FFFFFF}\
		.redsmall {  font-size: 0.8em; line-height: 140%; color: #FF3333}\
		.title {  font-size: 1em; line-height: 140%; color: #990033;  font-weight:bold}\
		.number {  font-size: 0.9em; line-height: 140%; color: #990033;  font-weight:bold}\
		</STYLE>");
		
		}
	}
}

function sWords(l,m) {
window.open(l,"shikai","status=0,resizable=yes,menubar=1,scrollbars=1,width=570,height=450");
}

