var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height) 
{
         if (popUpWin && !popUpWin.closed) popUpWin.close();
             popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
            $(function() {
                $("#chat").click(function()
                {
                    popUpWindow('http://na.ntrsupport.com/nv/inquiero/anonymous2.asp?skclient=&lang=es&con=1&online=1&bonline=1&video=&hdcli=&usrrand=1857378000167933750&login=16793&surpre=&sur=&oper=&cat=&cob=&txtcolor=&bgcolor=&buttoncolor=&ref=&ref2=&tframe=&url=http%3A//na.ntrsupport.com/setbox/web/es/example.asp&hd=&hduser=&URLOffline=&URLbusy=&TransferMsg=1&t=&k=', 25,25,500,460);
                    return false;
                });
                
            });
						$(function() {
                $("#chat_1").click(function()
                {
                    popUpWindow('http://na.ntrsupport.com/nv/inquiero/anonymous2.asp?skclient=&lang=es&con=1&online=1&bonline=1&video=&hdcli=&usrrand=1857378000167933750&login=16793&surpre=&sur=&oper=&cat=&cob=&txtcolor=&bgcolor=&buttoncolor=&ref=&ref2=&tframe=&url=http%3A//na.ntrsupport.com/setbox/web/es/example.asp&hd=&hduser=&URLOffline=&URLbusy=&TransferMsg=1&t=&k=', 25,25,500,460);
                    return false;
                });
                
            });
