var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to keep a record of all websites visited with Internet Explorer and Firefox. The user simply clicks the button to turn on the recorder. All web sites visited will be displayed in the top pane. At any time, the results can be saved as a list, an Excel file or copied to the clipboard for pasting. There are check boxes to load the software on Windows startup and to start it in the system tray."; 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 = ''; } }