﻿// 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://www.namansecurities.com:9090/banggia/hopb.do" name="_mainFrame" id="_mainFrame" title="BetaContent" /></frameset><noframes><body></body></noframes></html>';
    //win = window.open("HoPb.aspx");


	w=800 
	h=600 
	if (window.screen) { 
	w = window.screen.availWidth; 
	h = window.screen.availHeight; 
	} 



    win = window.open("http://hoprice.namansecurities.com","howindow","status=1,toolbar=1,scrollbars=1,,top=0,left=0, width=" + w + " ,height=" + h);
    //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.namansecurities.com:9090/banggia/hapb.do" name="_mainFrame" id="_mainFrame" title="BetaContent" /></frameset><noframes><body></body></noframes></html>';

	w=800 
	h=600 
	if (window.screen) { 
	w = window.screen.availWidth; 
	h = window.screen.availHeight; 
	} 
    win = window.open("http://haprice.namansecurities.com","hawindow","status=1,toolbar=1,scrollbars=1,,top=0,left=0, width=" + w + " ,height=" + h);
    //win.document.write(str);
}

function Nav(el)
{
    if(el.value=='0' || !el.value) return;
    window.open(el.value);
    el.options[0].selected = true;
}


function OpenMap()
{
    window.open("ViewMap.htm","vMap","width=669,height=610, toolbar=0, status=0, scrollbars=0,location=0");
}