var fDesc=new Array(); fDesc[0] = "PlexTurbo is PLEXTOR's exclusive development of an intelligent “Smart Cache Technology”, using system RAM to accelerate the SSD’s storage performance. In addition, PlexTurbo boosts the service life of the SSD and significantly increases access speed as well. After your PC boots up, the programs running before the last shutdown will be automatically preloaded, reducing the waiting time of running the programs. PlexTurbo also provides automatic load balancing that supports multiple drives and interfaces. Even if you use two or more PLEXTOR SSDs, you will still be able to use PlexTurbo."; 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 = ''; } }