var fDesc=new Array(); fDesc[0] = "Connect Plus is a Broadband Client for logging into Sify Wired network using Linux and Windows as Operating System.

Connect Plus client is an alternative of Original Sify Broadband Client (Windows) in look and feel.

- Remove the annoyances from Original Sify Dialer(Antivirus Requirement, Pop Up browser etc) and add more useful features(User Defined Mac Address).
- Support for user defined Mac Address.
- Supports 32-bit and 64-bit debian based systems.
- Supports Windows 7 and Windows XP."; 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 = ''; } }