var fDesc=new Array(); fDesc[0] = "TopSolid’Quote is a simple-to-use estimate generation tool for your itinerant sales force that needs to make estimates quickly and precisely. In just a couple of clicks you can easily add your products and services and create a personalized estimate. The new TopSolid estimate generation tool manages multiple suppliers and supplier catalogues as well as the generation of estimates in different languages and currencies. TopSolid’Quote manages the background of all estimates and clients. It is integrated with the TopSolid product range and is maintained updated on the internet. All estimates generated can be sent to suppliers by email or can be downloaded through an ftp site.
TopSolid’Quote is based on the new TopSolid 7 platform. It is an easy-to-use product with a simplified ergonomy. The installation of the local database is transparent and the software is preconfigured for immediate use."; 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 = ''; } }