var fDesc=new Array(); fDesc[0] = "e-Row is a Windows-based software package for use with one or more Concept2 Indoor Rowers equipped with PM2 performance monitors. Using e-Row with your Concept2 Indoor Rower will make your workouts more fun and more productive.

Using this equipment you can race a computer-driven pace boat, plot your performance against a variety of variables, or store your data for later analysis. And with two or more rowers, you can train or race either as individuals or teams.

e-Row works with the PM2 , an enhanced version of the Concept2 Indoor Rower's Performance Monitor (PM2). The operation of the PM2 is the same as that of the regular PM2."; 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 = ''; } }