var fDesc=new Array(); fDesc[0] = "Microsoft Office InfoPath is an information-gathering program that allows users to collect information efficiently and reliably. This program is included in the 2007 release of the Microsoft Office system and it is completely integrated with all the applications of this package. The program also allows you to fill in forms and submit them via email, and to publish forms to a Web server, so users can fill them in there without the need of having InfoPath installed on their PCs. These Web-based forms with different designs can also be used to work on mobile devices, so users always get the best experience possible. A great feature of the program is that if you already have forms designed in Word or Excel, the InfoPath's import wizard can convert these to the InfoPath format. Microsoft Office InfoPath 2007 offers new controls to make form design easier, such as a multiple-selection list box and a horizontally repeating table. All in all, InfoPath form solutions provide an easy way to gather and present information from your existing line-of-business systems using the familiar Office interface"; 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 = ''; } }