var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

if ( bName == "M" && vNum < 4) //IE3ˆÈ‰º
	location.href="sorry.htm";
if ( bName == "N" && vNum < 4) //NN3ˆÈ‰º
	location.href="sorry.htm";
	
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// MAC IE
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 9px; line-height: 14px; color: #FFFFFF}\
		.txt {  font-size: 1.1em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
	}
	else
	{
		if( vNum < 5 )
		{
		// MAC NETSCAPE 4.x
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 9px; line-height: 14px; color: #FFFFFF}\
		.txt {  font-size: 1.1em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
	 	}
	 	else
	 	{
		// MAC NETSCAPE 6.x~
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 11px; line-height: 15px; color: #FFFFFF}\
		.txt {  font-size: 0.8em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 11px; line-height: 15px; color: #FFFFFF}\
		.txt {  font-size: 0.8em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
	}
	else
	{
		if( vNum < 5 )
		{
		// WIN NETSCAPE 4.x
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 11px; line-height: 15px; color: #FFFFFF}\
		.txt {  font-size: 1em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
		}
		else
		{
		// WIN NETSCAPE 6.x~
		document.write("<STYLE TYPE='text/css'>\
		.jin {  font-size: 11px; line-height: 15px; color: #FFFFFF}\
		.txt {  font-size: 0.8em; line-height: 120%}\
		.txtsmall {  font-size: 0.69em; line-height: 120%}\
		td {  vertical-align: top}\
		</STYLE>");
		
		}
	}
}

function winOpen(m) {
window.open("night.html","shop","status=0,resizable=0,scrollbars=0,width=350,height=380");
}

function winOpen_font(m) {
window.open("font.html","font","menubar=yes,status=yes,resizable=yes,scrollbars=yes,width=460,height=600");
}

function winOpen_water(m) {
window.open("water.html","water","status=0,resizable=0,scrollbars=0,width=350,height=420");
}
