﻿// JScript File

function redHOSE()
{
    //str ='<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Cong ty co phan chung khoan Beta</title></head><frameset rows="*" frameborder="no" border="0" framespacing="0"><frame src="http://210.245.114.22/WebXML/" name="_mainFrame" id="_mainFrame" title="BetaContent" /></frameset><noframes><body></body></noframes></html>';
    win = window.open("HosePriceBoard.aspx");
    //win.document.write(str);
}

function redHASTC()
{
    //str ='<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Cong ty co phan chung khoan Beta</title></head><frameset rows="*" frameborder="no" border="0" framespacing="0"><frame src="http://www.bsi.com.vn:9090/banggia/hapb.do" name="_mainFrame" id="_mainFrame" title="BetaContent" /></frameset><noframes><body></body></noframes></html>';
    win = window.open("HastcPriceBoard.aspx");
    //win.document.write(str);
}

function Nav(el)
{
    if(el.value=='0' || !el.value) return;
    window.open(el.value);
    el.options[0].selected = true;
}