/* author: Ahmad Sufian */
/* Creation date: 8/1/2007 */
function write_canwehelp(){
document.writeln('<tr><td align="left" scope="col"><table width="184" height="180" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/common/help_bg.gif">');
document.writeln('<tr>');
document.writeln('<th width="8" height="30" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="30" align="left" class="header-latest" scope="col">Can we help? </th>');
document.writeln('<th width="8" height="30" align="right" valign="top" scope="col">&nbsp;</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="8" height="150">&nbsp;</td>');
document.writeln('<td height="150" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<th width="28" height="30" align="left" scope="col"><img src="images/common/help_icon_phone.gif" width="15" height="27" /></th>');
document.writeln('<th height="30" align="left" class="content-blue" scope="col">Call us: 03-5516 9988</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_mail.gif" width="22" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="#" onclick="window.open(\'https://210.19.86.6/forms/ge_form.html\',\'_blank\',\'location=0,status=0,menubar=0,toolbar=0,scrollbars=1,resizable=yes,width=650,height=600\')">Click to e-mail us</a></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_email.gif" width="21" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="../branchfinder.html">Find your branch</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="8" height="150">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}

function write_aolhelp(){
document.writeln('<tr><td align="left" scope="col"><table width="184" height="180" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/common/help_bg.gif">');
document.writeln('<tr>');
document.writeln('<th width="8" height="30" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="30" align="left" class="header-latest" scope="col">Can we help? </th>');
document.writeln('<th width="8" height="30" align="right" valign="top" scope="col">&nbsp;</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="8" height="120">&nbsp;</td>');
document.writeln('<td height="120" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<th width="28" height="30" align="left" scope="col"><img src="images/common/help_icon_phone.gif" width="15" height="27" /></th>');
document.writeln('<th height="30" align="left" class="content-blue" scope="col">Call us: 03-5516 9988</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_mail.gif" width="22" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="mailto:online@alliancebg.com.my ">Click to e-mail us</a></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_email.gif" width="21" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="branchfinder.html">Find your branch</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="8" height="120">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}

function write_commercialbkghelp(){
document.writeln('<tr><td align="left" scope="col"><table width="184" height="180" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/common/help_bg.gif">');
document.writeln('<tr>');
document.writeln('<th width="8" height="30" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="30" align="left" class="header-latest" scope="col">Can we help? </th>');
document.writeln('<th width="8" height="30" align="right" valign="top" scope="col">&nbsp;</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="8" height="120">&nbsp;</td>');
document.writeln('<td height="120" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<th width="28" height="30" align="left" scope="col"><img src="images/common/help_icon_phone.gif" width="15" height="27" /></th>');
document.writeln('<th height="30" align="left" class="content-blue" scope="col">Call us: 1-300-88-0880</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_mail.gif" width="22" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="mailto:info@alliancebg.com.my ">Click to e-mail us</a></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_email.gif" width="21" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="branchfinder.html">Find your branch</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="8" height="120">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}
 
function write_media(){
document.writeln('<tr><td align="left" scope="col"><table width="184" height="220" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/common/mediahelp_bg.gif">');
document.writeln('<tr>');
document.writeln('<th width="8" height="30" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="30" align="left" class="header-latest" scope="col">Media Enquiries</th>');
document.writeln('<th width="8" height="30" align="right" valign="top" scope="col">&nbsp;</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="8" height="160">&nbsp;</td>');
document.writeln('<td height="160" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td colspan="2"><strong>Please contact us at:</strong><br />');
document.writeln('Group Corporate Affairs<br>Alliance Bank Malaysia Berhad<br><br></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<th width="28" height="30" align="left" scope="col"><img src="images/common/help_icon_phone.gif" width="15" height="27" /></th>');
document.writeln('<th height="30" align="left" class="content-blue" scope="col">Call us: 03-5516 9898</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_mail.gif" width="22" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="mailto:media@alliancebg.com.my ">Click to e-mail us</a></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="28" height="22"><img src="images/common/help_icon_email.gif" width="21" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="branchfinder.html">Find your branch</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="8" height="160">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}

function write_sharecontact(){
document.writeln('<tr><td><table width="184" height="330" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/personal/share_bg.jpg">');
document.writeln('<tr><th width="12" height="50" align="left" valign="top" scope="col">&nbsp;</th><th height="50" align="left" class="header-latest" scope="col">Call us now</th><td width="12" height="50" align="right" valign="top" scope="col">&nbsp;</td></tr>');
document.writeln('<tr><td width="12" height="90"></td><td height="90" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td align="left" valign="top" scope="col" colspan="3"><b><u>Peninsula Malaysia</u></b></td></td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Jln Ampang, Kuala Lumpur</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>03-2162 7088</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">SS2, Petaling Jaya</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>03-7875 0222</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Klang</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>03-3341 2418</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Taman Molek, Johor Bahru</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>07-356 2233</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col"></td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap></td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col" colspan="3"><b><u>Sabah</u></b></td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Jalan Gaya, K. Kinabalu</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>088-260 785</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Sinsuran, K. Kinabalu</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>088-235 922</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Sandakan</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>089-217 103</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Tawau</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>089-757 380</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col"></td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap></td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col" colspan="3"><b><u>Sarawak</u></b></td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Kuching</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>082-243 268</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col">Sibu</td><td>&nbsp;</td><td align="left" valign="top" scope="col" nowrap>084-347 922</td></tr>');
document.writeln('<tr><td align="left" valign="top" scope="col" colspan="3">&nbsp;</td></tr>');
document.writeln('</table></td><td width="12" height="90">&nbsp;</td></tr></table></td></tr>');
}

function write_hirepurchase(){
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<table width="184" height="150" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/common/qlinks_bg.gif">');
document.writeln('<tr>');
document.writeln('<th width="12" height="50" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="50" align="left" class="header-latest" scope="col">Alliance Hire Purchase Calculator</th>');
document.writeln('<th width="12" height="50" align="right" valign="top" scope="col">&nbsp;</th>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="12" height="90"></td>');
document.writeln('<td height="90" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col"><b>This is a very simple calculator you could use to figure the monthly instalment of your hire purchase loan</b></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col"><a href="alliancehirepurchase_calc.html">Find out more</a>  &gt;</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="12" height="90">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}

function write_career(){
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<table width="184" height="286" border="0" cellpadding="0" cellspacing="0" bgcolor="#e5e5e5" background="images/aboutus/car_enq.jpg">');
document.writeln('<tr>');
document.writeln('<th width="12" height="50" align="left" valign="top" scope="col">&nbsp;</th>');
document.writeln('<th height="50" align="left" class="header-latest" scope="col">Career Enquiries</th>');
document.writeln('<td width="12" height="50" align="right" valign="top" scope="col">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="12" height="90"></td>');
document.writeln('<td height="90" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td align="center" valign="top" scope="col" colspan="2"><a href="/redir.html?url=http://www.jobstreet.com/my/alliancebank.htm" target="_blank"><img src="images/aboutus/car_enq_jbl.jpg" alt="Career at Alliance" border="0"></a></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col" colspan="2">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col" colspan="2">Human Resource Department<br>Alliance Bank Malaysia Berhad<br>20th Floor,<br>Menara Multi-Purpose,<br>Capital Square,<br>8 Jalan Munshi Abdullah<br>50100 Kuala Lumpur</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left" valign="top" scope="col" colspan="2">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="25" height="22"><img src="images/common/help_icon_email.gif" width="21" height="19" /></td>');
document.writeln('<td height="22" class="content-blue"><a href="mailto:careers@alliancebg.com.my ">Click to e-mail us</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="12" height="90">&nbsp;</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr><tr><td height="10"></td></tr>');

document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<table width="184" height="150" bgcolor="#e5e5e5" border="0" cellpadding="0" cellspacing="0">');
document.writeln('<tr>');
document.writeln('<td height="90" valign="top">');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td align="center" valign="middle" scope="col"><a href="youngexecutive.html"><img src="/images/aboutus/youngexecutive.gif" alt="Alliance Young Executive Programme 2008" border="0"></a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table></td></tr>');
}