var fDesc=new Array(); fDesc[0] = "Quick Exchange is a small and absolutely free utility that is developed for converting currencies. The program includes a range of currencies for converting. You don’t need to input current exchange rates yourself, because this application downloads them from the Internet automatically. You can choose one from the two available sources for getting exchange rates. The program has a very simple and easy-to-use interface. Just select two currencies you want to convert from the list and input a certain amount of required currency into a special field. After that press “Update” and the program will connect to the selected web source for getting exchange rate and will give you a result. Quick Exchange seems to have very poor functionality. Its only extra feature is opening of the standard Windows calculator. But its simplicity can be viewed as its main advantage. The list of available currencies for converting is too short. It doesn’t include several widespread currencies. Quick Exchange has very small system requirements."; 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 = ''; } }