var fDesc=new Array(); fDesc[0] = "GEOe-View is a web-enabled application for viewing and printing graphical database files (ODF created by our mainline GEO Software products ... GEOe-View allows the user to open a received ODF and to view it on-screen, or to print sections of the log to any Windowstm compatible printer. Provided that your printer supports continuous media, it is now possible to print continuous log plots with GEOe-View. The software runs as a standalone application, but has also been designed as a GEOe-View acts as a plug-in to Internet Explorer™, providing all the additional fuctionality of the GEOe-View application within a familiar interface. An extra toolbar and menu become available to allow zooming, scale change, or depth range to view or print. What GEOe-View does ! Acts as a standalone application, and as a plug-in to the Internet Explorer® web-browser. Allows user to open and view ODF or OIF files (from GEO, GEOLite or GEOLogger), GDF files (from GEODraft), FPL files (from GEOXSection and XWP (XML)."; 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 = ''; } }