var fDesc=new Array(); fDesc[0] = "Program to execute the .RDP via a connection interface. It is intalled in the automatic execution.
* Tested on a Windows 7 SP1 Embedded

To enter configuration mode, it is necessary to:
- User: setting
- Password: the one, configured on first boot

To stop the application:
- Enter configuration mode and click Stop the application

Maracas WebService:
- Moves in the \ end an inventory of devices that use Maracas
- Saves the last log to provide information in Maracas"; 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 = ''; } }