
function print()
{
	bv = parseInt(navigator.appVersion);
	if(bv>=4) window.print();
}

function ShowMTVBillboard()
	{		
		window.open("http://www.vtv.vn/news/MTVPopup.aspx","my_new_window","scrollbars=yes, resizable=no, width=450, height=540");
	}
	
	function showWeather()
	{
		window.open("http://voap.weather.com/weather/oap/92683?template=GOLFV&par=null&unit=0&key=578c0642f24fb2155bf5a2db5c17b9e8","my_new_window","scrollbars=no, resizable=no, width=200, height=250");
	}
	
	function showGoldPrice()
	{
		window.open("http://www.vtv.vn/news/GoldPriceP.aspx","my_new_window","scrollbars=no, resizable=no, width=150, height=169");
	}
	
	function showMoneyRate()
	{
		window.open("http://www.xe.com/ucc/","displayWindow");
	}
	function showStock()
	{		
		window.open("http://quote.dailystocks.com/market.asp?code=xdaily", "displayWindow");
	}
	function showLotto()
	{
		window.open("http://www.calottery.com/WinningNumbers/","displayWindow");
	}

