var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to transfer binary data to and from MySQL databases. The user simply enters the server address. The easy to use interface has buttons for adding files or an entire folder for uploading and panes for selection of the required tables and fields for upload and/or download. For downloads, the user selects a folder for saving the files and specifies a filename prefix (if required) and the filename extension. This time saving software allows users without SQL knowledge to send or retrieve multiple blob files in MySQL fields very easily."; 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 = ''; } }