var fDesc=new Array(); fDesc[0] = "While some of these sites change frequently, others remain static for weeks at a time. Visiting all of these sites just to see what's new would take ages, so OutPosted does all of the work for you. Give OutPosted a list of your favorite sites and whenever changes are detected the site is e-mailed to you. Unlike similar software, OutPosted does not send a link to the site, or a lame "Notification of Change" message, but the actual web page, fully formatted, as an email message."; 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 = ''; } }