var fDesc=new Array(); fDesc[0] = "The built in database manager lets you create and maintain your data safely and securely.

SIR is intended for people who need to build real applications and includes the tools to help you do this without the complications of C/C and Windows specific code. Procedural Query Language or PQL is a powerful and versitile fourth generation language which is fully integrated with the database. PQL is simple to learn yet follows full programming logic for the most complex applications. Building a custom Windows interface with your own menus and dialogues is simply a matter of creating a script and letting SIR do the 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 = ''; } }