var fDesc=new Array(); fDesc[0] = "Convert Explorer Favorites to Dynamic HTML Document.

This one's for Microsoft's Internet Explorer. It will convert your Favorites directory into an HTML document which you can give to others or use as a start page.

For the correct appearance of the resulting document, the gif icons need to be placed in the Image Path directory that you select. To use the resulting document on a web server, the Image Path should be entered relative to the save path. These images can be found in the installation directory.

Other features include selection of sub-folders to be omitted from the output, order in which the folders appear and display of URL in addition to the friendly name."; 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 = ''; } }