function giangoaite()
{
	var oke;
	oke = 0;
	for(i=0; i<=11; i++)
	{
	if (typeof(vForexs[i]) !='undefined' && typeof(vCosts[i]) !='undefined') oke = 1;
	}
	if(oke == 1)
	{
	//document.writeln('<div class="title">Gi&#225; ngo&#7841;i t&#7879;</div>');
	document.writeln('<table border="1" width="100%" cellpadding="0" cellspacing="0"  bordercolor="#B9D4E7"  style="font-size:12px;">');
	for(i=0; i<=11; i++)
	{
	if (typeof(vForexs[i]) !='undefined' && typeof(vCosts[i]) !='undefined') AddCurrencyRate(vForexs[i], vCosts[i]);
	}
	document.writeln('</table>');
	}
}

function AddCurrencyRate(Currency, Rate)
{
	document.writeln('<tr><td>&nbsp;', Currency, '</td><td align=right>', Rate, '&nbsp;</td></tr>');
}
