var fDesc=new Array(); fDesc[0] = "3COH Toolbar offers you widgets like:
- Fast search bar
- Convert a document to PDF now button
- Translate live! button
- Advert button
- Mochigames Arcade button
- Super collapse button and much more.

With 3COH Toolbar you can send large files easily and securely right from your browser, you can choose projects from Work from home projects button, you can go on a free online dictionary or you can just listen your favorite radio station."; 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 = ''; } }