var fDesc=new Array(); fDesc[0] = "Polar FlowSync is an application that helps you set up your Polar Loop device and keep your activity data synced. You can plan and analyze every detail of your performance. Polar FlowSync automatically syncs your activity data and settings with the Polar Flow web service. Polar Flow web service is compatible with the following products: Loop, Loop 2, A300, M400, M450, V800, Polar Beat and V650."; 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 = ''; } }