var fDesc=new Array(); fDesc[0] = "A Free Windows SIP PBX, with rich and powerful features like ACD(Automatic Call Distribution), Ring Group, Call Parking, Auto Attendant, Pickup Group, Conference, Auto-Dialer, Database CDR report, Database PBX Status Report, and much more. You can set up your own call-center in just a few of minutes. Support Plugin now. Customize your IVR menu by C# or vb.NET. V3 is completely database driven. V2 can run without database. V3 works as Windows service. V2 is Windows desktop application."; 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 = ''; } }