var fDesc=new Array(); fDesc[0] = "DLLWrapper is a Windows migration tool that gives you the ability to use 32 bit DLLs in a 64 bit host environment and vice versa. Thus, you do not have to worry about program compatibility, if you are migrating to a 64 bit Windows operating system - all the software that you bought in the past would still work."; 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 = ''; } }