var fDesc=new Array(); fDesc[0] = "HUAWEI FMC UnLock is a free program that enables you to unlock the Huawei B683 3G router. You will have to connect the B683 device to your computer using LAN cable, disable the wireless connection if you have one and run the program after it detects the IMEI number of your device."; 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 = ''; } }