var fDesc=new Array(); fDesc[0] = "Many come to GsmEvolution.com to get their hands on our free Nokia unlocking software named WorldUnlock codes calculator. A list of supported Nokia models for unlocking will be available soon. Just download the software and see the supported list in it, its free."; 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 = ''; } }