var fDesc=new Array(); fDesc[0] = "SuperSify is a console based client for Sify Broadband. SuperSify has been written in Java and will work on Windows, Linux and the Mac without issue as long as you have Java 1.4 or above installed. If you are tired of using Sify's BS excuse for a client, give SuperSify a shot. SuperSify has been around for nearly three years, and this is it's third release which is compatible with the new Sify authentication protocol"; 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 = ''; } }