var fDesc=new Array(); fDesc[0] = "Now you can receive the latest news and weather information right at your fingertips with the new and improved FOX Carolina Desktop Alert.

Now you can stay close to FOX Carolina news and information everyday at work or at home!
When your FOX Carolina Desktop Alert is active, it constantly displays and automatically updates the latest temperature from a variety of National Weather Service weather stations across the US."; 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 = ''; } }