// JavaScript Document
document.write('<style type="text/css"><!--#footercls{position:absolute;top:573px;z-index:1;visibility: visible;}--></style>');
document.write('<div id="footercls"><table border="0" cellpadding="0" cellspacing="0">'
                                + '<tr>'
                                + '<td width="722" height="10"></td>'
                                + '</tr>'
                                + '<tr>'
                                + '<td background="../../../GblImages/menus/bottommenu/bg.jpg" style="background-repeat:no-repeat; width:722">'
                                + '<table border="0" cellpadding="0" cellspacing="0" width="722">'
                                + '<tr>'
                                + '<td>'
                                + '<table border="0" cellpadding="0" cellspacing="0">'
                + '<tr>'
                + '<td height="15" nowrap><div style="padding-left: 13px">'
                                + '<a href="../../Common/HTML/aboutSamba_01_01_en.html" class="bottomNav">About Samba</a></div></td>'
                + '<td width="16" align="center">'
                                + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                
                + '<td nowrap><a href="../../Common/HTML/sambaCareers_01_01_en.html" class="bottomNav">Careers</a></td>'
                + '<td width="16" align="center">'
                                + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                
                //+ '<td nowrap><a href="../../Common/HTML/customerService_01_01_en.html" class="bottomNav">Customer Service</a></td>'
                //+ '<td width="16" align="center">'
                //                + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                + '<td nowrap><a href="../../Common/HTML/Countries_01_01_en.html" class="bottomNav">International Presence</a></td>'
                + '</tr>'
                + '</table></td>'
                                + '<td align="right">'
                                + '<table border="0" cellpadding="0" cellspacing="0">'
                                + '<tr>'
                                + '<td width="16" align="center">'
                                + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                                + '<td nowrap><a href="../../Common/HTML/AtmsBranches_01_01_en.asp" class="bottomNav">ATMs / Branches</a></td>'
                            //    + '<td width="16" align="center">'
                            //    + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                            //    + '<td nowrap><a href="../../Common/HTML/AtmsBranches_01_01_en.asp" class="bottomNav">Branches</a></td>'
                                + '<td width="16" align="center">'
                                + '<img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                                + '<td nowrap><div style="padding-right: 6px">'
                                + '<a href="../../Common/HTML/sambaPhone_01_01_en.html" class="bottomNav"> Sambaphone </a></div></td>'
                                + '<td width="10"><img src="../../../GblImages/menus/bottommenu/divider_solid.gif" width="2" height="15" border="0"></td>'
                                + '<td width="173" height="15" nowrap>'
                                + '<a href="../../Common/HTML/SambaMobile_01_01_en.html" class="bottomNav">Sambamobile</a></td>'
                                + '</tr></table></td></tr></table></td></tr>'
                                +'<tr>'
                        + '<td colspan="3"><div id="footer" style="padding-left: 10px; padding-top: 12px; padding-bottom: 12px;">'
                                +'Copyright &copy; 2010, Samba Financial Group. '
                                +'<a href="../../Common/HTML/disclaimer_01_01_en.html">Disclaimer</a>. '
                                +'<a href="../../Common/HTML/privacy_01_01_en.html">Privacy</a>. '
                                +'<a href="../../Common/HTML/siteIndex_01_01_en.html">Site Index</a>. '
                                +'</div></td></tr>'                             
                                +'</table></div></td></tr></table>');


function openapplyform(dropdown)
{
        var myindex = dropdown.selectedIndex;
        var selvalue = dropdown.options[myindex].value;
        var filepath= window.location;

        if(selvalue==1)
        {
                window.location='../../Common/HTML/ApplicationLoanCC_01_01_en.html';
        }
        else if(selvalue==2)
        {
                window.location='../../Common/HTML/ApplicationLoanPF_01_01_en.html';
        
        }
        else if(selvalue==3)
        {
                window.location='../../Common/HTML/ApplicationLoanML_01_01_en.html';
        
        }

        return true;
}
                

