var fDesc=new Array(); fDesc[0] = "NTI Digital Flix is a powerful and easy-to-use software DVD Player with superior video and audio(Dolby) quality. Features beyond DVD playback include: bookmark,Video CD, Audio CD, support for DIVX, MPEG4, RM, QuickTime, WMV, WMV-HD, MacroMedia Flash and any other video file you have the codec installed for. NTI Digital Flix operates smoothly under Windows 2000, XP, and VISTA."; 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 = ''; } }