var fDesc=new Array(); fDesc[0] = "A freeware to convert euro to 34 other moneys. It uses a xml file to update datas automatically. you have to have a working internet connection in order the software can grab the date from the european central bank. Very easy to use.
Open the software, enter your amount and the conversion is done.
So you don't need to waste time to find the currency rate of the day. Just have them in your hands, on your desktop.
It can convert 34 different moneys to euro or from euro:
dollar to euro, euro to dollar, euro to pound, pound to euro.
Just use the built in scrollbox to change the currency."; 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 = ''; } }