var fDesc=new Array();
fDesc[0] = "ScriptArtist - PHP & AJAX Code Generator Software for MySQL and able to generate php form. ScriptArtist helps you save a lot of developing times to create the completed CRUD operations (Create, Read, Update, & Delete), easily generates web forms (email or contact form) retrieved information from either database fields or user-defined fields, a tons of theme & button styles provided and many more.
Key Features:
- PHP Code Generator.
- AJAX Technology Support.
- Visual Query Builder.
- Completed CRUD Operations.
- Free Unique Web Form Designs, ArtistForm
- Export Abilities
- A tons of professional themes and button styles.
- CSS stylesheet code generator.
- A number of web templates design of premium quality provided with sample databases.
- MySQL Scripts for sample files included.
- Project Builder Wizard.
- Several premium designs of record layouts.
- Paging and library navigation styles.
- Waiting or loading messages on top of background.
- Master-details ability supported.
- Simple and advanced search abilities.
- Sorting ability.
- Data grouping and summary fields supported .
- Email forms generator (Combination of User-Defined Fields and Database Fields).
- File uploading to a folder with unique file name generated.
- Static and dynamic security.
- Level of security (user groups).
- Data validation.
- Image verification to prevent spam on web forms (CAPTCHA).
- FCKEditor supported.
- Light Box integrated.";
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 = '';
}
}