﻿var c=0
var t
var googlewin;

function timedCount()
{

document.getElementById('chat').style.display='none';
//document.getElementById('pc_I_d').style.display='none';
divobj =  document.getElementById('chat');
//c=c+1;
//t=setTimeout("timedCount()",1000);
//if(c==1)
//{
    divobj =  document.getElementById('chat');

    var count = divobj.getElementsByTagName('img')
    if(count.length > 0)
    {
      
	  
       str = new String(count[0].src)
     // alert(str);
       varpos = str.indexOf('DynamicsCenter_Chat_Available.gif',0)
	   //alert(varpos);
	   if(varpos>0)	
	   {
		  
      count[0].src = "../images/chat-online.jpg";
	   }
	  else
	  {
	  count[0].src = "../images/chat-offline.jpg";
	  }
	  
	 
    document.getElementById('pc_I_d').style.visible=true;
	
	
	document.getElementById('chat').style.display='';

      // if(varpos>0 )
        //    window.open("http://www.dynamicsexchange.com:4546/PureChat/PureChat.aspx","openmypage","width=455,height=365,location=0,menubar=0,resizable=0,scrollbars=0,status=1,titlebar=1,toolbar=0,scr eenX=10,left=10,screenY=10,top=10");

    }
//}
    //googlewin=dhtmlwindow.open("dynamicsexchange", "iframe", "http://www.dynamicsexchange.com:4546/PureChat/PureChat.aspx", "How can i help you?", "width=477px,height=322px,resize=0,scrolling=none,center=0", "recal")
     //googlewin=dhtmlwindow.open("localhost", "iframe", "../Default3.aspx", "How can i help you?", "width=477px,height=322px,resize=0,scrolling=none,center=0", "recal")
     //window.open("http://localhost:3229/Website_MyPages/Default3.aspx","openmypage","width=818,height=550,location=0,menubar=0,resizable=0,scrollbars=0,status=1,titlebar=1,toolbar=0,scr eenX=50,left=100,screenY=50,top=50");
     
     //window.open("http://www.dynamicsexchange.com:4546/PureChat/PureChat.aspx","openmypage","width=455,height=365,location=0,menubar=0,resizable=0,scrollbars=0,status=1,titlebar=1,toolbar=0,scr eenX=10,left=10,screenY=10,top=10");

}
