function showGoldPrice()
{
	window.open('http://www.thanhnien.com.vn/_layouts/giavang.aspx','my_new_window','scrollbars=no, resizable=yes, width=778,height=340');
}
function showMoneyRate(){
	window.open('http://phienbancu.tuoitre.vn/tianyon/transweb/TyGia.htm','my_new_window','scrollbars=no, resizable=no, width=800, height=600');
}

function CheckStock (Stock_number) {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,top=0,left=0,width=778,height=340");
  if (Stock_number==333) {
		msg.location = "http://www.hsx.vn/HOSE_lsflex.htm";
	}
}