var fDesc=new Array(); fDesc[0] = "Windroy is a full porting of Android to MS Windows solution, with the goal to extend Android’s application scope.

Goals:

- Full porting keep Android’s all originalities, from UI to Dalvik virtual machine.
- High performance make use of Windows OS and hardware performance leverage, such as graphics hardware acceleration and high performance media codec."; 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 = ''; } }