var fDesc=new Array(); fDesc[0] = "Each WindLog ships with a free Windows based application, WindSoft. The software uses a SQLite database to track and record wind information. While connected, WindSoft will update the database every minute. Downloaded data is integrated into the database. By combining both logged and real-time data the WindLog can be used both online and offline.WindSoft, can generate statistics, graphs and reports. It also can export CSV files for use with Microsoft Excel or any other application that supports CSV files. The WindLog ships with a 15 foot USB cable. This is the maximum standard USB cable length. A USB extender is available that will allow you to extend this cable to 100 feet using CAT5e network cable."; 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 = ''; } }