﻿// OpenChat handler function
// Adapted from code provided by BoldChat
// ProsoftNearshore - M.Rodriguez 27Aug11
function OpenChat() {
    var target = "https://livechat.boldchat.com/aid/180257917987274863/bc.chat?cwdid=3075947125095864602&amp;wdid=2957745590150231633";
    window.open(
        (window.pageViewer && pageViewer.link || function (link) { return link; })(target + (target.indexOf('?') >= 0 ? '&amp;' : '?') + 'url=' + escape(target)),
        'Chat82076285711265572',
        'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');
}
