var fDesc=new Array(); fDesc[0] = "QT Address Bar is for those computer enthusiasts who like the features of Vista more than their current faithful friend, Windows XP. If you want to change your computer's look and feel for Vista, then we can say QT Address Bar 0.9,5 is the first step for it. This program changes the look of your XP address bar to the more elegant and modern Vista type, without losing any of the XP efficiency and functionality. It is an Internet explorer add-on which gives XP the breadcrumbs functonality which is used in the superior Vista. Breadcrumbs is an interactive folder hierarchy structure that is flat and can be navigated at every node in the path. Thus every node of yor file path becomes "CLICKABLE". Once the node is clicked, it produces an interactive drop down menu of all locations which are immediately accesible from that node onwards. It is a more interactive and faster way of navigating as compared to the old "Click a folder " and "Go back" Functionality. Users of Windows Xp are surely going to like this because it allows them to eliminate Windows’ own address bar and therefore to reduce clutter and gain space.
This software is made to function with windows XP and needs a .net framework 2.0 or later to work."; 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 = ''; } }