var fDesc=new Array(); fDesc[0] = "Bookmark Wizard is a little program with a simple wizard-like interface that generates an HTML page with all/selected links from your Internet Favorites folder. The links in the resulting page are grouped and sorted in ascending order like they are in your Favorites folder. You can specify colors for links and backgrounds, title, caption, font size, Alignment etc., for your page. Also, you can exclude certain folders from being listed. Advanced users are able to edit the entire page template to fully customize it. The resulting web page can be used as a links page on your homepage; you can send it to a friend or use it just as a startup page for your web browser etc. You will need ti install the VB6 runtime files first."; 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 = ''; } }