﻿function ChatSetup() {
    $('a.liveleader').click(function() {
        window.open("http://eu.ntrsupport.com/inquiero/web/digisign/digisign.asp?login=I23E7F503C6B71A9D700E43&lang=en", "_blank", "width=300,height=400,resizable=1");
        return false;
    }); 
}

function Chat() {
        window.open("http://eu.ntrsupport.com/inquiero/web/digisign/digisign.asp?login=I23E7F503C6B71A9D700E43&lang=en", "_blank", "width=300,height=400,resizable=1");
        return false;
}

$(document).ready(function() {

    ChatSetup();
});