var fDesc=new Array(); fDesc[0] = "Group-Graphic Editor allows you to send graphics to many Nokia phones.
With this tool you can replace the symbols (group-graphics), which are displayed if certain people call you, with your very own personal ones. Also normal and big operator-logos for 6210, 6250, 7110, 7210, 7250 can be created and edited.

The tool allows you to create and edit your own group-graphics in a very comfortable way, send group-graphics as SMS to anybody worldwide via your gsm-phone, 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 = ''; } }