document.write("<table width='170' border='0' cellspacing='0' cellpadding='3' align='right'>");
document.write("<tr>");
document.write("<td align='right'><img src='/hongkong/english/image/icon_calculator.jpg' width='13' height='14' border='0' alt=''></td>");
document.write("<form name='frmCalc'>");
document.write("<td width='12'>");
document.write("<select name='optSelect' onChange='gotoCalcPage(frmCalc)' style='width: 135; font-family:verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003497; font-weight: bold;'>");
document.write("<option value='0' SELECTED>Financial Tools</option>");
document.write("<option value='1'>Risk Profile Analysis</option>");
document.write("<option value='7'>Future Value Calculator</option>");
document.write("<option value='2'>Investment Planner</option>");
document.write("<option value='3'>Exchange Calculator</option>");
document.write("<option value='4'>Time Deposit Calculator</option>");
//document.write("<option value='8'>Maxi Savings Calculator</option>");
document.write("<option value='5'>Loan Calculator</option>");
document.write("<option value='6'>Mortgage Calculator</option>");
document.write("<option value='9'>e-Valuation</option>");
document.write("</select>");
document.write("</td>");
document.write("</form>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='right'><img src='/hongkong/english/image/icon_calc_button.jpg' width='22' height='14' border='0' alt=''></td>");
document.write("<form name='frmRate'>");
document.write("<td>");
document.write("<select name='optSelect' onChange='gotoRatePage(frmRate)' style='width: 135; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003497; font-weight: bold;'>");
document.write("<option value='0' SELECTED>Rate Enquiry</option>");
document.write("<option value='1'>HKD Deposit Rates</option>");
document.write("<option value='4'>USD Deposit Rates</option>");
document.write("<option value='6'>RMB Deposit Rates</option>");
document.write("<option value='5'>Other Deposit Rates</option>");
document.write("<option value='2'>Exchange Rates</option>");
document.write("<option value='3'>Loan Rates</option>");
document.write("<option value='7'>Gold Price</option>");
document.write("</select>");
document.write("</td>");
document.write("</form>");
document.write("</tr>");
document.write("</table>");
