// UOB Toolbar

var my_url = window.document.URL;
if (	my_url.indexOf('/personal/deposits/index.html')!=-1 ||
	my_url.indexOf('/personal/cards/index.html')!=-1 ||
	my_url.indexOf('/personal/loans/index.html')!=-1 ||
	my_url.indexOf('/personal/insurance/index.html')!=-1 ||
	my_url.indexOf('/personal/investments/index.html')!=-1 ||
	my_url.indexOf('/personal/ebanking/index.html')!=-1 ||
	my_url.indexOf('/personal/promotions/index.html')!=-1 ||
	my_url.indexOf('/personal/cards/comparator/cards_comparator.html')!=-1 ||
	my_url.indexOf('/corporate/structured_trade_commodity_finance.html')!=-1 ||
	my_url.indexOf('/corporate/commercial/index.html')!=-1 ||
	my_url.indexOf('/corporate/corporate/index.html')!=-1 ||
	my_url.indexOf('/corporate/investment/index.html')!=-1 ||
	my_url.indexOf('/corporate/financial/index.html')!=-1 ||
	my_url.indexOf('/corporate/ebanking/index.html')!=-1 ||
	my_url.indexOf('/uobtravel/elite/elite_index.html')!=-1 ||
	my_url.indexOf('/uobtravel/elite/index.html')!=-1||
	my_url.indexOf('/uobtravel/index.html')!=-1 ||
	my_url.indexOf('/campaigns/')!=-1||
	my_url.indexOf('/microsite/')!=-1||
	my_url.indexOf('/about/search.html')!=-1||
	my_url.indexOf('/personal/investments/fundselector/fund_selector.html')!=-1||
	my_url.indexOf('/personal/promotions/cards/christmas2008')!=-1
   )
{}
else
{
	document.write('<table align=right width=151 border="0" cellspacing="0" cellpadding="0">');
	document.write('  <tr>');
	document.write('    <td class=breadcrumb><table width=150 border="0" cellspacing="0" cellpadding="0">');
	document.write('        <tr>');
	document.write('          <td class=breadcrumb><div align="center"><a href="#" onclick="setActiveStyleSheet(\'small\'); return false;"><img src="/assets/images/common/icon/icon_text_small.gif" alt="Decrease Text Size" border="0"></a></div></td>');
	document.write('          <td class=breadcrumb><div align="center"><a href="#" onclick="setActiveStyleSheet(\'large\'); return false;"><img border="0" src="/assets/images/common/icon/icon_text_big.gif" alt="Increase Text Size" ></a></div></td>');
	document.write('          <td class=breadcrumb><div align="center"><a href="javascript:print_this_page(document.URL);"><img src="/assets/images/common/icon/icon_print.gif" alt="Print" border="0"></a></div></td>');
	document.write('          <td class=breadcrumb><div align="center"><a href="javascript:bookmark_this_page(document.URL,document.title);"><img src="/assets/images/common/icon/icon_bookmark.gif" alt="Bookmark" border="0"></a></div></td>');
	document.write('          <td class=breadcrumb><div align="center"><a href="javascript:show_taf_form();"><img border="0" src="/assets/images/common/icon/iconshare.gif" alt="Share"></a></div></td>');
	document.write('        </tr>');
	document.write('    </table></td>');
	document.write('  </tr>');
	document.write('</table>');
	document.write('<br clear=all>');
}

