var fDesc=new Array(); fDesc[0] = "Fenix Key is software which allows you to flash and UNLOCK Nokia BB5 phones. This means that you can change phone's firmware, repair "dead" phones, change available languages, remove SIMLOCK protection and more. All you need is a computer and standard USB cable. Our flash files download area contains over 100 000 product variants (4TB of available data). All files are always up to date."; 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 = ''; } }