function ShowForexRate()
{
	function AddCurrencyRate(Currency, Rate)
	{
		document.writeln('<tr ><td class="text_normal" style="border-bottom: 1px #E6E6E6 dotted; padding: 2px;">&nbsp;', Currency, '</td><td class="text_normal" align=right style="border-bottom: 1px #E6E6E6 dotted; padding: 2px;"> ', Rate, '&nbsp;</td></tr>');
	}
	if (!AddForexHeader2('Forex', 'T&#7927; gi&#225;', 3, 'packages/services/skins/default/images/home/i_Stock.gif'))
		return;
	if (typeof(vForexs[0]) !='undefined' && typeof(vCosts[0]) !='undefined') AddCurrencyRate(vForexs[0], vCosts[0]);
	if (typeof(vForexs[1]) !='undefined' && typeof(vCosts[1]) !='undefined') AddCurrencyRate(vForexs[1], vCosts[1]);
	if (typeof(vForexs[2]) !='undefined' && typeof(vCosts[2]) !='undefined') AddCurrencyRate(vForexs[2], vCosts[2]);
	if (typeof(vForexs[4]) !='undefined' && typeof(vCosts[4]) !='undefined') AddCurrencyRate(vForexs[4], vCosts[4]);
	if (typeof(vForexs[6]) !='undefined' && typeof(vCosts[6]) !='undefined') AddCurrencyRate(vForexs[6], vCosts[6]);
	if (typeof(vForexs[7]) !='undefined' && typeof(vCosts[7]) !='undefined') AddCurrencyRate(vForexs[7], vCosts[7]);
	if (typeof(vForexs[8]) !='undefined' && typeof(vCosts[8]) !='undefined') AddCurrencyRate(vForexs[8], vCosts[8]);
	if (typeof(vForexs[9]) !='undefined' && typeof(vCosts[9]) !='undefined') AddCurrencyRate(vForexs[9], vCosts[9]);
	if (typeof(vForexs[10])!='undefined' && typeof(vCosts[10])!='undefined') AddCurrencyRate(vForexs[10], vCosts[10]);
	if (typeof(vForexs[11])!='undefined' && typeof(vCosts[11])!='undefined') AddCurrencyRate(vForexs[11], vCosts[11]);
	if (typeof(vForexs[12])!='undefined' && typeof(vCosts[12])!='undefined') AddCurrencyRate(vForexs[12], vCosts[12]);
	AddForexFooter();
}
ShowForexRate();
