function popOut() {

        Ourl = '/forums/chat-pop.php';
        Oleft = 50;
        Otop = 50;
        Owidth = 405;
        Oheight = 393;


    OpenWin = this.open(Ourl, "SpludChat", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,status=no,left=" + Oleft + ",top=" + Otop + ",width=" + Owidth + ",height=" + Oheight);
}

