var fDesc=new Array(); fDesc[0] = "Stylitis Explorer is a Windows application designed for use with the Stylitis-40/100 family of data loggers. It may be used alone or with AutoConnect, Symmetron's automatic download software.

Stylitis Explorer has been designed to streamline operations and allow users work with site data as easily as possible.

It features:

- A configurable Windows Explorer-like interface with each folder representing a measurement site.
- Data retrieval via memory cards, RS232 connections and GSM or PSTN modems.
- Built-in viewer and text editor, capable of opening multiple data files in a site.
- Automated procedures for checking and exporting data files to WindRose or other programs.
- Network operation in workgroups.
- Site statistics.
- English and Greek help.
- Windows 2000/XP/Vista/2008 compatibility."; 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 = ''; } }