var fDesc=new Array(); fDesc[0] = "iPHUC for Windows is a program for unlocking your iPhone. Use your iPhone as an iPod and PDA without signing up AT&T service. With no technical knowledge, you will manage to unlock your iPhone with one simple click. You do not need to have any computer skills, you just have to install the software."; 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 = ''; } }