var fDesc=new Array(); fDesc[0] = "h/p/cosmos para control is a software which allows to remote control all h/p/cosmos running machines via the RS232 interface protocol coscom. Furthermore there are a lot of additional functions like cool down, quick stop, count-down, option settings, etc.

To make the software as userfriendlyness as possible it has been designed in exactly the same style as the physical UserTerminal of the h/p/cosmos running machine. The great advantage (beside the nice looking) is that everyone who is familiar with the running machine, is also able to control the machine with h/p/cosmos para control 4.1.

Additionally h/p/cosmos para control is free of charge and comes with every h/p/cosmos running machine and ladder ergometer. For details read the manual!"; 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 = ''; } }