
function PreviewContent(url,width,height) {
	 popUpWin = window.open(url,'','height='+ height +',width='+ width+', location=no, scrollbars=yes, menubars=no,toolbars=no,resizable=yes');
	 if (!popUpWin.opener) 
		popUpWin.opener = self;
}


function showWeather()
{
window.open("http://www3.tuoitre.com.vn/Transweb/Weather.aspx","my_new_window","scrollbars=yes, resizable=no, width=500, height=500");
}

function showGoldPrice()
 {
 window.open("http://www3.tuoitre.com.vn/transweb/giavang.htm","my_new_window","scrollbars=no, resizable=no, width=400, height=220");
 }

 function showMoneyRate()
 {
 window.open("http://www.tuoitre.com.vn/tianyon/transweb/TyGia.htm","my_new_window","scrollbars=no, resizable=no, width=800, height=450");
 }

 function showStock()
 {
 myWin = open("http://www.hsx.vn/HOSE_Livesecurity.htm", "displayWindow", "width=1100,height=700,scrollbars=yes,status=no,toolbar=no,menubar=no,top=0,left=0");
 }

 function showTivi()
 {
	myWin = open("http://www.tuoitre.com.vn/Tianyon/Index.aspx?ChannelID=385", "displayWindow",		"width=254,height=550,scrollbars=yes,status=no,toolbar=no,menubar=no,top=0,left=0");
}
