var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to change letter case in PostgreSQL database tables. The user simply enters the login information for the required database and tests the connection before choosing the table and selecting the fields for processing. There is a drop down menu with options to change text in entire fields (columns) to upper, lower, title (proper) or sentence case. With this easy to use software, changing case in specified fields in large databases is both quick and easy."; 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 = ''; } }