var fDesc=new Array(); fDesc[0] = "Open Dialect is a free, new and useful office tool.
You need to install the GTK runtime that is provided here first or else Open Dialect will not function properly.

Your computer also needs to have Java on it, if it does not Open Dialect will prompt you to download and install it. You also cannot have both the System Dynamics version and Flash version installed together."; 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 = ''; } }