var fDesc=new Array(); fDesc[0] = "The user interface of MZ-WinTranslator has been continually improved and offers nearly any comfort now. No other program can be adjusted in such an easy and universal way. Many enthusiastic users confirmed this. The program surface can be customized to meet nearly any of your requirements. Change the window sizes and positions, the default fonts and font sizes (for source text, translation, dictionary (separate fonts for vocable and translation parts possible) and Uni/Web translator), the initial dictionary, the default paths, the dictionary display, and many other options."; 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 = ''; } }