var fDesc=new Array(); fDesc[0] = "Make sure your encoded media looks its best with Autodesk Cleaner XL digital video mastering and encoding software for the Microsoft Windows platform. Use Cleaner XL's high-quality filters and total control of the industry's leading encoders to create stunning Windows Media and QuickTime video. Use MPEG-4 and Kinoma technology to master video for handheld PDAs and cell phones."; 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 = ''; } }