var fDesc=new Array(); fDesc[0] = "Allows you to browse the contents of Zip files in the same way that you can browse file folders. This includes support for encrypted Zip files, as well as functions for creating, editing and extracting Zip Files. Monitors your system for the connection of digital cameras and memory cards. When such a device is connected you will be asked if you want to copy the images on the device to your hard disk . Using the function File|Archive to CD, MegaView allows you to write your image and multimedia files directly to a CD or DVD disk for back-up or sharing purposes ."; 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 = ''; } }