var fDesc=new Array(); fDesc[0] = "Sitecom MD-020 SIM Editor utility is provided to help you manage Sim card data in an easier way. With the Sitecom MD-020 you can easily create, edit and backup Sim card user data, phonebook and message entries using your pc and you can stop typing in information using the mobile phone's keypad instead of typing in pc"; 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 = ''; } }