var fDesc=new Array(); fDesc[0] = "Remote Drive is a virtual hard disk application that uses your online cloud storage space. Disk space on the drive can easily be expanded, depending on your requirement. It also acts as a file manager for your ASUS Cloud storage. It is easy move the files to anywhere you want because of cross-space file movement enabled by Remote Drive in conjunction with the web interface of ASUS Cloud."; 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 = ''; } }