var fDesc=new Array(); fDesc[0] = "OSS Client is a program for unlocking mobile phones and modems. It supports a variety of devices from Alcatel, Avvio, BlackBerry, Doro, Gtran, Huawei, Mojo, Motorola, Samsung, Sony Ericsson, etc. After running this program, simply select the device manufacturer and the model number; you can see the various unlock methods. This tool can also repair IMEI numbers and create unlock codes for mobile phones."; 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 = ''; } }