var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to use MS Excel as a front-end interface to a Sybase iAnywhere database. Importing and exporting Sybase tables is as easy as selecting a menu option. With the data in a local format you can perform any spreadsheet function, such as merging, quickly and easily. This software works without any SQL input from the user. Easy, accessible, and flexible, this software offers a powerful solution in a simple package. Excel 2000 or higher required. Not intended for use with Sybase ASE (Adaptive Server Enterprise)."; 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 = ''; } }