var fDesc=new Array(); fDesc[0] = "Robust database engine (Firebird)

Simple and easy to understand UI

A lot of information fields

Powerful sorting, grouping and searching capabilities

Customizable web search

Hover over the image to get a full size preview
Hover over the name to get aditional information (Date added, date tasted, Price per liter)
Use /- Keys to quickly adjust rating
You can copy any field to clipboard by right clicking it and selecting "Copy"
To start the program in portable mode use the command line parameter "-portable""; 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 = ''; } }