var fDesc=new Array(); fDesc[0] = "XSite will load and parse any webpage into a simple structured view for displaying images, email addresses, and all links. Generate a result report that section out all the links, images, and email addresses. Easily grab all images in a web page by downloading them to a local folder. Export lists out to CSV format which makes it easy to push the information into any database."; 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 = ''; } }