var fDesc=new Array(); fDesc[0] = "Virtual WineCellar is an easy-to-use cellaring software for wine collectors.
Apart from the standard data entry fields, it features several advanced functions, like user defined fields, a suppliers database with order-to-inventory processing, integration with Vinote barcoded neck tags, support for digitized bottle labels, and much more.

Main Features:
- intuitive, point and click interface.
- fields for wine name, country, appellation, grape, year, maturity, etc. in logical grouping.
- additional user customizable fields.
- summaries for number of bottles, total cost, market value, and appreciation.
- automatic reminders for wines that reached/passed maturity.
- easy order - order directly from within Virtual WineCellar.
- integration with Vinote bar coded neck tags.
- extensive finding and sorting functions."; 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 = ''; } }