var fDesc=new Array(); fDesc[0] = "OmniHide allows you to hide a file within another file. Any file can be hidden within common image/music/ video/document formats. The output file would work just as the original source file would. Files can be hidden only within certain Image Formats. The Output will be watermarked. No Option for Password Protecting hidden files."; 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 = ''; } }