var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to save images and videos cached when using Internet Explorer. Using check boxes, the user can choose to save any or all of the following: JPG, BMP, GIF, PNG or ICO image files, and FLV, MP4 or AVI video files. The resulting list contains both the URLs and the filenames and the user can select or deselect items before saving them to a user specified folder. This software makes it easy to keep images and video clips on a local drive for future viewing."; 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 = ''; } }