var fDesc=new Array();
fDesc[0] = "dbQwikSite PE :Free Database Web Site Builder Software
Personal Edition is a starter version of dbQwikSite. It is an intelligent code generator saving hours of tedious web programming. Absolutely no coding required.
Highlight Features:
-Generates complete interactive database web sites with no coding.
-Generates both ASP and PHP scripts for deployment to any server.
-Host on either Unix or Windows.
-Works with most popular databases such as: MS SQL, MS Access, Oracle, DB2 and MySQL
-Creates record search and display pages.
-Export web record sets to PC.
-Creates data entry pages with data validation.
-Integrated web publishing support.
-Integrated database management tools.
-Database "Up Sizing" and "Down Sizing" and conversion support.
-Integrated Security.
-Complete PC Test Environment.
-Localization Support.
-Extensive support for controlling and customizing page appearance";
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 = '';
}
}