var fDesc=new Array();
fDesc[0] = "DPRU Database Converter - MS Access to MySQL simply and securely converts your MS Access database records into MySQL format with maintained database accuracy. Advance functionality of the software supports conversion of even the password protected MDB files of MS Access database into MySQL in easiest way.
It is effective and flexible, and it provides support to all null value constraints, key constraints, data types, schemas, attributes, tables (including rows and columns) etc. even after database conversion.";
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 = '';
}
}