var fDesc=new Array(); fDesc[0] = "The Nokia 22 Configurator software can be used for advanced configuration of Nokia 22 terminal. The software features for example network selection settings, PIN settings and line adapter settings. Nokia 22 Configurator Software is a suite of functions that allows easy configuration of the Nokia 22 terminal settings with your personal computer. You can also make a backup copy of the settings of a Nokia 22 terminal into your personal computer's hard disk."; 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 = ''; } }