var fDesc=new Array(); fDesc[0] = "Remix OS is an Android-based operating system for desktop computers. It allows you to run Android apps and games on your PC along with additional applications designed exclusively for computers. This operating system works faster than emulation tools, since it runs outside Windows. You can install Remix OS on old computers too. Installation process is simple; simply download and setup, and restart computer to select Remix OS."; 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 = ''; } }