var fDesc=new Array(); fDesc[0] = "Universal multibrand and multifunctional MTK, Qualcomm, Broadcom, Hi-Silicon and TI OMAP servicing solution, not tied to a specific model list. Supports Alcatel, Sony, Huawei, Motorola, ZTE and other popular brands on the market. Powerful flash and backup tool with huge archive of flash files (all operator customizations and language packs)."; 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 = ''; } }