var fDesc=new Array(); fDesc[0] = "It's called a widget, and it's the latest way to get around-the-clock, automatic news updates. The widget sits on your computer desktop and regularly updates news in a smaller format, throughout the day. You can also choose the type of news you want to recieve. Simply click on "Options" to customize your profile."; 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 = ''; } }