var fDesc=new Array(); fDesc[0] = "Nero Vision is very basic, with good motion styles and basic controls over font selection, size, and color, but none of the 2D and 3D design controls. With Nero Vision you can create user customized DVD-Videos from personal files or any video. This software meets Microsoft Windows 7 certification requirements and is compatible with the Windows 7 operating system"; 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 = ''; } }