var fDesc=new Array(); fDesc[0] = "MAF DEScribe is a free, desktop editor application that enables easy creation and handling of Distance Education (DE) content for a variety of DE platforms including the MAFLT DEViewer. It works on Windows XP and Windows Vista. DEScribe presents a customizable, user-friendly interface available in several languages. The content editing capabilities satisfies even the most demanding course developer. In addition to standard text editing (including built in spell check with ‘replace’ capability), the editor can create tables and insert image and media files within the document."; 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 = ''; } }