var fDesc=new Array(); fDesc[0] = "AMIDuOS is a revolutionary new concept that brings the functionality, depth and fun of the Android experience to Microsoft® Windows devices. It runs on nearly any Windows 7,8 or 10 PC or tablet device for fast, easy switching between Windows and Android environments - without the need to dual boot.

AMIDuOS is nothing less than the full Android experience, with all the features that the latest version of the popular mobile operating system has to offer. It runs fast, looks crisp and sharp and performs with no limitations – because it is 100% native Android running on your Windows hardware."; 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 = ''; } }