function atm_info() {
var rtn_value = true;
document.open();
//
//document.writeln('<p style="border:1px #FF0000 solid; text-align:center; padding:10px; color:#FF0000; font-weight:bold; font-size:70%;">6月26日（木）1:00〜3:00の間、ATM検索の地図表示機能が一時的に利用できなくなります。</p>');
document.writeln('');
document.close();
return rtn_value;
}


function atm_info_en() {
var rtn_value = true;
document.open();
//
//document.writeln('<table width="696px" border="0" cellspacing="0" cellpadding="10" style="text-align:center; color:#FF0000; font-weight:bold; border:1px #FF0000 solid; margin:5px 0 10px 0;">');
//document.writeln('<tr><td style="font-size:70%;">6月26日（木）1:00〜3:00の間、ATM検索の地図表示機能が一時的に利用できなくなります。</td></tr>');
//document.writeln('</table>');
document.writeln('');
document.close();
return rtn_value;
}


function atm_info_en02() {
var rtn_value = true;
document.open();
//
//document.writeln('<table width="696px" border="0" cellspacing="0" cellpadding="10" style="text-align:left; color:#FF0000; font-weight:bold; border:1px #FF0000 solid; margin:5px 0 10px 0;">');
//document.writeln('<tr><td style="font-size:70%;">Due to the maintenance work, ATM locator service will not be available on June 26th, Thursday between 1:00am and 3:00am.</td></tr>');
//document.writeln('</table>');
document.writeln('');
document.close();
return rtn_value;
}



