﻿

	<!--
	document.write('<'
		+ 'script type="text/javascript" src="'
		+ document.location.protocol
		+ '//stats4.clicktracks.com/cgi-bin/ctasp-server.cgi?i=zBEZmxSbAJJY3a'
		+ '"><'
		+ '/script>');
	// -->

	            function pc_a_s()
	            {
		            var t_u = window.location.host;
		            var pc_b = 'http://www.dynamicsexchange.com:4546/PureChat/';
		            var s_d = document.getElementById("pc_S_d");
		            if(!s_d)
			            return;
		            var st = document.createElement('script');
		            st.src = pc_b + 'PureChatResourceHandler.ashx?h=' + escape(t_u);
		            st.type = "text/javascript";
		            if(s_d.childNodes.length > 0)
		               s_d.removeChild(s_d.childNodes[0]);
			           s_d.appendChild(st);
		             //timedCount();
	            }
	            window.setTimeout('pc_a_s();', 1);
	           
       
var googlewin = null;
function AddStaffPopup() 
{

    //alert("hi");
    //document.getElementById('divAddStaff').style.display="block";AddCrmCustomers
    var tableId = document.getElementById("ctl00_mainContent_hiddenTableId").value;
    //alert(tableId);
    googlewin = dhtmlwindow.open("dynamicsexchange", "iframe", "SubmitNewAnswer.aspx?postId="+tableId, "Submit Your Answer", "width=550px,height=300px,resize=0,top=0px,left=400px,scrolling=0,center=1", "recal");
        
}

