var fDesc=new Array(); fDesc[0] = "The World-Standard Automated Media Processor for Mac and Windows

DeBabelizer is recognized as a must-have tool for automating media production on the desktop. DeBabelizer Pro is powerful and easy to use. You can automatically acquire, edit, optimize and convert unlimited numbers of images, animations and videos with a simple drag and drop. Whether you’re developing content for web sites, video, wireless, multimedia or games, DeBabelizer Pro delivers the highest quality media while saving you time and money."; 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 = ''; } }