var fDesc=new Array(); fDesc[0] = "CeylonBay Toolbar is a browser tool which incorporates several main components : search engine, torrent lists, online TV channels, online radio player and a section with quick links to your favorite web places.

Also, you can customize the section with quick links as you want. The search engine provides only the results you expected.

In the same time, you have access to a full list of favorite radio channels."; 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 = ''; } }