// JavaScript Document

//          <div class="row_1"> <a href="introduction.html"><img alt="" src="../images/m1.jpg" /></a><a href="atm_locations.html"><img alt="atm_location" src="../images/m2.jpg" /></a><a href="../DBBLWeb/help_desk.jsp"><img alt="help_desk" src="../images/m3.jpg" /></a><a href="../newsroom"><img alt="news_room" src="../images/m4.jpg" /></a><a href="../help_desk/site_index.html"><img alt="other_services" src="../images/m5.jpg" /></a><a href="../about_us/brief_history.html"><img alt="about_us" src="../images/m6.jpg" /></a></div>
//          <div class="row_2" onclick="location.href='../index.html';" style="cursor:pointer;"> <a href="../index.html">
//            <div class="indent1"></div>
//            </a> </div>

function writeJS(){
var str='';
str+='          <div class="row_1"> <a href="../electronic_banking/introduction.html"><img alt="" src="../images/m1.jpg" /></a><a href="../DBBLWeb/atmlocation.jsp"><img alt="atm_location" src="../images/m2.jpg" /></a><a href="../DBBLWeb/merchant_locations.jsp"><img alt="Merchant Locations" src="../images/marchent_head.jpg" /></a><a href="../DBBLWeb/help_desk.jsp"><img alt="help_desk" src="../images/m3.jpg" /></a><a href=" http://www.dutchbanglabank.com/social_cause.html"><img alt="Social Cause" src="../images/m4.jpg" /></a><a href="../electronic_banking/mobile_banking.html"><img alt="other_services" src="../images/m5.jpg" /></a><a href="../about_us/brief_history.html"><img alt="about_us" src="../images/m6.jpg" /></a></div>';
str+='          <div class="row_2" onclick="location.href=\'../index.html\';" style="cursor:pointer;"> <a href="../index.html">';
str+='           <div class="indent1"></div>';
str+='            </a> </div>';
document.write(str);
}
writeJS();
