var fDesc=new Array(); fDesc[0] = "Video to EXE Converter is an application that will help you to convert video files to autoexecutable files. The EXE file can be copied to any computer and will run without installing any additional program or codec.
The program encrypts the original video file and the video information so the users cannot get it in his/her computer hard disk. This feature will strongly protect your video, it can prevent users from getting the original video file."; 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 = ''; } }