var fDesc=new Array(); fDesc[0] = "If you are a novice user, don't spend a lot of money renting programmers. If you are a programmer save hours of working using PHPMagic from Chesapeake Programming Inc. With the aid of this program you can generate database driven websites for intranet or web use. All you have to do is to design your table(s) and add as many fields inside it as you wish. For example, if you would like to create a web front-end for a database that will have one table called companies and you want to store there company name and its ID then simple create a new table and add two fields called "ID" and "Company Name" and hit generate project and you are done. You can upload the resultant PHP code to your web server which can be on the internet, intranet or at your computer. After installing the generated PHP script with a single fast step, you have your database created and system ready to start managing your records by adding new records and modifying the records you created. You can also filter your records or jump between your tables and find the information you need by the use of the search function."; 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 = ''; } }