var fDesc=new Array(); fDesc[0] = "Kripto Video Protector & Media Player allows you to prevent others from accessing your private video and audio files by packing media files in to Password Protected Media File (PPMF) with AES-256 encryption at high speed (almost as fast as copying file). You can play PPMF files just like regular media files (no cache, no temp file, no delay) because PPMF files decrypted on the fly while being played."; 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 = ''; } }