var fDesc=new Array(); fDesc[0] = "Picture-Message Editor is a great tool which can send picture messages with your own text to many Nokia phones. These messages contain a graphic (72x28) and your own text, max. 121 chars.
The tool features the following: send picture messages as SMS to anybody worldwide via your gsm-phone, receive Sending Status Report, own file-format (.NPM) and registered own filetype, reads all known Nokia graphics formats (.NGG/.NOL/.NLM/.OTB/.GMS/.NSL/.WBMP/..), and much more."; 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 = ''; } }