function paraCh(){
	if(brVersion >=4 && (brName == "N")){
		location.href="./nn/index2.htm"
	}
}



function mado(g) {
var w;
w = window.open(g,"window","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=300,height=320");
//
w.window.focus();
wx = 300;
wy = 320;
x = (screen.width - wx ) / 2;
y = (screen.height -wy ) / 2;
w.window.moveTo(x,y);
}

brVersion = navigator.appVersion.charAt(0);
brName = navigator.appName.charAt(0);

function mado120(g) {
var w;
w = window.open(g,"window","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=120,height=140");
//
w.window.focus();
wx = 120;
wy = 140;
x = (screen.width - wx ) / 2;
y = (screen.height -wy ) / 2;
w.window.moveTo(x,y);
}

function mado240(g) {
var w;
w = window.open(g,"window","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=120,height=140");
//
w.window.focus();
wx = 240;
wy = 340;
x = (screen.width - wx ) / 2;
y = (screen.height -wy ) / 2;
w.window.moveTo(x,y);
}


brVersion = navigator.appVersion.charAt(0);
brName = navigator.appName.charAt(0);

