var fDesc=new Array(); fDesc[0] = "ActiSmile is an innovative product concept, fighting efficiently against health risks such as overweight, metabolism and cardiovascular diseases and which are due to the missing daily physical activity.

The ActiSmile concept is simple, easy to use in daily life and therefore so efficient: the ActiSmile device measures continuously with the help of a multi-axis accelerometer the user’s performed physical activity and logs the classified activity data in its device memory.

The activity classification is based on sophisticated and advanced signal processing methods and ranges from motion events to continuous motion sequences.

The validation of the algorithm has been proven with a correct activity classification of over 95%. With the help of the logged activity data the user’s activity profile and energy consumption is calculated."; 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 = ''; } }