var fDesc=new Array(); fDesc[0] = "GET.DLL is a set of 6 free Magic DLLs, one for general functions (GET.DLL), one for network and Internet functions (NETGET.DLL), one to dial a phone number using the sound card (PHONEGET.DLL), one for email (MAILGET.DLL), one for Windows NT specific functions (NTGET.DLL), and another for Citrix (Metaframe) system (MFGET.DLL).

This Magic DLLs suite adds useful functions (UDP or UDF) for Magic V7, V8 and V9 (eDeveloper) for Windows 9X/ME or NT/2K.

Magic (now Magic 9 eDeveloper) is an innovating engine based RAD tool (or RADD for Rapid Application Development and Deployment). The GET.DLL package contains over 250 functions to enhance Magic."; 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 = ''; } }