var fDesc=new Array(); fDesc[0] = "The newest PCClone EX is developed according to FNet’s patented recovery tech & system backup. It possesses a powerful system backup function, which completely backs up either 2.5 inch or 3.5 inch external USB HDD. When PC users encounter that their PCs can’t boot due to virus attack, or unphysical HDD glitch, or system error etc.; they can use FNet USB HDD to restore their files & OS quickly. FNet PCClone EX hot key design produces access to USB HDD in seconds. In only one step, the system backup or recovery can be completed fast and easily. All operating functions are designed to be a diagrammatic interface for easy use. It doesn’t require special skills to setup; anyone can do it. FNet PCCloneEX is currently the fastest recovery product. FNet R&D team designed specialized system backup & patent recovery tech to significantly shorten the backup time; and the recovery function can be directly through the external USB HDD booting and immediately goes on the recovery screen. It doesn’t need a boot disk nor waiting."; 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 = ''; } }