var fDesc=new Array(); fDesc[0] = "Unlock your Nokia mobile phone instantly, automatically and for free. Use a large database of pictures with instructions. For your convenience the software integrates a list of all premium models as support. Supported models are: N80, 7380, E60, N70, N72, N73, 7370, 6680, 6630, 6280, 6270"; 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 = ''; } }