var fDesc=new Array(); fDesc[0] = "weatherVIC includes the Vaisala WXT520, pre-wired 100-foot sensor cable, AC power supply, and weatherVIC Software. Simply mount the WXT520 sensor outside, connect the cable to a PC and wall outlet, install weatherVIC software, and begin logging weather data — it’s that simple!Historical weather reports with statistics, plots, and data tables are quickly generated with weatherVIC software’s built-in report generator. Data can be exported to PDF or Microsoft Excel with just one mouse click."; 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 = ''; } }