glblx = 60;
glbly = 60;
filename = "https://www.e-adshin.com/rakuuda-mail/input.html";
subwin = 0;
function subwinopen(fn,wdt,hgt){
	hdl = window.open(fn,"_blank","screenX=" + glblx + ",screenY=" + glblx + ",left=" + glblx + ",top=" + glblx + ",width=" + wdt +",height=" + hgt);
	return hdl;
}
function subwinclose(hdl){
	if(!hdl.closed)hdl.close();
}
