var fDesc=new Array(); fDesc[0] = "NCK Dongle Shell is a program that enables you to select a phone model of any brand and get a list of modules where it is supported. You can read any update announcements or pieces of news directly in Shell. It allows you to download phone drivers and save the log information."; 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 = ''; } }