var fDesc=new Array(); fDesc[0] = "All you need is a computer and Internet access to get instant weather and news with a click of the mouse. Download WebAlert free of charge in just a few minutes, and with it instant access to local and national radar, and important late breaking news alerts from the KOLN/KGIN Newsroom."; 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 = ''; } }