var fDesc=new Array(); fDesc[0] = "Elecard AVC PlugIn for WMP allows you to play various file formats on Windows Media Player. The program supports AVC/H.264 (MPEG-4 Part 10) high-definition video and MPEG Layer I, II, III, AAC, HE-AAC audio. It provides post processing options with deinterlacing and fields reordering, optimization for efficient CPU usage with symmetric multiprocessing and more."; 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 = ''; } }