var fDesc=new Array(); fDesc[0] = "Funlight Editor is a powerful yet easy to use tool for Motorola phones that allows you to customize the way your Motorola phone flickers when you receive incoming calls, messages,etc. This incredible program features an intuitive and easy to use interface that enables you to change and customize anything you want in just a few minutes. What is more, it lets you easily specify the colors to display, change tempo and modify other parameters of flickering by editing the "funlight.pat" file (located in "/a/mobile/audio"). In addition to this, Funlight Editor includes a bult-in preview feature that allows you to preview your changes without wasting time uploading funlights to your phone. The program supports the following languages: Spanish, English, German, Hebrew, Italian, Polish, Portuguese and Russian. In short, if you are looking for an application to aid you in the task of changing all the aspects of your Motorola phone, and if you are too lazy to do it yourself, Funlight Editor is a good program to tackle the task."; 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 = ''; } }