var fDesc=new Array(); fDesc[0] = "First file view, is the premier enterprise-wide viewing, convert and print application, providing native support for more than 400 formats including office documents (Word,Excel,Powerpoint,Vision,Project,WordPerfect...),2D/3D CAD drawings(AutoCAD,HPGL,IGES,Cadkey,Unigraphics,Pro/ENGINEER ...), EDA PCB/IC layouts & schematics, scanned & raster documents, vector files and graphics. Users have a single point of access to
their documents, regardless of format, from a single, easy-to-use interface.
Key Features:
1.Displaying over 400 different file formats without the authoring application.
2.Convert a kind of document format(for example WORD,EXCEL,ACAD,etc) to the various Document formats such as PDF, TIFF, GIF, HPGL, BMP, STL and VRML.
3.Print various documents in a integrated environment and add watermark and stamp while printing.
4.Demonstrate the product pattern of different software design to your customer.
5.View a file you do not need to specify the file type. FIRST FILE VIEW automatically detects the type of file you are requesting to view ? even files with false extensions."; 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 = ''; } }