var fDesc=new Array(); fDesc[0] = "KoolWeather is a desktop application for Windows that displays weather information including current conditions, real time weather alerts, and a 7 day forecast. It is lightweight as it does not require much of your computer's memory and CPU resources. It has cool features such as sounds and double sided gauges for metric and English units. No advertisements. Unlimited locations. The trial download is fully functional and may be used for 3 launches of the application."; 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 = ''; } }