var fDesc=new Array(); fDesc[1] = "XP. Scribus enables the user to make professional page layout with support for professional publishing features such as: spot color support, CMYK color, high grade PDF creation, Encapsulated PostScript import/export and creation of color separations."; fDesc[2] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[3] = "emulation of many network devices and many devices can be added by setting up different configuration to emulate the desired network device. It supports Multilanguage. GNS3 works on Windows, Linux and MAC OSX platforms."; fDesc[4] = "software so it's often used by scientists to convert output from high-speed imagers to video."; fDesc[5] = "formats include CD, MP3, WMA, OGG, WAV, AVI, MPEG, WMV, FLV, 3GP, BMP, GIF, ICO, JPEG, PCX, PNG, PSD, TGA, WMF and more!"; fDesc[6] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)"; fDesc[7] = "image and the program will open the rest of them. Supports BMP, DIB, JPG, PNG, GIF, TGA, TIF, PCX, BAYER, CIN, XPM, SGI, SUN, AVI, MPG, HAV, FLC and more."; fDesc[8] = "formats. It allows you to view, convert and print your single or multi-page images in a variety of ways: a set of thumbnails, single images at many zoom levels, print preview and slide show. VaryView supports AFP ANI AVI AWD BMP CAL CALS CG4 CGM CIT CLP CMP CMX COT CUR CUT DCX DGN DIB DRW DWF DWG DXF EMF EPS EXF EXIF FAX FLC FLI FPX FXD FXM FXR FXS G3 G4 GBR HGL HPG HPGL ICA ICO IFF IMG IOC IOCA ITG JFF JIF JPEG JPG JTF LAS MAC MIL MPEG MPG MSP ODA PAS PAW PBM PCD PCL PCT PCX PGL PGL PGM PICT PLT PNG PNM PPM PRN PRT PSD PSP PTO PTOC RDL RGB RGBA RLE SCT SGI SHP SMP SUN SVG TG4 TGA TIF TIFF VWP VWPG WBM WBMP WFX WMF WPG XBM XPM XWD file extensions. You can also copy images to the clipboard to import into other applications and print in a variety of ways: powerful preview, detail alignment and layout, rotate, mirror, invert color, header, footer and more."; fDesc[9] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!"; fDesc[10] = "files. Includes presets for PAL/NTSC, motion blur, field based render, safe areas & contrast compression"; fDesc[13] = "icons from files in 35 formats, converts icon to files in 16 formats. Downloads 40,000 + icons from www.abbsoft.com/downic on"; fDesc[14] = ", JPEG, PNG, CUR, ANI, PSD, WMF formats. Apply drop shadow, smooth, roll effects. Customize desktop and folder icons."; fDesc[15] = "capture, Export icons to 20 format files."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }