var fDesc=new Array(); fDesc[0] = "Sitespector allows you to monitor websites for updates and changes automatically. Now you have means for immediate getting newest information, saving your time and money. You will receive only newest information, ignoring the old one.
You can monitor any number of web pages on any number of websites simultaneously. You can fine-tune exact time for checking. Sitespector will notify you of web page's changes using manner that you prefer."; 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 = ''; } }