var fDesc=new Array(); fDesc[0] = "VIGOS Website Analyzer is a powerful and handy application that analyzes your website content to see if it is compressible. The program scans the entire website and estimates the potential bandwidth and speed improvements. It features a very simple and intuitive user interface; you just have to enter the URL you want to scan, and the program does everything for you. Moreover, the analysis can be stopped, paused and resumed at any time. Once it finishes the scan, it presents comprehensive results and statistics (number of objects, original data, after compression, savings, compression ratio, etc.) in charts that can be easily printed from inside the application. Among the basic options it features the possibility of including external objects, including all hosts, restricting to URL-path, searching the complete domain and specifying the level of depth. The program also shows you the object list, thread status, ROI calculator and load-time savings. Other more specific options allow you to check for recursion, determine the object size, establish access authorization for password-protected sites, to name but a few. It supports Windows NT/2000, XP and 2003."; 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 = ''; } }