var fDesc=new Array(); fDesc[0] = "VoipVoice Integration is an easy to use tool designed to help the configuration of the VoipVoice software.
There are two ways in which the VoIPVoice Integration application can be started, either automatically as windows starts or manually.
To start the application manually click the VoIPVoice Integration short cut icon on your desktop or click VoIPVoice Integration from the program option under Program Files in the Windows Start-up Menu."; 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 = ''; } }