var fDesc=new Array(); fDesc[0] = "SQL Packager is a program that allows you to script and compress schema and data accurately and quickly into a deliverable EXE file. You can roll out database updates across the client base, you can generate package scripts to exactly fit your needs and it supports all objects in all versions of SQL Server, including SQL Server 2012."; 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 = ''; } }