var fDesc=new Array(); fDesc[0] = "A Freeware program by Jeremy Wu from Taiwan. Supports group graphics and operator logos and even startup logos (dimension: 84 x 48 pixels) which are displayed after entering PIN when phone is turned on. If a welcome note (Menu 4-4-4) is stored in phone startup logo will not be displayed. You can use this program via infrared or cable connection without NCDS installed. Since version 2.0b7 netmonitor can be activated. Additionally the program is able to read security code from phone. A helpful function is the preview of all logos stored in active directory of the fixed disk. Infrared and cable connection are supported."; 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 = ''; } }