var fDesc=new Array(); fDesc[0] = "Desktop Web Analytics offers a simple and quickly way to visualize all your Piwik statistics across multiple screens. By using this application you will be able to add several websites simply and you are free to define your own date range.

Desktop Web Analytics uses Adobe AIR technology to provide the application across different devices and platforms."; 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 = ''; } }