function disp(url){
	window.open(url, "window_name", "width=600,height=600,scrollbars=yes,status=yes,resizable=yes");
}

function fsc(url){
	window.open(url, "window_fsc", "width=480,height=580,scrollbars=yes,status=yes,resizable=yes");
}

i = 0;
function OpenGazou(url){
wx = 400; wy = 440;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open(url,"","left="+x+",top="+y+",width="+wx+",height="+wy);
}

