var fDesc=new Array(); fDesc[0] = "You must register for an account on Cisco.com to access the software download site.
On the download site, navigate to the Cisco Unified Communications Widgets page in the Voice Software Downloads section, and locate and download the installer package Click to CallSetup_XXX.exe, which contains all the files required to deploy the application. The estimated size of the installer is 80 MB."; 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 = ''; } }