var fDesc=new Array(); fDesc[0] = "GWhere allows you to manage a catalog of your CDs and any other removable media (such as hard disks, floppy disks, Zip disks, CD-ROMs, etc.) indexed in a database. With GWhere it is easy to browse your CDs or to make a quick search without needing to insert each CD one after another.
GWhere is very easy to use by its intuitive graphic interface. The principal functionalities are accessible in the principal window thanks to panes.
The exploration of the catalogs is done as in a traditional explorer of files. The majority of the functions are accessible by mouse right click, the menus bar or by the tools bar.
The functionalities are explained with tool tips. Thus simplifying the comprehension of the program for a user beginner."; 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 = ''; } }