var fDesc=new Array();
fDesc[0] = "The ultimate toolkit allows you to version-control databases, compare schemas and data, optimize database performance, write SQL queries on a fly, generate meaningful test data and much more straight in your favorite IDE. Developer Bundle includes a dozen of definitive add-ins that can turn your basic SQL Server Management Studio into a powerful platform allowing to cope with any database task. An impressive SSMS tool pack that costs a way cheaper in comparison with alternative solutions available on the market. The Bundle comes with a handy Installer that will integrate all components straight into SSMS with a single click of the Install button.
Take full control over database development and management with dbForge Developer Bundle for SQL Server and benefit from a sensational discount in comparison with buying tools separately.";
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 = '';
}
}