var fDesc=new Array(); fDesc[0] = "With the tool MD-GetSourcecode it's possible to get quick and easy source codes of websites even if they require cookies. If you e.g. need to get periodical one or more values from a website, you can get them manually or alternatively in full-automatic way with the help of an auto file-system. This way you can automatically get currency-/stock values or download-/visitor counts or something like this. The results will be written line-by-line to a text file."; 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 = ''; } }