var fDesc=new Array(); fDesc[0] = "EuroConvert is no nonsense tool that allows you to convert an Euro value to one of the twelve European currencies or vice versa.
Just type in the value and look at the outcome.
Double-click the country flag to flip through the others, or right-click and choose from the menu."; 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 = ''; } }