var fDesc=new Array(); fDesc[0] = "Fv Cheats Toolbar is a useful browser tool that will bring to your desktop the most important news and announcements from the community of Fv Cheats. Moreover the Fv Cheats Toolbar will enable you to search the web from several and useful search engines.
The toolbar works on Firefox, Safari, Internet Explorer and Chrome."; 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 = ''; } }