var fDesc=new Array(); fDesc[0] = "Nuvoton SafeKeeper TPM Software is a free platform module that works with various Intel Desktop Boards. The application has support for only for Windows XP Home Edition, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Professional. It works for the following Desktop Boards: DQ57TM, DQ57TML, DQ67EP, DQ67OW, DQ67SW, DQ77CP, DQ77KB, DQ77MK."; 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 = ''; } }