var fDesc=new Array(); fDesc[0] = "Excel MySQL Import, Export & Convert Software 7.0 is an application that allows you to export and import any of your Microsot Excel tables to and from a MySQL database. Using this advanced application, you will be able to save your files directly to an advanced database so that you can open and view them whenever you want. When you first install this program, you may have problems launching it. That would be because of the security level of your Microsoft Excel. You will have to click on options, macro, and lower the security level so that you can view the program's interface directly on your Microsoft Excel's window. All you have to do to get full access to the program, is to click on the MySQL button and start working on your exports and imports. Some of the options and features Excel MySQL Import, Export & Convert Software 7.0 offers are: Setup your MySQL Database connection, Import existing MySQL Table at the selected Excel cell, export entire excel cell selection as MySQL table, append entire excel cell selection to an existing MySQL Table, delete files and a few more. The program is very easy to use."; 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 = ''; } }