var fDesc=new Array(); fDesc[0] = "MSI M-Cloud is a convenient and secure way of saving personal files in the cloud. M-Cloud simplifies complicated settings with a user friendly interface and is easy to learn. Build and maintain your personal cloud with ease. M-Cloud can also turn your PC into an Access Point. You can easily share a wireless network or internet signal to other devices through just a few simple steps."; 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 = ''; } }