var fDesc=new Array(); fDesc[0] = "The KELOLAND.COM Desktop can be minimized while you are working. But the weather alerts or school closings are crawled across your computer as soon as they are issued.
ow when you register for this free desktop service, you will have your school closing and weather alert crawls delivered directly to your computer. Temperatures, wind direction and speed, wind chill and even breaking news are a mouse click away."; 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 = ''; } }