﻿function ExchangeRate()
{
	var strHTML='';
	for(var i=0;i<=12;i++)
	{
		if (vForexs[i]!='' && vCosts[i]!='' && vCosts[i]!='-')
		{
			strHTML+="<table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' align='center'>";
			strHTML+="<tr>";
			strHTML+="<td width='65' align='center' nowrap>";
			strHTML+=vForexs[i];
			strHTML+="</td>";
			strHTML+="<td width='65' align='center' nowrap>";
			strHTML+=vCosts[i];
			strHTML+="</td>";
			strHTML+="</tr>";
			strHTML+="</table>";
			document.getElementById('Center1_ctl00_InfomationMarket1_vnExchangeRate1_divEchangeRate').innerHTML=strHTML;
		}
	}
}

function GoldPrice()
{
	var strHTML='';
	strHTML+="<table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' align='center'>";
	strHTML+="<tr>";
	strHTML+="<td width='65' align='center' nowrap>";
	strHTML+="Mua";
	strHTML+="</td>";
	strHTML+="<td width='65' align='center' nowrap>";
	strHTML+=vGoldBuy;
	strHTML+="</td>";
	strHTML+="</tr>";
	strHTML+="<tr>";
	strHTML+="<td width='65' align='center' nowrap>";
	strHTML+="Bán";
	strHTML+="</td>";
	strHTML+="<td width='65' align='center' nowrap>";
	strHTML+=vGoldSell;
	strHTML+="</td>";
	strHTML+="</tr>";
	strHTML+="</table>";
	document.getElementById('Vngoldprice1_divGoldPrice').innerHTML=strHTML;
}


function showWeather_Lucnv(value)
{
	if (value==1)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblSonLa").value;
	}
	if (value==2)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblHaiPhong").value;
	}
	if (value==3)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblHaNoi").value;
	}
	if (value==4)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblVinh").value;
	}
	if (value==5)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lbldaNang").value;
	}
	if (value==6)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblNhaTrang").value;
	}
	if (value==7)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblPleiku").value;
	}
	if (value==8)
	{
		document.getElementById("Center1_ctl00_InfomationMarket1_Wether1_lblInfo").innerHTML=document.getElementById("lblTPHCM").value;
	}
}

