var fDesc=new Array(); fDesc[0] = "mvDeveloper Personal Edition is a free Windows based editor packed with features for MultiValue application developers.
Lightweight and fast client side editor.
No server installation or run time frameworks required.
Full Syntax Highlighting for UniVerse Basic, UniData BASIC and even PROC.
Navigation includes next/previous labels, jump to label, open word at cursor, open include files.
One click compilation, cataloging and in-place formatting.
Value grid for editing data - especially designed for MultiValues.
Snippets for frequently used code.
Dictionary Editor."; 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 = ''; } }