var fDesc=new Array(); fDesc[0] = "In this application, you hide the pin number in the color matrix, and only you know where it is. Your PINs will not be disclosed even if the phone is lost. The program is good for those who is trying to keep their PINs safe and do not want to forget it. The product is very intuitive and easy to use. The key features of the product are storing information of your credit cards and keeping your PIN-codes secure. Let's get started!"; 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 = ''; } }