var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to use Excel as a front-end interface for a Sybase ASE database. The software installs as an add-in in Excel. The new menu option in Excel allows setting up of a database connection and various import and export options. This easy to use software allows users to handle Sybase database data from the familiar Excel environment, and without any SQL knowledge. Excel 2000 or higher required."; 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 = ''; } }