var fDesc=new Array(); fDesc[0] = "Easy Web Page Watcher is Windows software that continuously watches the web pages that you specify for updates, any words, phrases or text that you specify. If a change occurs, or the word, phrase, or text suddenly appears, Easy Web Page Watcher will notify you by email and with an audible alarm. Easy Web Page Watcher monitors your website's availability by logging and time stamping all unsuccessful downloads"; 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 = ''; } }