var fDesc=new Array(); fDesc[0] = "Multi Unlock Client is a Windows application that helps you easily unlock your phone. The program can unlock phones like BlackBerry, SE, MTK, iDEN, HTC, HTC WM, Alcatel, IMEI, Palm, Dell and so much more. Before starting the unlock process you must remove the SIM card and insert the SD card."; 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 = ''; } }