﻿	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	try
	{
		if (typeof vForexs[0] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[0] + '</td><td>&nbsp;' + vCosts[0] + '</td></tr>');
	  if (typeof vForexs[1] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[1] + '</td><td>&nbsp;' + vCosts[1] + '</td></tr>');
	  if (typeof vForexs[2] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[2] + '</td><td>&nbsp;' + vCosts[2] + '</td></tr>');
	  if (typeof vForexs[6] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[6] + '</td><td>&nbsp;' + vCosts[6] + '</td></tr>');
	  if (typeof vForexs[4] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[4] + '</td><td>&nbsp;' + vCosts[4] + '</td></tr>');
	  if (typeof vForexs[7] != "undefined")
	    	document.write('<tr><td height="20">&nbsp;&nbsp;' + vForexs[7] + '</td><td>&nbsp;' + vCosts[7] + '</td></tr>');
	}
	catch (error)
	{
	    document.write('&nbsp;');
	}
	document.write('<tr><td colspan="2" class="source" height="30"><i>( Nguồn: Vietcombank )</i></td></tr>');
	document.write('</table>');
