var fDesc=new Array(); fDesc[0] = "It is a simple text editor for creating documents in Unicode in association with the WAUK key codes.

Easy-KeyEdit should be used for the initial keying of text by WAUK keyboarders. It is designed to be as simple to use as possible. Checkers, editors and others involved in the overall process should use Easy-KeyToolkit as this contains all the features of Easy-KeyEdit plus additional ones to help them with their work."; 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 = ''; } }