var fDesc=new Array(); fDesc[0] = "viCompte is a free software like Money. At first there was made only a french version but now you can use the english version. Select demo account to see how it works with a demo file. The demo files are in french language. You can also use your own files : select <Mes relevés> (My files) on the start screen. viCompte uses Money, Quicken or text files provided by your Bank. To get a file from your Bank, go to the Bank web site, connect, and find the download section. Download a file, then open viCompte. Go to File->Account menu and select the folder where your files are, then save. Your files should be displayed."; 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 = ''; } }