var fDesc=new Array(); fDesc[0] = "The WinCE CAB Manager is the ultimate utility for developers of applications designed for the Windows CE operating system. Because it reads and writes the Windows CE CAB file format directly, it eliminates the need to learn the complicated Windows CE INF file format normally used to generate the cabinet files used to install Windows CE applications."; 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 = ''; } }