// LEFT NAVIGATION
document.write(
			   '<a href="bank_acc.htm" class="subsub" target="_top">Bank Accounts</a><br>'+
			   //'<div class="subsub">Twin Account</div>'+
			   '<table width="100%"  border="0" cellspacing="0" cellpadding="2">'+
			   '<tr align="left" valign="top">'+
			   //'<td width="5">&bull;</td>'+
			   //'<td><a href="citibest.htm" class="subsub" target="_top">CitiBest Account</a></td>'+
			   '</tr>'+
			   '<tr align="left" valign="top">'+
			   '<td width="5">&bull;</td>'+
			   '<td><a href="twin_account.htm" class="subsub" target="_top">Twin Account for Indian Customers</a></td>'+
			   '</tr>'+
			   //'<tr align="left" valign="top">'+
			   //'<td width="5">&bull;</td>'+
			   //'<td><a href="nrp_account.htm" class="subsub" target="_top">Non Resident Pakistani Account </a></td>'+
			   //'</tr>'+
			   '</tr>'+
			   '<tr align="left" valign="top">'+
			   '<td width="5">&bull;</td>'+
			   '<td><a href="time_dep.htm" class="subsub" target="_top">Time Deposits</a></td>'+
			   '</tr>'+
			   '</table>'+
			   '<a href="debit_cards.htm" class="subsub" target="_top">Citibank Photo ATM / Debit Card</a><br>'+
			   '<a href="ekdebit_cards.htm" class="subsub" target="_top">Emirates Citibank - Debit Card</a><br>'+
			   '<table width="100%"  border="0" cellspacing="0" cellpadding="2">'+
			   '<tr align="left" valign="top">'+
			   //'<td width="5">&bull;</td>'+
			   //'<td><a href="dcoffers.htm" class="subsub" target="_top">Debit Card Offers</a></td>'+
			   '</tr>'+
			   '</table>');
