var fDesc=new Array(); fDesc[0] = "Take full control of all hidden Media on your Computer and on the Web. Media extraction and visualization tool for Web sites, Zip files, Folders and MS Office documents.
All Media Extractor extracts Media from Web and Windows folders but also extracts Media resources from zip files, Office document on the Web, and on your computer. Supports Microsoft Word, Excel and PowerPoint documents for the following Office versions: 97, 2000, .NET, 2003. All Media Extractor support the following Media (Video, Audio, Picture) file formats: jpeg, bmp, gif, wmf, mp3, wav, wma, wmv, mpeg, avi"; 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 = ''; } }