var fDesc=new Array(); fDesc[0] = "This is an application that allows you to unlock various phones from different brands in order to use them on different networks. For most of the models, the software will generate the unlock code based on an advanced algorithm that uses the IMEI. The connectivity method is through the available COM ports."; 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 = ''; } }