var fDesc=new Array(); fDesc[0] = "UST-Pro 2 with Cyberflex SmartCard Inside and with multi flashing function is the new and improved device which is faster, more reliable, more powerful and easy-to-use for users who wish to flash, unlock or repair their Samsung Phones. For full service and repair your Samsung phones, UST-Pro 2 is the solution."; 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 = ''; } }