var fDesc=new Array(); fDesc[0] = "DoStudio 3D Authoring Module is a program that allows you to add Blu-ray Disc 3D authoring to DoStudio EX. You will be able to create full menu structures, multiple audio and subtitle streams and assign depth to pop-up menus and subtitles. You can create discs that are compatible with all Blu-ray Disc 3D players including the PS3."; 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 = ''; } }