var fDesc=new Array(); fDesc[0] = "Weather display is the software which was developed to use with weather stations. It supports a huge range of stations from all the major manufacturers. It has a lot of various features and options. First of all it supports many languages: German, Italian, Spanish, and French. Weather display perfectly suits for such operational systems as Win98/2000/ME/XP/VISTA and NT4, Linux and Mac (Intel) OSX 10.4/10.5. It can graphically present the weather data and calculate time of sun rise/set or moon rise/set. Also it has ability to store a log file which can be used to see averages and extremes for any month or day. Weather display has ability to upload and display a web cam image and animate it. A very important feature of the Weather display is that it has a large set of tools to work with the Internet. Internet Dialer and FTP program help to set up easily web page with GIF or JPG graph and HTML tables of data. Using this program you can notify people of weather conditions by weather warning email system. It’s only shortlist of all features of Weather display. Use home page for details."; 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 = ''; } }