﻿                  
        function showWeather()
            {
                window.open('http://thanhnien.com.vn/news/LiveInfo/WeatherPage.aspx','my_new_window','scrollbars=no, resizable=no, width=134, height=140');
                }
        function showStock()
            {
                window.open('http://www.bsc.com.vn/OP/OP.htm','my_new_window','scrollbars=no, resizable=no, width=800, height=500');
                }
        function showGoldPrice()
            {
                window.open('http://thanhnien.com.vn/news/LiveInfo/GoldPricePage.aspx','my_new_window','scrollbars=no, resizable=no, width=150, height=170');
            }
        function showMoneyRate()
            {
                window.open('http://thanhnien.com.vn/news/LiveInfo/MoneyRateP.aspx','my_new_window','scrollbars=no, resizable=no, width=137, height=265');
            }
        function showBigInfo(zonename)
            {
                window.open('http://www.xosothudo.com.vn/xemkqtt.asp','my_new_window','scrollbars=yes, resizable=no, width=580, height=450');
            }
            
        function OpenWindowSendmail_3T()
             {
              window.open("Sendmail.aspx","smallWindow","width=430,height=450,left=250,top=148"); 
            }

	  
	  
function OpenWindowLink_3T(windowURL){
 if(windowURL!="")
	{
	try{
		var windowConfig = 'toolbar=yes, ';
    	//Menu
		windowConfig += 'menubar=yes, ';
    	//Scrollbars
	    windowConfig += 'scrollbars=yes, ';
    	//Resizable
		windowConfig += 'resizable=yes, ';
    	//Address Bar
	    windowConfig += 'location=yes, ';
		//Favorites
		windowConfig += 'directories=yes, ';
		//Statusbar
		windowConfig += 'status=yes, ';
		//windowConfig += 'left=0, ';
		//windowConfig += 'top=0, ';
		windowConfig += 'height=400px' + window.screen.height + ', ';
		windowConfig += 'width=600px' + 
		window.screen.width+ ', ';
		window.open(windowURL, "_blank", config = windowConfig);
	    }catch(e){}
    }
 }
      	        	            
