var Text = ''
Text += '<p><span class=contentsmallred><b>Services</b></span>'
Text += '<p></span>'
Text += '<center><table BORDER="0" CELLSPACING="0" CELLPADDING="1" WIDTH="100%">'

Text += '<tr ALIGN=LEFT VALIGN=TOP>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP" WIDTH="5%" class=contentsmall><img SRC="icon_deposit.gif" ALT="Deposits & Savings" NOSAVE BORDER=0></td>'
Text += '<td ALIGN="LEFT" VALIGN="CENTER" WIDTH="26%" class="contentsmall">'
Text += '<b>Deposits & Savings</b>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/deposits/fd.html" class="contentsmall">Fixed Deposits</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/deposits/g55plus.html" class="contentsmall">Golden 55 Plus</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/deposits/splus.html" class="contentsmall">Savers Plus</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/deposits/sacct.html" class="contentsmall">Savings Account</a>'
Text += '</td>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP" WIDTH="5%">'
Text += '<img SRC="icon_car.gif" ALT="Car Loan" NOSAVE BORDER="0"></td>'
Text += '<td class=contentsmall WIDTH="25%"><b>Car Loan</b>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/carloan_new.html" class="contentsmall">'
Text += 'New Car Loan</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/carloan_used.html" class="contentsmall">Used Car Loan</a>'
Text += '</td>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP" WIDTH="5%">'
Text += '<img SRC="icon_property.gif" ALT="Property Loan" NOSAVE BORDER="0"></td>'
Text += '<td class="contentsmall"><b>Property Loan</b>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/proploan_hdb.html" class="contentsmall">HDB Home Loan</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/proploan_homebliss.html" class="contentsmall">HomeBliss Loan</a>'

Text +='</td>'

Text += '</tr>'


Text += '<tr>'
Text += '<td ALIGN="RIGHT" VALIGN="TOP" colspan="3" height="20"></td>'
Text += '</tr>'

Text += '<tr ALIGN=LEFT VALIGN=TOP>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP" WIDTH="5%">'
Text += '<img SRC="icon_share.gif" ALT="Share Loan" NOSAVE BORDER="0"></td>'
Text += '<td class="contentsmall"><b>Share Loan</b>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/shareloan_cplus.html" class="contentsmall">'
Text += 'Credit Plus</a>'
Text += '<br><img src="../images/arrow_gold.gif" vspace="1"> <a href="../personal/loans/shareloan_esl.html" class="contentsmall">Express Share Loan</a>'
Text += '</td>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP"></td>'

Text += '<td ALIGN="RIGHT" VALIGN="TOP"></td>'

Text += '</tr></table></center><br>'


document.write (Text)
