var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="common/get.html";
if ( bName == "N" && vNum < 4)
	location.href="common/get.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// Mac IE
		document.writeln("body{font-size:12px}");
		document.writeln(".en9,.en92,.en93{font-Size:9px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:10px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:12px}");
		document.writeln(".jp9,.jp9-2,.jp9-3{font-size:9px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px}");
		document.writeln(".copyright{font-Size:10px}");
	}
	else
	{
		if( vNum < 5 )
		{
			// Mac NETSCAPE 4.x
		document.writeln("body{font-size:12px; line-height:15px}");
		document.writeln(".en9,.en9-2,.en9-3{font-Size:9px; line-height:10px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:10px; line-height:11px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:12px; line-height:14px}");
		document.writeln(".jp9,.jp10,.jp12,.jp14{font-size:9px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px}");
		document.writeln(".copyright{font-Size:10px; line-height:13px}");
	 	}
	 	else
	 	{
			// Mac NETSCAPE 6.x~
		document.writeln("body{font-Size:12px; line-height:15px}");
		document.writeln(".en9,.en9-2,.en9-3{font-Size:9px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:10px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:12px}");
		document.writeln(".jp9,.jp9-2,.jp9-3{font-size:9px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:10px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px}");
		document.writeln(".copyright{font-Size:10px; line-height:13px}");
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// Win IE
		document.writeln("body{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".en9,.en9-2,.en9-3{font-Size:9px; line-height:10px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:10px; line-height:11px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:12px; line-height:14px}");
		document.writeln(".jp9,.jp9-2,.jp9-3{font-size:10px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px; letter-spacing:1px}");
		document.writeln(".copyright{font-Size:11px; line-height:13px}");

	}
	else
	{
		if( vNum < 5 )
		{
			// Win NETSCAPE 4.x
		document.writeln("body{font-Size:12px; line-height:15px}");
		document.writeln(".en9,.en9-2,.en9-3{font-Size:11px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:12px; line-height:11px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:14px; line-height:14px}");
		document.writeln(".jp9,.jp9-2,.jp9-3{font-size:11px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:15px; line-height:18px}");
		document.writeln(".copyright{font-Size:11px; line-height:13px}");

		}
		else
		{
			// Win NETSCAPE 6.x~
		document.writeln("body{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".en9,.en9-2,.en9-3{font-Size:9px; line-height:10px}");
		document.writeln(".en10,.en10-2,.en10-3{font-size:10px; line-height:11px}");
		document.writeln(".en12,.en12-2,.en12-3{font-size:12px; line-height:14px}");
		document.writeln(".jp9,.jp9-2,.jp9-3{font-size:10px; line-height:12px}");
		document.writeln(".jp10,.jp10-2,.jp10-3{font-Size:11px; line-height:13px}");
		document.writeln(".jp12,.jp12-2,.jp12-3{font-Size:12px; line-height:15px; letter-spacing:1px}");
		document.writeln(".jp14,.jp14-2,.jp14-3{font-Size:14px; line-height:18px; letter-spacing:1px}");
		document.writeln(".copyright{font-Size:10px}");
		
		}
	}
}
 document.writeln("--></STYLE>");
 

buttonImg = new Array();
			
for ( i =0; i<=2; i++){
	buttonImg[i] = new Image();
	buttonImg[i].src = "img/bt_" + i + "_on.gif";
}
			
function imageOn(n){
	document.images['IMGNO' + n].src = buttonImg[n].src;
}		
			
function imageOff(n){
	document.images['IMGNO'+n].src = "img/bt_" + n + "_off.gif";
}


 
 
