

    function supportchat() {
        var bbpt_chatwindow = window.open("http://messenger.providesupport.com/messenger/brainweaver.html", 'bbpt_chatwindow', 'height=625,width=500');
        if (window.focus) { bbpt_chatwindow.focus() }
        return false;
    }
