var fDesc=new Array(); fDesc[0] = "PCmover home automatically moves all the programs, files and settings you select from your old PC to your new one and all of your applications will be installed automatically ready to use. It is compatible with most windows versions and you can also use it to transfer your PC to an Intel-based Mac using VMware Fusion, Parallels or Bootcamp."; 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 = ''; } }