var fDesc=new Array(); fDesc[0] = "Developer's description:

Translates words and phrases from Bulgarian to French.

New review:

Eurodict Bulgarian French Dictionary is application that translates words and phrases from Bulgarian to French. It has single customizable interface for all bases that provides easy switch between them. Automatic switch between main and target languages. Low memory and processor usage. Talking version is available for purchase.
Final note:

Eurodict Bulgarian French Dictionary is a small and useful program that offers you a Bulgarian to French dictionary."; 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 = ''; } }