function ShowForexRate()
{
	function AddCurrencyRate(Currency, Rate)
	{
		document.writeln('<tr bgcolor="#ffffff"><td class=Tahoma_12_black>&nbsp;', Currency, '</td><td class=Tahoma_12_black align=right>', Rate, '&nbsp;</td></tr>');
	}
	if (!AddHeader('Forex', '', 3, PageHost.concat('')))
		return;
	if (typeof(vForex1) !='undefined' && typeof(vCost1) !='undefined') AddCurrencyRate(vForex1, vCost1);
	if (typeof(vForex2) !='undefined' && typeof(vCost2) !='undefined') AddCurrencyRate(vForex2, vCost2);
	if (typeof(vForex3) !='undefined' && typeof(vCost3) !='undefined') AddCurrencyRate(vForex3, vCost3);
	if (typeof(vForex4) !='undefined' && typeof(vCost4) !='undefined') AddCurrencyRate(vForex4, vCost4);
	if (typeof(vForex5) !='undefined' && typeof(vCost5) !='undefined') AddCurrencyRate(vForex5, vCost5);
 	///document.writeln('<tr bgcolor="#ffffff"><td colspan=2 class=BoxItem align=center><i>(Ngu&#7891;n: Ng&#226;n h&#224;ng<br> Ngo&#7841;i th&#432;&#417;ng VN)</td></tr>');
	AddFooter();
}
ShowForexRate();

