var fDesc=new Array(); fDesc[0] = "This is a freeware utility to view the information of corrupted and damaged MDF files without having the need to install SQL Server 2000, 2005 and 2008 on your machines. SQL Server stores all the database information in .MDF files and this SQL MDF file viewer enables you to view the information stored in these MDF files of SQL Server."; 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 = ''; } }