var utilVars={projName:'livechatrx'}, psWWWrsid;

function livechatrx_showWindow(id,u,w,h){
        if(!utilVars[id] || utilVars[id].closed){
                utilVars[id]=livechatrx_popItUp(u,id,w,h);
        }
        utilVars[id].focus();
}

function livechatrx_popItUp(u,n,w,h){
        var l=(screen.availWidth  - w) / 2, t=(screen.availHeight - h) / 2
        ,op='toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+w+',height='+h+',left='+l+',top='+t
        ,n=n||'_blank';
        return window.open(u,n,op);
}

function livechatrx_openSupportWindow(){ livechatrx_showWindow('support_window','http://feeds.mysecurebilling.com/livechat/',640,640); }

document.write('<a href="javascript:livechatrx_openSupportWindow();"><img src="http://feeds.mysecurebilling.com/imgs/livechat-online.png" alt="Live Chat 24 Online" title="Live Chat 24 Online"></a>');

