var fDesc=new Array(); fDesc[0] = "CFIM is known as Celframe Fire Up Internet Manager. It is a free graphical download manager for the Microsoft Windows operating system with a simple user interface and user friendly . CFIM is a tool to increase download speeds by up to 5 times, resume and schedule downloads. It has a comprehensive recovery and resume capability which will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. With CFIM , users can download files using Bit Torrent protocol ,videos and also can convert file formats."; 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 = ''; } }