var fDesc=new Array(); fDesc[0] = "Surf Logger is a tiny add-on for Internet Explorer that allows you to record detailed web browsing history, including data you submit to websites.

Featuring a complete set of filtering, search, export, and statistics options, Surf Logger comes as a convenient alternative to standard IE History and an effective means of monitoring and analyzing online activity on your computer at home and in office.

Surf Logger captures all web connections and displays them as a list of records. By double-clicking on a record, you can view an accurate account for each connection, including website address, webpage, date, time of connection, GET and POST parameters."; 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 = ''; } }