function stnWin(url,wth,hgt) {	var MyWth = wth;	var MyHgt = hgt;	fileName = url;	madoName = "station";	var winSmall = window.open(fileName,madoName,'resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=' + MyWth + ',height=' + MyHgt + ',toolbar=n,left=50,top=50,screenX=50,screenY=50');	winSmall.focus();	void(0);}function  Modoru(MotoW) {	if (opener.closed) {		NewW=window.open("","MWindow");		NewW.location.href=MotoW;	}	else { self.close() }}