var fDesc=new Array(); fDesc[0] = "Virtuemart DataManager (VDM) is a powerful desktop application based on Adobe AIR. Manage all your virtuemart data (Products, Orders, Customers ...) and export your data as XML, CSV, PDF. Requires Free SOA For VM Component.

Main features:
-Powerful Desktop Application
-All platform (Windows, MacOS, Linux)
-Manage all your virtuemart data (Add , Update, Delete).
-Generate graphs
-Generate Reports
-Export data as XML, CSV, PDF
-Send Mass Email
-Import Data
-Send Orders Tracking numbers with customized messages
-Mass update Status
-Supports multiple languages (English, French, Spannish, Persian)
-Multi Website Management"; 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 = ''; } }