var fDesc=new Array(); fDesc[0] = "EZTitles is designed to work as a world-class professional subtitling software. It meets all the requirements of the TV broadcast, film, DVD and Blu-ray standards.

The subtitles can be prepared both in SD and HD resolutions in different aspect ratios. PAL and NTSC resolution in 4x3 and 16x9 (anamorphic) mode, HD 720, HD 1080 are supported."; 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 = ''; } }