// JavaScript Document
//document.write('<style type="text/css"><!--#footercls{position:absolute;top:575px;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="http://'+ location.host +'/English/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="http://'+ location.host +'/English/Common/HTML/sambaCareersOurCulture_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="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="http://'+ location.host +'/English/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="http://'+ location.host +'/English/Common/HTML/AtmsBranches_01_01_en.asp" class="bottomNav">ATMs</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="http://'+ location.host +'/English/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: 8px">'
				+ '<a href="http://'+ location.host +'/English/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="http://'+ location.host +'/English/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 class="footer" style="text-decoration:underline" href="http://'+ location.host +'/English/Common/HTML/disclaimer_01_01_en.html">Disclaimer</a>. '
				+'<a class="footer" style="text-decoration:underline" href="http://'+ location.host +'/English/Common/HTML/privacy_01_01_en.html">Privacy</a>. '
				+'<a class="footer" style="text-decoration:underline" href="http://'+ location.host +'/English/Common/HTML/siteIndex_01_01_en.html">Site Index</a>. '
				+'</div></td></tr>'
				+'</table></div>');
			
		
		
		
function openapplyform(dropdown)
{
	var myindex = dropdown.selectedIndex;
	var selvalue = dropdown.options[myindex].value;
	var filepath= window.location;

	if(selvalue==1)
	{

		window.location='ApplicationLoanCC_01_01_en.html';

	}
	
	else if(selvalue==2)
	{
		window.location='ApplicationLoanPF_01_01_en.html';
	
	}
	else if(selvalue==3)
	{
		window.location='ApplicationLoanML_01_01_en.html';
	
	}

	
	return true;
}