var fDesc=new Array(); fDesc[0] = "MPEG Video Wizard DVD 5.0 is the latest MPEG editor with DVD authoring and full AC-3 encoder support, and it includes all the features and functionality of its predecessors --- the MPEG Video Wizard and MPEG-VCR. Whether you are a video professional or a new video enthusiast, MVW-DVD will meet all of your needs of MPEG editing and DVD authoring."; 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 = ''; } }