var fDesc=new Array(); fDesc[0] = "The Application sends unidentifiable and non-personal statistical data to enable quality assurance and improve support processes. Such non-personal data includes unidentifiable and general usage of the Application (for example; statistical usage data can be sent if you open or close the Application but not personal information you may share via the Application) but does not include Personally Identifiable Information, other than as specifically described herein. You may choose not to send such statistical data at any time from the Options dialog box of the Application. Conduit provides you information and services that you will find useful and interesting."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }