﻿
var chatWin1;
function openChatWindow(){
    URL="http://chat.stockhideout.com/flashcoms/index.php";
    
    chatWin1=window.open(URL, "chatWin1", "menubar=0,scrollbars=0,resizable=1,width=950,height=650");
}
function openChatReg(){
    URL="http://www.thehotpennystocks.com/Stock-Chat/register.aspx?isPop=1";
    chatWin1=window.open(URL, "chatWin1", "menubar=0,scrollbars=0,resizable=1,width=950,height=650");
}