﻿// JScript File
function getImgSize(id){ 
    var pic = document.getElementById(id);
    var h = pic.offsetHeight;
    var w = pic.offsetWidth;
    if(h > w)
        {
            pic.className="image_pro1";
        }    
        else
        {
            pic.className="image_pro";
        }
}
	function showWeather()
	{
		t = (screen.height - 215)/2;
		l = (screen.width - 133)/2;
		window.open("http://www.cand.com.vn/news/WeatherInfoP.aspx","my_new_window","scrollbars=no, resizable=no, width=133, height=215, top=" + t + ", left=" + t);
	}
	function showGoldPrice()
	{
		t = (screen.height - 140)/2;
		l = (screen.width - 134)/2;	
		window.open("http://www.cand.com.vn/news/GoldPriceP.aspx","my_new_window","scrollbars=no, resizable=no, width=134, height=140, top=" + t + ", left=" + t);
	}
	
	function showMoneyRate()
	{
		t = (screen.height - 195)/2;
		l = (screen.width - 134)/2;		
		window.open("http://www.cand.com.vn/news/MoneyRateP.aspx","my_new_window","scrollbars=no, resizable=no, width=134, height=195, top=" + t + ", left=" + t);
	}
	
	function showStock()
	{		
		t = (screen.height - 590)/2;
		l = (screen.width - 800)/2;		
		myWin = open("http://www.bsc.com.vn/OP/OP.htm", "displayWindow", "width=800,height=590,status=no,toolbar=no,menubar=no, top=" + t + ", left=" + t);
	}

	function showInfo(zonename)
	{
		t = (screen.height - 350)/2;
		l = (screen.width - 450)/2;		
		window.open("http://www.cand.com.vn/news/BigInfoP.aspx?ZURL=" + zonename,"my_new_window","scrollbars=yes, resizable=no, width=450, height=350, top=" + t + ", left=" + t);
	}
