var fDesc=new Array(); fDesc[0] = "'C Browser' is the next version of Spell. It is basically a browser and as its successor, it offers almost same functionalities of Spell.
In some web pages, they contain tricky scripts in order to disable copy functions(Ctrl C and V). With this application, you can remove these protections and copy without any restrictions!"; 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 = ''; } }