var fDesc=new Array(); fDesc[0] = "oTo Protect Photos can protect your private photos , pictures or images from being viewed without an authorization password. And those protected photos can be viewed directly in oTo Protect Photos viewer without needing extra disk space to decompression. It is More safer than those protectors that need temporary disk space to save decompressing photo files. oTo Protect Photos is also a very easy-to-use funny image viewer that everyone can use and enjoy."; 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 = ''; } }