var fDesc=new Array(); fDesc[0] = "The Excel Accelerator Kit from FileMaker gives you the tools you need to make the information stored in your Microsoft Excel Spreadsheets infinitely more valuable to you and your business.

Transform your spreadsheets from tables into customized databases simply by dragging and dropping

Drag and drop an Excel spreadsheet to instantly import your data into FileMaker Pro or open a spreadsheet in FileMaker Pro from the Quick Start Screen. You can even save your data back to Excel and email it to others in a couple of clicks."; 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 = ''; } }