var fDesc=new Array(); fDesc[0] = "With Laplink Switch & Sync TM moving to a Mac and keeping it synchronized with your PC is easier than ever. Switch & Sync quickly and easily copies all of your files and folders from your PC to your Mac, it even converts email*. It will then automatically synchronize your files on each computer using Laplink patented SpeedSync® technology, making sure that what you need is always where you need it. Keep your PCs and Macs on the same page. Easily synchronize your files and folders between your PCs and Macs with automated synchronization, instant connectivity and patented SpeedSync ® technology. Laplink Switch & Sync does the rest, automatically copying all your files and folders over to your Mac"; 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 = ''; } }