var fDesc=new Array(); fDesc[0] = "FoxWeb is a Web application development tool, which can be used to quickly and easily integrate your FoxPro and client-server databases with the Web and to build interactive Web applications for intranets or the Internet. Take advantage of the fastest PC-based database engine and ease of use of Visual FoxPro to create dynamic Web content."; 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 = ''; } }