var fDesc=new Array(); fDesc[0] = "MIA is a female assistant with some routines of artificial intelligence that is always attentive to your command to make the PC more interactive, enjoyable and intuitive experience.

MIA is a complement to the Windows operating system, works listening and understanding voice commands, and then executes actions in accordance to them or to decisions taken by "her".

This assistant searches for staying active, informed and entertained at the same time in a simple and comfortable way using tools of recognition and voice synthesis.

In addition to his speaking and listening MIA also can carry out some actions based on machine vision algorithms (using web cam)."; 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 = ''; } }