var fDesc=new Array(); fDesc[0] = "v.Clone allows you to capture a complete virtual image of your PC — including the operating system, all applications, your settings, and all your files to your Iomega hard drive. You can access the cloned copy and use it seamlessly on another computer, just as if you're working from your own PC. When you reconnect, it automatically sync your data to your primary PC - everything is always up to date."; 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 = ''; } }