summaryrefslogtreecommitdiff
path: root/editors/staroffice52
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-24 19:29:31 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-24 19:29:31 +0000
commit135b1e4c59982682764261955e5b18ecdbd40201 (patch)
treea4a2ff473f1a9919c018efad0dfd08827b35eccb /editors/staroffice52
parentExtra BUILD_DEPENDS on XFree86 removed. (diff)
New port: staroffice52 (after repo-copy from staroffice5)
Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes: svn path=/head/; revision=31934
Diffstat (limited to 'editors/staroffice52')
-rw-r--r--editors/staroffice52/Makefile110
-rw-r--r--editors/staroffice52/distinfo6
-rw-r--r--editors/staroffice52/files/setup.ins.patch9
-rw-r--r--editors/staroffice52/files/setup.patch27
-rw-r--r--editors/staroffice52/files/soffice.patch55
-rw-r--r--editors/staroffice52/pkg-descr2
-rw-r--r--editors/staroffice52/pkg-message16
-rw-r--r--editors/staroffice52/pkg-plist5569
8 files changed, 3127 insertions, 2667 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index 2714cfc1bfab..1bc196999aa6 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/Makefile
@@ -1,85 +1,101 @@
-# New ports collection makefile for: StarOffice 5.1a
-# Date created: 30 October 1999
-# Whom: dkwiebe
+# New ports collection makefile for: StarOffice 5.2
+# Date created: 22 August 2000
+# Whom: Martin Blapp
#
# $FreeBSD$
#
PORTNAME= staroffice
-PORTVERSION= 5.1a
+PORTVERSION= 5.2
CATEGORIES= editors linux
-MASTER_SITES= http://afug.hypermart.net/files/ \
- http://www.hagenhomes.com/freebsd/files/ \
- ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
- ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
- ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
-DISTNAME= so51a_lnx_01
-EXTRACT_SUFX= .tar
-DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
+DISTNAME= so-5_2-ga-bin-linux-en.bin
+DISTFILES= soa-5_2-ga-bin-linux-en.bin so-5_2-ga-bin-linux-en.bin
+EXTRACT_ONLY=
MAINTAINER= mb@imp.ch
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
-DIST_SUBDIR= staroffice5
-WRKSRC= ${WRKDIR}/so51inst
+DIST_SUBDIR= staroffice52
+WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
.include <bsd.port.pre.mk>
-.if defined(WITH_CDROM)
-.if !exists(/cdrom/linux/office51/setup.zip)
-IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
+#
+# Staroffice depends on a scripting fix for
+# src/sys/i386/linux/linux_sysvec. It should
+# be revision 1.55.2.1 or higher. Please upgrade
+# to FreeBSD 4.1
+#
+.if ${OSVERSION} < 410000
+BROKEN= YES
.endif
+
+.if defined(WITH_CDROM)
+IGNORE= "Please mount the Sun StarOffice 5.2 CDROM onto /cdrom and run make again."
.else # FTP/web download
-DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
-.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make WITH_CDROM=yes'"
+.if !exists(${_DISTDIR}/${DISTNAME})
+IGNORE="Please manually download ${DISTNAME} from http://www.sun.com/staroffice. Put ${DISTNAME} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.2 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(WITH_CDROM)
do-extract:
- @${MKDIR} ${WRKSRC}/office51
- @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* .
+ @${MKDIR} ${WRKSRC}/office52
+ @cd ${WRKSRC}/office52 && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
.endif
-post-extract:
- @unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
- @${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
- @${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
+do-extract:
+.if !defined(DISPLAY) || ${DISPLAY} == ""
+ @ ${ECHO}
+ @ ${ECHO} Can\'t open display:
+ @ ${ECHO} Please check your DISPLAY variable.
+ @ ${ECHO}
+ @ ${FALSE}
+.else
+ @${MKDIR} ${WRKSRC}
+ @${MKDIR} ${TMPDIR}
+ @${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
+ @${CP} ${_DISTDIR}/soa-5_2-ga-bin-linux-en.bin ${WRKSRC}
+ @${CHMOD} 755 ${WRKSRC}/${DISTNAME}
+ @${CHMOD} 755 ${WRKSRC}/soa-5_2-ga-bin-linux-en.bin
+ @cd ${WRKSRC}
+ @${WRKSRC}/${DISTNAME} -extract ${WRKSRC}
+ @cd ../../
+.endif
post-configure:
- @${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
+ @${PERL} -pi.orig -e 's|DefaultDestPath = "office52";|DefaultDestPath = "${PREFIX}/office52";|' ${WRKSRC}/setup.ins
do-install:
- @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp
- @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp
- @${ECHO} "/usr/X11R6/lib" >> ${TMPDIR}/ld.so.conf.tmp
- @PATH=${PATH}:${TMPDIR}/sv001.tmp:/compat/linux/tmp/sv001.tmp:/compat/linux/tmp:/tmp
- @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/compat/linux/lib
- @/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp
+.if !defined(DISPLAY) || ${DISPLAY} == ""
+ @ ${ECHO}
+ @ ${ECHO} Can\'t open display:
+ @ ${ECHO} Please check your DISPLAY variable.
+ @ ${ECHO}
+ @ ${FALSE}
+.else
+.if exists(/compat/linux/usr/local)
+ @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.endif
@${CAT} ${PKGDIR}/MESSAGE
- @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net
+ @-TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @ ${ECHO}
+ @ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
+ @ ${ECHO} successfully on your system.
+ @ ${ECHO}
+.endif
- @${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
- @${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
- @${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
- @${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
- @${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
- @${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
- @${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
- @${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
+post-install:
+ @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch
+ @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch
install-user:
- ${PREFIX}/Office51/bin/setup
+ ${PREFIX}/office52/program/setup
.include <bsd.port.post.mk>
diff --git a/editors/staroffice52/distinfo b/editors/staroffice52/distinfo
index e098c5a561d2..f1e7894f7587 100644
--- a/editors/staroffice52/distinfo
+++ b/editors/staroffice52/distinfo
@@ -1,4 +1,2 @@
-MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
-MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
-MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
-MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
+MD5 (staroffice52/soa-5_2-ga-bin-linux-en.bin) = 8f36a55d7cefd919febdefb502ae986d
+MD5 (staroffice52/so-5_2-ga-bin-linux-en.bin) = 1f03de10b6127772ba87567d334aeb4d
diff --git a/editors/staroffice52/files/setup.ins.patch b/editors/staroffice52/files/setup.ins.patch
new file mode 100644
index 000000000000..87122bff86b0
--- /dev/null
+++ b/editors/staroffice52/files/setup.ins.patch
@@ -0,0 +1,9 @@
+--- setup.ins Tue Aug 22 23:31:42 2000
++++ setup.ins Tue Aug 22 23:33:35 2000
+@@ -1,5 +1,5 @@
+ Installation gid_Installation
+- DefaultDestPath = "office52";
++ DefaultDestPath = "/usr/local/office52";
+ ScriptVersion = 100;
+ Bitmap = "so52.bmp";
+ DefaultLanguage = "01";
diff --git a/editors/staroffice52/files/setup.patch b/editors/staroffice52/files/setup.patch
index e48ed36061ea..5f6b0b69a7e7 100644
--- a/editors/staroffice52/files/setup.patch
+++ b/editors/staroffice52/files/setup.patch
@@ -1,19 +1,8 @@
-*** setup.orig Mon Aug 23 23:11:00 1999
---- setup Tue Oct 26 16:48:18 1999
-***************
-*** 25,31 ****
- LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
- export LD_LIBRARY_PATH
- ;;
-! Linux)
- LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
---- 25,31 ----
- LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
- export LD_LIBRARY_PATH
- ;;
-! Linux|FreeBSD)
- LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
+--- setup.orig Wed Aug 23 00:02:57 2000
++++ setup Wed Aug 23 00:03:11 2000
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/compat/linux/bin/sh
+ #
+ # StarOffice patch checking script
+ # (c) 2000, Sun Microsystems Inc.
diff --git a/editors/staroffice52/files/soffice.patch b/editors/staroffice52/files/soffice.patch
index 8350349b9fb5..62dc300be297 100644
--- a/editors/staroffice52/files/soffice.patch
+++ b/editors/staroffice52/files/soffice.patch
@@ -1,47 +1,8 @@
-*** soffice.orig Tue Oct 26 16:57:20 1999
---- soffice Tue Oct 26 17:00:15 1999
-***************
-*** 15,26 ****
- # resolve installation directory
- sd_platform=`uname -s`
- case $sd_platform in
-! SCO_SV) test=/bin/test ;;
-! *) test=/usr/bin/test ;;
- esac
-
- sd_cwd="`pwd`"
-! if $test -L "$0" ; then
- sd_basename=`basename $0`
- sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"`
- else
---- 15,27 ----
- # resolve installation directory
- sd_platform=`uname -s`
- case $sd_platform in
-! FreeBSD) test=/bin/test && symb="-h" ;;
-! SCO_SV) test=/bin/test && symb="-L" ;;
-! *) test=/usr/bin/test && symb="-L" ;;
- esac
-
- sd_cwd="`pwd`"
-! if $test $symb "$0" ; then
- sd_basename=`basename $0`
- sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"`
- else
-***************
-*** 68,74 ****
- export LD_LIBRARYN32_PATH
- ;;
-
-! Linux)
- LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
---- 69,75 ----
- export LD_LIBRARYN32_PATH
- ;;
-
-! Linux|FreeBSD)
- LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
+--- new Wed Aug 23 00:09:46 2000
++++ soffice Tue Aug 22 23:58:14 2000
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/compat/linux/bin/sh
+ #
+ # StarOffice startup script
+ # (c) 1999 Sun Microsystems, Inc.
diff --git a/editors/staroffice52/pkg-descr b/editors/staroffice52/pkg-descr
index abf147ec93dd..758565469eaf 100644
--- a/editors/staroffice52/pkg-descr
+++ b/editors/staroffice52/pkg-descr
@@ -1,4 +1,4 @@
-StarOffice 5.1 is a suite of office productivity applications containing
+StarOffice 5.2 is a suite of office productivity applications containing
a word processor, spreadsheet, graphics and presentation, image
manipulation, and charting. StarOffice offers the ability to read and
write Microsoft Office files.
diff --git a/editors/staroffice52/pkg-message b/editors/staroffice52/pkg-message
index 6f8a7247f06f..656a22469a3c 100644
--- a/editors/staroffice52/pkg-message
+++ b/editors/staroffice52/pkg-message
@@ -1,12 +1,14 @@
-StarOffice 5.1a (Sun Version) Personal Install How-To
+StarOffice 5.2 Personal Install How-To
-Written By:
-Darren Wiebe
-dkwiebe@hagenhomes.com
+Written by: Darren Wiebe <dkwiebe@hagenhomes.com>
+ and Martin Blapp <mb@imp.ch>
-Make install will preform a network installation of StarOffice 5.1a.
-Once that is done, run make install-user, as the user you usually login
-as and do a standard workstation install. It will now be ready to use.
+You will very shortly have finished a network install of StarOffice 5.2.
+Once that is done exit X11 and run it again as the user that you usually use.
+Then run "make install-user" and do a standard workstation install.
+Change the install path to $HOME/office52. Then add $HOME/office52/ to your path.
+
+It will now be ready to use.
Good Luck
diff --git a/editors/staroffice52/pkg-plist b/editors/staroffice52/pkg-plist
index ab793c0d1fb0..9d4b28aab89a 100644
--- a/editors/staroffice52/pkg-plist
+++ b/editors/staroffice52/pkg-plist
@@ -1,2542 +1,3027 @@
-Office51/01_hyph.dat
-Office51/01_spell.dat
-Office51/01_thes.dat
-Office51/44_hyph.dat
-Office51/44_spell.dat
-Office51/44_thes.dat
-Office51/49_hyph.dat
-Office51/49_spell.dat
-Office51/49_thes.dat
-Office51/Desktop/calc.url
-Office51/Desktop/draw.url
-Office51/Desktop/events.url
-Office51/Desktop/impress.url
-Office51/Desktop/mail.url
-Office51/Desktop/psetup.url
-Office51/Desktop/staroffi.url
-Office51/Desktop/sun.url
-Office51/Desktop/tasks.url
-Office51/Desktop/web.url
-Office51/Desktop/writer.url
-Office51/LICENSE
-Office51/README
-Office51/autotext/acor1033.dat
-Office51/autotext/signatur.bau
-Office51/autotext/standard.bau
-Office51/autotext/template.bau
-Office51/basic/combowiz.sbl
-Office51/basic/createre.sbl
-Office51/basic/dbhandle.sbl
-Office51/basic/formedit.sbl
-Office51/basic/formwiza.sbl
-Office51/basic/gimmicks.sbl
-Office51/basic/gridwiza.sbl
-Office51/basic/groupwiz.sbl
-Office51/basic/importwi.sbl
-Office51/basic/init.sbl
-Office51/basic/internet.sbl
-Office51/basic/letterwi.sbl
-Office51/basic/querywiz.sbl
-Office51/basic/reportwi.sbl
-Office51/basic/schedule.sbl
-Office51/basic/soffice.new
-Office51/basic/ssfuncs.sbl
-Office51/basic/ssprint.sbl
-Office51/basic/tablewiz.sbl
-Office51/basic/template.sbl
-Office51/basic/tools.sbl
-Office51/basic/webwizar.sbl
-Office51/bin/applicat.rdb
-Office51/bin/asv51701.res
-Office51/bin/cha51701.res
-Office51/bin/dbw51701.res
-Office51/bin/dmn51701.res
-Office51/bin/do51701.res
-Office51/bin/egi51701.res
-Office51/bin/eme51701.res
-Office51/bin/epb51701.res
-Office51/bin/epg51701.res
-Office51/bin/epn51701.res
-Office51/bin/epp51701.res
-Office51/bin/eps51701.res
-Office51/bin/ept51701.res
-Office51/bin/gal51701.res
-Office51/bin/hlp51701.res
-Office51/bin/icd51701.res
-Office51/bin/installs.scr
-Office51/bin/iso51701.res
-Office51/bin/iwz51701.res
-Office51/bin/javaldx
-Office51/bin/jvm51701.res
-Office51/bin/jvmsetup
-Office51/bin/jvmsetup.bin
-Office51/bin/ofa51701.res
-Office51/bin/ofaslots.tlb
-Office51/bin/oic51701.res
-Office51/bin/pluginapp.bin
-Office51/bin/rts51701.res
-Office51/bin/san51701.res
-Office51/bin/sba51701.res
-Office51/bin/sc51701.res
-Office51/bin/sch51701.res
-Office51/bin/schslots.tlb
-Office51/bin/scslots.tlb
-Office51/bin/sd51701.res
-Office51/bin/sdb51701.res
-Office51/bin/sdgslots.tlb
-Office51/bin/sdslots.tlb
-Office51/bin/sdtslots.tlb
-Office51/bin/set51701.res
-Office51/bin/setup
-Office51/bin/setup.bin
-Office51/bin/setup.log
-Office51/bin/setup.orig
-Office51/bin/sfax.bin
-Office51/bin/sfx51701.res
-Office51/bin/sfxslots.tlb
-Office51/bin/sim51701.res
-Office51/bin/simslots.tlb
-Office51/bin/sj51701.res
-Office51/bin/sm51701.res
-Office51/bin/smslots.tlb
-Office51/bin/so5dbt.dll
-Office51/bin/soffice
-Office51/bin/soffice.bin
-Office51/bin/soffice.orig
-Office51/bin/sorc
-Office51/bin/spa51701.res
-Office51/bin/spadmin
-Office51/bin/spadmin.bin
-Office51/bin/ss51701.res
-Office51/bin/svt51701.res
-Office51/bin/svx51701.res
-Office51/bin/svxslots.tlb
-Office51/bin/sw51701.res
-Office51/bin/swslots.tlb
-Office51/bin/tfu51701.res
-Office51/bin/vcl51701.res
-Office51/bin/wswslots.tlb
-Office51/bookmark/Fun & More/amazon.url
-Office51/bookmark/Fun & More/dilbert.url
-Office51/bookmark/Fun & More/imdb.url
-Office51/bookmark/Fun & More/people.url
-Office51/bookmark/Fun & More/tv-now.url
-Office51/bookmark/Fun & More/webcam.url
-Office51/bookmark/Information/cnn.url
-Office51/bookmark/Information/currconv.url
-Office51/bookmark/Information/fool.url
-Office51/bookmark/Information/intlphon.url
-Office51/bookmark/Information/phonsrch.url
-Office51/bookmark/Information/stocks.url
-Office51/bookmark/Information/weather.url
-Office51/bookmark/Information/zdnet.url
-Office51/bookmark/Information/zip-code.url
-Office51/bookmark/Internet/acronyms.url
-Office51/bookmark/Internet/cliparts.url
-Office51/bookmark/Internet/howtodo.url
-Office51/bookmark/Internet/htmlmanl.url
-Office51/bookmark/Internet/smiley.url
-Office51/bookmark/Internet/textures.url
-Office51/bookmark/Java/boutique.url
-Office51/bookmark/Java/jars.url
-Office51/bookmark/Java/javasoft.url
-Office51/bookmark/Java/jconsole.url
-Office51/bookmark/Java/jsetupix.url
-Office51/bookmark/Java/jsystem.url
-Office51/bookmark/Travel/amtrak.url
-Office51/bookmark/Travel/city-net.url
-Office51/bookmark/Travel/greyhnd.url
-Office51/bookmark/Travel/webtrip.url
-Office51/bookmark/nsbook.url
-Office51/bookmark/staroffi.url
-Office51/bookmark/sun.url
-Office51/cde/soffice1.fp
-Office51/cde/staroffice.dt
-Office51/config/alarm.wav
-Office51/config/arrowhd.soe
-Office51/config/autotbl.fmt
-Office51/config/base_bck.gif
-Office51/config/calc_bck.gif
-Office51/config/classic.sog
-Office51/config/cmponent.ini
-Office51/config/cmyk.soc
-Office51/config/convert.ini
-Office51/config/dbbusin.def
-Office51/config/dbpriv.def
-Office51/config/defcal.txt
-Office51/config/defuser.txt
-Office51/config/desk_bck.gif
-Office51/config/draw_bck.gif
-Office51/config/gpm.ini
-Office51/config/groups/bookmark.url
-Office51/config/groups/explorer.url
-Office51/config/groups/tasks.url
-Office51/config/groups/work.url
-Office51/config/hatching.soh
-Office51/config/help/desktop.01
-Office51/config/help/sbasic.01
-Office51/config/help/scalc.01
-Office51/config/help/schart.01
-Office51/config/help/schedule.01
-Office51/config/help/sdraw.01
-Office51/config/help/simage.01
-Office51/config/help/simpress.01
-Office51/config/help/smath.01
-Office51/config/help/swriter.01
-Office51/config/helpmenu/h100002.url
-Office51/config/helpmenu/h100008.url
-Office51/config/helpmenu/h100009.url
-Office51/config/helpmenu/h100011.url
-Office51/config/helpmenu/h100016.url
-Office51/config/helpmenu/h100018.url
-Office51/config/helpmenu/h100020.url
-Office51/config/helpmenu/h100127.url
-Office51/config/helpmenu/h100135.url
-Office51/config/hlpagent.ini
-Office51/config/impr_bck.gif
-Office51/config/labels.ini
-Office51/config/math_bck.gif
-Office51/config/modern.sog
-Office51/config/more/_05_html.url
-Office51/config/more/_10_fram.url
-Office51/config/more/_15_mstr.url
-Office51/config/more/_18_data.url
-Office51/config/more/_20_sep.url
-Office51/config/more/_25_chrt.url
-Office51/config/more/_30_img.url
-Office51/config/more/_35_for.url
-Office51/config/more/_40_sep.url
-Office51/config/more/_45_tpl.url
-Office51/config/mydocs.gif
-Office51/config/new/_05_text.url
-Office51/config/new/_10_sprd.url
-Office51/config/new/_15_pres.url
-Office51/config/new/_20_draw.url
-Office51/config/new/_25_sep.url
-Office51/config/new/_30_html.url
-Office51/config/new/_35_mail.url
-Office51/config/new/_40_fram.url
-Office51/config/new/_45_mstr.url
-Office51/config/new/_48_data.url
-Office51/config/new/_50_sep.url
-Office51/config/new/_55_chrt.url
-Office51/config/new/_60_img.url
-Office51/config/new/_65_for.url
-Office51/config/new/_70_sep.url
-Office51/config/new/_75_tpl.url
-Office51/config/palette.soc
-Office51/config/psetup.xpm
-Office51/config/psetupl.xpm
-Office51/config/settings/_10_prin.url
-Office51/config/srcheng.ini
-Office51/config/sshelp.hid
-Office51/config/ssimport.ini
-Office51/config/ssprsize.ini
-Office51/config/standard.sob
-Office51/config/standard.soc
-Office51/config/standard.sod
-Office51/config/standard.soe
-Office51/config/standard.sog
-Office51/config/standard.soh
-Office51/config/starmath.sms
-Office51/config/start/_05_text.url
-Office51/config/start/_10_sprd.url
-Office51/config/start/_15_mail.url
-Office51/config/start/_20_pres.url
-Office51/config/start/_25_draw.url
-Office51/config/start/_30_more.url
-Office51/config/start/_45_sep.url
-Office51/config/start/_50_prog.url
-Office51/config/start/_55_book.url
-Office51/config/start/_60_doc.url
-Office51/config/start/_65_set.url
-Office51/config/start/_68_find.url
-Office51/config/start/_70_help.url
-Office51/config/start/_75_exec.url
-Office51/config/styles.sod
-Office51/config/symbol/sc00000.bmp
-Office51/config/symbol/sc05300.bmp
-Office51/config/symbol/sc05302.bmp
-Office51/config/symbol/sc05325.bmp
-Office51/config/symbol/sc05331.bmp
-Office51/config/symbol/sc05338.bmp
-Office51/config/symbol/sc05339.bmp
-Office51/config/symbol/sc05361.bmp
-Office51/config/symbol/sc05362.bmp
-Office51/config/symbol/sc05363.bmp
-Office51/config/symbol/sc05364.bmp
-Office51/config/symbol/sc05365.bmp
-Office51/config/symbol/sc05366.bmp
-Office51/config/symbol/sc05367.bmp
-Office51/config/symbol/sc05368.bmp
-Office51/config/symbol/sc05369.bmp
-Office51/config/symbol/sc05370.bmp
-Office51/config/symbol/sc05371.bmp
-Office51/config/symbol/sc05373.bmp
-Office51/config/symbol/sc05374.bmp
-Office51/config/symbol/sc05375.bmp
-Office51/config/symbol/sc05377.bmp
-Office51/config/symbol/sc05381.bmp
-Office51/config/symbol/sc05382.bmp
-Office51/config/symbol/sc05383.bmp
-Office51/config/symbol/sc05384.bmp
-Office51/config/symbol/sc05386.bmp
-Office51/config/symbol/sc05387.bmp
-Office51/config/symbol/sc05401.bmp
-Office51/config/symbol/sc05402.bmp
-Office51/config/symbol/sc05410.bmp
-Office51/config/symbol/sc05411.bmp
-Office51/config/symbol/sc05412.bmp
-Office51/config/symbol/sc05413.bmp
-Office51/config/symbol/sc05414.bmp
-Office51/config/symbol/sc05415.bmp
-Office51/config/symbol/sc05500.bmp
-Office51/config/symbol/sc05501.bmp
-Office51/config/symbol/sc05502.bmp
-Office51/config/symbol/sc05503.bmp
-Office51/config/symbol/sc05504.bmp
-Office51/config/symbol/sc05505.bmp
-Office51/config/symbol/sc05508.bmp
-Office51/config/symbol/sc05509.bmp
-Office51/config/symbol/sc05532.bmp
-Office51/config/symbol/sc05533.bmp
-Office51/config/symbol/sc05535.bmp
-Office51/config/symbol/sc05537.bmp
-Office51/config/symbol/sc05538.bmp
-Office51/config/symbol/sc05539.bmp
-Office51/config/symbol/sc05552.bmp
-Office51/config/symbol/sc05555.bmp
-Office51/config/symbol/sc05556.bmp
-Office51/config/symbol/sc05561.bmp
-Office51/config/symbol/sc05563.bmp
-Office51/config/symbol/sc05595.bmp
-Office51/config/symbol/sc05596.bmp
-Office51/config/symbol/sc05624.bmp
-Office51/config/symbol/sc05646.bmp
-Office51/config/symbol/sc05647.bmp
-Office51/config/symbol/sc05648.bmp
-Office51/config/symbol/sc05649.bmp
-Office51/config/symbol/sc05650.bmp
-Office51/config/symbol/sc05651.bmp
-Office51/config/symbol/sc05672.bmp
-Office51/config/symbol/sc05673.bmp
-Office51/config/symbol/sc05675.bmp
-Office51/config/symbol/sc05694.bmp
-Office51/config/symbol/sc05700.bmp
-Office51/config/symbol/sc05701.bmp
-Office51/config/symbol/sc05702.bmp
-Office51/config/symbol/sc05710.bmp
-Office51/config/symbol/sc05711.bmp
-Office51/config/symbol/sc05712.bmp
-Office51/config/symbol/sc05713.bmp
-Office51/config/symbol/sc05723.bmp
-Office51/config/symbol/sc05800.bmp
-Office51/config/symbol/sc05801.bmp
-Office51/config/symbol/sc05802.bmp
-Office51/config/symbol/sc05904.bmp
-Office51/config/symbol/sc05905.bmp
-Office51/config/symbol/sc05906.bmp
-Office51/config/symbol/sc05951.bmp
-Office51/config/symbol/sc05952.bmp
-Office51/config/symbol/sc05953.bmp
-Office51/config/symbol/sc05954.bmp
-Office51/config/symbol/sc05955.bmp
-Office51/config/symbol/sc05956.bmp
-Office51/config/symbol/sc05957.bmp
-Office51/config/symbol/sc05958.bmp
-Office51/config/symbol/sc05959.bmp
-Office51/config/symbol/sc05960.bmp
-Office51/config/symbol/sc05961.bmp
-Office51/config/symbol/sc05962.bmp
-Office51/config/symbol/sc05963.bmp
-Office51/config/symbol/sc06300.bmp
-Office51/config/symbol/sc06301.bmp
-Office51/config/symbol/sc06302.bmp
-Office51/config/symbol/sc06303.bmp
-Office51/config/symbol/sc06304.bmp
-Office51/config/symbol/sc06305.bmp
-Office51/config/symbol/sc06306.bmp
-Office51/config/symbol/sc06308.bmp
-Office51/config/symbol/sc06309.bmp
-Office51/config/symbol/sc06312.bmp
-Office51/config/symbol/sc06313.bmp
-Office51/config/symbol/sc06314.bmp
-Office51/config/symbol/sc06315.bmp
-Office51/config/symbol/sc06318.bmp
-Office51/config/symbol/sc06330.bmp
-Office51/config/symbol/sc06331.bmp
-Office51/config/symbol/sc06332.bmp
-Office51/config/symbol/sc06333.bmp
-Office51/config/symbol/sc06334.bmp
-Office51/config/symbol/sc06335.bmp
-Office51/config/symbol/sc06336.bmp
-Office51/config/symbol/sc06337.bmp
-Office51/config/symbol/sc06338.bmp
-Office51/config/symbol/sc06339.bmp
-Office51/config/symbol/sc06350.bmp
-Office51/config/symbol/sc06351.bmp
-Office51/config/symbol/sc06352.bmp
-Office51/config/symbol/sc06353.bmp
-Office51/config/symbol/sc06354.bmp
-Office51/config/symbol/sc06355.bmp
-Office51/config/symbol/sc06356.bmp
-Office51/config/symbol/sc06357.bmp
-Office51/config/symbol/sc06362.bmp
-Office51/config/symbol/sc06363.bmp
-Office51/config/symbol/sc06364.bmp
-Office51/config/symbol/sc06370.bmp
-Office51/config/symbol/sc06377.bmp
-Office51/config/symbol/sc06379.bmp
-Office51/config/symbol/sc06384.bmp
-Office51/config/symbol/sc06522.bmp
-Office51/config/symbol/sc10000.bmp
-Office51/config/symbol/sc10006.bmp
-Office51/config/symbol/sc10007.bmp
-Office51/config/symbol/sc10008.bmp
-Office51/config/symbol/sc10009.bmp
-Office51/config/symbol/sc10010.bmp
-Office51/config/symbol/sc10012.bmp
-Office51/config/symbol/sc10013.bmp
-Office51/config/symbol/sc10014.bmp
-Office51/config/symbol/sc10015.bmp
-Office51/config/symbol/sc10016.bmp
-Office51/config/symbol/sc10017.bmp
-Office51/config/symbol/sc10028.bmp
-Office51/config/symbol/sc10029.bmp
-Office51/config/symbol/sc10030.bmp
-Office51/config/symbol/sc10031.bmp
-Office51/config/symbol/sc10035.bmp
-Office51/config/symbol/sc10036.bmp
-Office51/config/symbol/sc10045.bmp
-Office51/config/symbol/sc10050.bmp
-Office51/config/symbol/sc10055.bmp
-Office51/config/symbol/sc10087.bmp
-Office51/config/symbol/sc10096.bmp
-Office51/config/symbol/sc10097.bmp
-Office51/config/symbol/sc10098.bmp
-Office51/config/symbol/sc10099.bmp
-Office51/config/symbol/sc10100.bmp
-Office51/config/symbol/sc10101.bmp
-Office51/config/symbol/sc10102.bmp
-Office51/config/symbol/sc10103.bmp
-Office51/config/symbol/sc10104.bmp
-Office51/config/symbol/sc10105.bmp
-Office51/config/symbol/sc10106.bmp
-Office51/config/symbol/sc10109.bmp
-Office51/config/symbol/sc10110.bmp
-Office51/config/symbol/sc10112.bmp
-Office51/config/symbol/sc10114.bmp
-Office51/config/symbol/sc10115.bmp
-Office51/config/symbol/sc10116.bmp
-Office51/config/symbol/sc10117.bmp
-Office51/config/symbol/sc10118.bmp
-Office51/config/symbol/sc10119.bmp
-Office51/config/symbol/sc10120.bmp
-Office51/config/symbol/sc10121.bmp
-Office51/config/symbol/sc10122.bmp
-Office51/config/symbol/sc10123.bmp
-Office51/config/symbol/sc10124.bmp
-Office51/config/symbol/sc10125.bmp
-Office51/config/symbol/sc10126.bmp
-Office51/config/symbol/sc10127.bmp
-Office51/config/symbol/sc10128.bmp
-Office51/config/symbol/sc10129.bmp
-Office51/config/symbol/sc10130.bmp
-Office51/config/symbol/sc10131.bmp
-Office51/config/symbol/sc10132.bmp
-Office51/config/symbol/sc10133.bmp
-Office51/config/symbol/sc10134.bmp
-Office51/config/symbol/sc10135.bmp
-Office51/config/symbol/sc10136.bmp
-Office51/config/symbol/sc10137.bmp
-Office51/config/symbol/sc10138.bmp
-Office51/config/symbol/sc10139.bmp
-Office51/config/symbol/sc10140.bmp
-Office51/config/symbol/sc10141.bmp
-Office51/config/symbol/sc10142.bmp
-Office51/config/symbol/sc10143.bmp
-Office51/config/symbol/sc10144.bmp
-Office51/config/symbol/sc10145.bmp
-Office51/config/symbol/sc10146.bmp
-Office51/config/symbol/sc10147.bmp
-Office51/config/symbol/sc10148.bmp
-Office51/config/symbol/sc10150.bmp
-Office51/config/symbol/sc10151.bmp
-Office51/config/symbol/sc10152.bmp
-Office51/config/symbol/sc10153.bmp
-Office51/config/symbol/sc10154.bmp
-Office51/config/symbol/sc10155.bmp
-Office51/config/symbol/sc10156.bmp
-Office51/config/symbol/sc10157.bmp
-Office51/config/symbol/sc10158.bmp
-Office51/config/symbol/sc10159.bmp
-Office51/config/symbol/sc10160.bmp
-Office51/config/symbol/sc10161.bmp
-Office51/config/symbol/sc10162.bmp
-Office51/config/symbol/sc10163.bmp
-Office51/config/symbol/sc10164.bmp
-Office51/config/symbol/sc10185.bmp
-Office51/config/symbol/sc10186.bmp
-Office51/config/symbol/sc10187.bmp
-Office51/config/symbol/sc10188.bmp
-Office51/config/symbol/sc10189.bmp
-Office51/config/symbol/sc10190.bmp
-Office51/config/symbol/sc10191.bmp
-Office51/config/symbol/sc10192.bmp
-Office51/config/symbol/sc10193.bmp
-Office51/config/symbol/sc10194.bmp
-Office51/config/symbol/sc10195.bmp
-Office51/config/symbol/sc10196.bmp
-Office51/config/symbol/sc10197.bmp
-Office51/config/symbol/sc10199.bmp
-Office51/config/symbol/sc10200.bmp
-Office51/config/symbol/sc10201.bmp
-Office51/config/symbol/sc10217.bmp
-Office51/config/symbol/sc10223.bmp
-Office51/config/symbol/sc10224.bmp
-Office51/config/symbol/sc10231.bmp
-Office51/config/symbol/sc10232.bmp
-Office51/config/symbol/sc10233.bmp
-Office51/config/symbol/sc10240.bmp
-Office51/config/symbol/sc10241.bmp
-Office51/config/symbol/sc10242.bmp
-Office51/config/symbol/sc10243.bmp
-Office51/config/symbol/sc10244.bmp
-Office51/config/symbol/sc10253.bmp
-Office51/config/symbol/sc10254.bmp
-Office51/config/symbol/sc10255.bmp
-Office51/config/symbol/sc10256.bmp
-Office51/config/symbol/sc10282.bmp
-Office51/config/symbol/sc10283.bmp
-Office51/config/symbol/sc10286.bmp
-Office51/config/symbol/sc10287.bmp
-Office51/config/symbol/sc10294.bmp
-Office51/config/symbol/sc10295.bmp
-Office51/config/symbol/sc10296.bmp
-Office51/config/symbol/sc10297.bmp
-Office51/config/symbol/sc10301.bmp
-Office51/config/symbol/sc10350.bmp
-Office51/config/symbol/sc10360.bmp
-Office51/config/symbol/sc10366.bmp
-Office51/config/symbol/sc10371.bmp
-Office51/config/symbol/sc10375.bmp
-Office51/config/symbol/sc10376.bmp
-Office51/config/symbol/sc10378.bmp
-Office51/config/symbol/sc10379.bmp
-Office51/config/symbol/sc10380.bmp
-Office51/config/symbol/sc10381.bmp
-Office51/config/symbol/sc10382.bmp
-Office51/config/symbol/sc10383.bmp
-Office51/config/symbol/sc10384.bmp
-Office51/config/symbol/sc10385.bmp
-Office51/config/symbol/sc10386.bmp
-Office51/config/symbol/sc10387.bmp
-Office51/config/symbol/sc10388.bmp
-Office51/config/symbol/sc10389.bmp
-Office51/config/symbol/sc10390.bmp
-Office51/config/symbol/sc10391.bmp
-Office51/config/symbol/sc10393.bmp
-Office51/config/symbol/sc10394.bmp
-Office51/config/symbol/sc10395.bmp
-Office51/config/symbol/sc10396.bmp
-Office51/config/symbol/sc10397.bmp
-Office51/config/symbol/sc10398.bmp
-Office51/config/symbol/sc10399.bmp
-Office51/config/symbol/sc10401.bmp
-Office51/config/symbol/sc10402.bmp
-Office51/config/symbol/sc10403.bmp
-Office51/config/symbol/sc10434.bmp
-Office51/config/symbol/sc10458.bmp
-Office51/config/symbol/sc10461.bmp
-Office51/config/symbol/sc10462.bmp
-Office51/config/symbol/sc10463.bmp
-Office51/config/symbol/sc10464.bmp
-Office51/config/symbol/sc10465.bmp
-Office51/config/symbol/sc10503.bmp
-Office51/config/symbol/sc12021.bmp
-Office51/config/symbol/sc12201.bmp
-Office51/config/symbol/sc12202.bmp
-Office51/config/symbol/sc12203.bmp
-Office51/config/symbol/sc12204.bmp
-Office51/config/symbol/sc12212.bmp
-Office51/config/symbol/sc12221.bmp
-Office51/config/symbol/sc12222.bmp
-Office51/config/symbol/sc12223.bmp
-Office51/config/symbol/sc12224.bmp
-Office51/config/symbol/sc12225.bmp
-Office51/config/symbol/sc12226.bmp
-Office51/config/symbol/sc12227.bmp
-Office51/config/symbol/sc12228.bmp
-Office51/config/symbol/sc12229.bmp
-Office51/config/symbol/sc12230.bmp
-Office51/config/symbol/sc12231.bmp
-Office51/config/symbol/sc12232.bmp
-Office51/config/symbol/sc12234.bmp
-Office51/config/symbol/sc14780.bmp
-Office51/config/symbol/sc14781.bmp
-Office51/config/symbol/sc14785.bmp
-Office51/config/symbol/sc14786.bmp
-Office51/config/symbol/sc21050.bmp
-Office51/config/symbol/sc21051.bmp
-Office51/config/symbol/sc21060.bmp
-Office51/config/symbol/sc21061.bmp
-Office51/config/symbol/sc21062.bmp
-Office51/config/symbol/sc21070.bmp
-Office51/config/symbol/sc21080.bmp
-Office51/config/symbol/sc21100.bmp
-Office51/config/symbol/sc21101.bmp
-Office51/config/symbol/sc21102.bmp
-Office51/config/symbol/sc21103.bmp
-Office51/config/symbol/sc21104.bmp
-Office51/config/symbol/sc21105.bmp
-Office51/config/symbol/sc21110.bmp
-Office51/config/symbol/sc21111.bmp
-Office51/config/symbol/sc21120.bmp
-Office51/config/symbol/sc21121.bmp
-Office51/config/symbol/sc21130.bmp
-Office51/config/symbol/sc21140.bmp
-Office51/config/symbol/sc21141.bmp
-Office51/config/symbol/sc21142.bmp
-Office51/config/symbol/sc21150.bmp
-Office51/config/symbol/sc21160.bmp
-Office51/config/symbol/sc21170.bmp
-Office51/config/symbol/sc21180.bmp
-Office51/config/symbol/sc21190.bmp
-Office51/config/symbol/sc21200.bmp
-Office51/config/symbol/sc21210.bmp
-Office51/config/symbol/sc21220.bmp
-Office51/config/symbol/sc21230.bmp
-Office51/config/symbol/sc21240.bmp
-Office51/config/symbol/sc21250.bmp
-Office51/config/symbol/sc27030.bmp
-Office51/config/symbol/sc27065.bmp
-Office51/config/symbol/sc27066.bmp
-Office51/config/symbol/sc27067.bmp
-Office51/config/symbol/sc30000.bmp
-Office51/config/symbol/sc30002.bmp
-Office51/config/symbol/sc30003.bmp
-Office51/config/symbol/sc30004.bmp
-Office51/config/symbol/sc30005.bmp
-Office51/config/symbol/sc30007.bmp
-Office51/config/symbol/sc30008.bmp
-Office51/config/symbol/sc30009.bmp
-Office51/config/symbol/sc30010.bmp
-Office51/config/symbol/sc30011.bmp
-Office51/config/symbol/sc30012.bmp
-Office51/config/symbol/sc30770.bmp
-Office51/config/symbol/sc30773.bmp
-Office51/config/symbol/sc30774.bmp
-Office51/config/symbol/sc30782.bmp
-Office51/config/symbol/sc6377.bmp
-Office51/config/symbol/scbullet.bmp
-Office51/config/symbol/scnumb.bmp
-Office51/config/symbol/sco161.bmp
-Office51/config/symbol/sco261.bmp
-Office51/config/symbol/sco262.bmp
-Office51/config/symbol/sortd.bmp
-Office51/config/symbol/sortu.bmp
-Office51/config/symbol/u_high.bmp
-Office51/config/symbol/u_low.bmp
-Office51/config/symbol/u_normal.bmp
-Office51/config/tasks/calc.url
-Office51/config/tasks/chart.url
-Office51/config/tasks/dbase.url
-Office51/config/tasks/draw.url
-Office51/config/tasks/formula.url
-Office51/config/tasks/frameset.url
-Office51/config/tasks/global.url
-Office51/config/tasks/html.url
-Office51/config/tasks/image.url
-Office51/config/tasks/impress.url
-Office51/config/tasks/mail.url
-Office51/config/tasks/writer.url
-Office51/config/web.soc
-Office51/config/wizard/_05_lttr.url
-Office51/config/wizard/_10_fax.url
-Office51/config/wizard/_15_agnd.url
-Office51/config/wizard/_20_memo.url
-Office51/config/wizard/_25_sep.url
-Office51/config/wizard/_30_pres.url
-Office51/config/wizard/_35_sep.url
-Office51/config/wizard/_40_web.url
-Office51/config/wizard/_45_sep.url
-Office51/config/wizard/_50_tabl.url
-Office51/config/wizard/_55_rprt.url
-Office51/config/wizard/_60_form.url
-Office51/config/wizard/_65_qury.url
-Office51/config/wizard/_70_sep.url
-Office51/config/wizard/_75_msi.url
-Office51/config/wizard/_80_iset.url
-Office51/config/writ_bck.gif
-Office51/database/address.dbf
-Office51/database/address.dbt
-Office51/deinstall-kde
-Office51/explorer/Samples/Drawings/Automobile.sda
-Office51/explorer/Samples/Drawings/Blueprint.sda
-Office51/explorer/Samples/Drawings/ColorProfile.sda
-Office51/explorer/Samples/Drawings/Jazz.sda
-Office51/explorer/Samples/Drawings/Motor.sda
-Office51/explorer/Samples/Drawings/Ship.sda
-Office51/explorer/Samples/Drawings/Workshop.sda
-Office51/explorer/Samples/Formulas/Annuities.smf
-Office51/explorer/Samples/Formulas/Cauchy.smf
-Office51/explorer/Samples/Formulas/ChemicalElement.smf
-Office51/explorer/Samples/Formulas/DefinitionStraightLine.smf
-Office51/explorer/Samples/Formulas/EffectiveAnnualInterestRate.smf
-Office51/explorer/Samples/Formulas/HamiltonOperator.smf
-Office51/explorer/Samples/Formulas/InvestmentReturns.smf
-Office51/explorer/Samples/Formulas/LawOfErrorPropagation.smf
-Office51/explorer/Samples/Formulas/Limes.smf
-Office51/explorer/Samples/Formulas/LinearRegression.smf
-Office51/explorer/Samples/Formulas/Maxwell.smf
-Office51/explorer/Samples/Formulas/ScalarProduct.smf
-Office51/explorer/Samples/Formulas/Sinus.smf
-Office51/explorer/Samples/Formulas/SquareRoot.smf
-Office51/explorer/Samples/Formulas/StandardDeviation.smf
-Office51/explorer/Samples/Formulas/VectorProduct.smf
-Office51/explorer/Samples/Presentations/Chess.sdd
-Office51/explorer/Samples/Presentations/HolidayPictures.sdd
-Office51/explorer/Samples/Presentations/Orgchart.sdd
-Office51/explorer/Samples/Presentations/Recar-agm.sdd
-Office51/explorer/Samples/Presentations/ThreeDimensions.sdd
-Office51/explorer/Samples/Spreadsheets/Biorhythm.sdc
-Office51/explorer/Samples/Spreadsheets/Buffet.sdc
-Office51/explorer/Samples/Spreadsheets/Calculation.sdc
-Office51/explorer/Samples/Spreadsheets/DataAnalysis.sdc
-Office51/explorer/Samples/Spreadsheets/Euro-Converter.sdc
-Office51/explorer/Samples/Spreadsheets/Movie1.sdc
-Office51/explorer/Samples/Spreadsheets/Movie2.sdc
-Office51/explorer/Samples/Spreadsheets/Movie3.sdc
-Office51/explorer/Samples/Spreadsheets/OfficeAssociation.sdc
-Office51/explorer/Samples/Spreadsheets/Recar-Scenarios.sdc
-Office51/explorer/Samples/Spreadsheets/UnitConverter.sdc
-Office51/explorer/Samples/TextDocuments/Book.sgl
-Office51/explorer/Samples/TextDocuments/Brochure.sdw
-Office51/explorer/Samples/TextDocuments/Chapters/Chapter1.sdw
-Office51/explorer/Samples/TextDocuments/Chapters/Chapter2.sdw
-Office51/explorer/Samples/TextDocuments/Chapters/Chapter3.sdw
-Office51/explorer/Samples/TextDocuments/Chapters/Glass.jpg
-Office51/explorer/Samples/TextDocuments/Chapters/Ham.jpg
-Office51/explorer/Samples/TextDocuments/Chapters/Strwbrry.jpg
-Office51/explorer/Samples/TextDocuments/Chapters/Tennis.jpg
-Office51/explorer/Samples/TextDocuments/Chapters/Villa1.jpg
-Office51/explorer/Samples/TextDocuments/Chapters/Villa2.jpg
-Office51/explorer/Samples/TextDocuments/CoverLetter.sdw
-Office51/explorer/Samples/TextDocuments/Flyers.sdw
-Office51/explorer/Samples/TextDocuments/Games.sdw
-Office51/explorer/Samples/TextDocuments/Homepage.html
-Office51/explorer/Samples/TextDocuments/Homepage/about.gif
-Office51/explorer/Samples/TextDocuments/Homepage/about.html
-Office51/explorer/Samples/TextDocuments/Homepage/abouto.gif
-Office51/explorer/Samples/TextDocuments/Homepage/backgrnd.jpg
-Office51/explorer/Samples/TextDocuments/Homepage/bar.gif
-Office51/explorer/Samples/TextDocuments/Homepage/contact.gif
-Office51/explorer/Samples/TextDocuments/Homepage/contact.html
-Office51/explorer/Samples/TextDocuments/Homepage/contacto.gif
-Office51/explorer/Samples/TextDocuments/Homepage/coop.html
-Office51/explorer/Samples/TextDocuments/Homepage/empty.html
-Office51/explorer/Samples/TextDocuments/Homepage/hole.gif
-Office51/explorer/Samples/TextDocuments/Homepage/home.gif
-Office51/explorer/Samples/TextDocuments/Homepage/info.gif
-Office51/explorer/Samples/TextDocuments/Homepage/info.html
-Office51/explorer/Samples/TextDocuments/Homepage/leftbar.gif
-Office51/explorer/Samples/TextDocuments/Homepage/motor.html
-Office51/explorer/Samples/TextDocuments/Homepage/partnero.gif
-Office51/explorer/Samples/TextDocuments/Homepage/partners.gif
-Office51/explorer/Samples/TextDocuments/Homepage/partners.html
-Office51/explorer/Samples/TextDocuments/Homepage/producto.gif
-Office51/explorer/Samples/TextDocuments/Homepage/products.gif
-Office51/explorer/Samples/TextDocuments/Homepage/products.html
-Office51/explorer/Samples/TextDocuments/Homepage/question.gif
-Office51/explorer/Samples/TextDocuments/Homepage/question.html
-Office51/explorer/Samples/TextDocuments/Homepage/race.html
-Office51/explorer/Samples/TextDocuments/Homepage/recar.sdc
-Office51/explorer/Samples/TextDocuments/Homepage/soffice.gif
-Office51/explorer/Samples/TextDocuments/Homepage/start.html
-Office51/explorer/Samples/TextDocuments/Homepage/story.gif
-Office51/explorer/Samples/TextDocuments/Homepage/title.gif
-Office51/explorer/Samples/TextDocuments/IceCreamMenu.sdw
-Office51/explorer/Samples/TextDocuments/Invitation.sdw
-Office51/explorer/Samples/TextDocuments/JobAd.sdw
-Office51/explorer/Samples/TextDocuments/LostDogNotice.sdw
-Office51/explorer/address.sdb
-Office51/explorer/bookmark.url
-Office51/explorer/samples.url
-Office51/explorer/work.url
-Office51/filter/libegi517li.flt
-Office51/filter/libeme517li.flt
-Office51/filter/libemp517li.flt
-Office51/filter/libepb517li.flt
-Office51/filter/libepg517li.flt
-Office51/filter/libepn517li.flt
-Office51/filter/libepp517li.flt
-Office51/filter/libeps517li.flt
-Office51/filter/libept517li.flt
-Office51/filter/libera517li.flt
-Office51/filter/libeti517li.flt
-Office51/filter/libexp517li.flt
-Office51/filter/libicd517li.flt
-Office51/filter/libicg517li.flt
-Office51/filter/libidx517li.flt
-Office51/filter/libime517li.flt
-Office51/filter/libipb517li.flt
-Office51/filter/libipd517li.flt
-Office51/filter/libips517li.flt
-Office51/filter/libipt517li.flt
-Office51/filter/libipx517li.flt
-Office51/filter/libira517li.flt
-Office51/filter/libitg517li.flt
-Office51/filter/libiti517li.flt
-Office51/fonts/75dpi/ariob10.pcf.Z
-Office51/fonts/75dpi/ariob12.pcf.Z
-Office51/fonts/75dpi/ariob14.pcf.Z
-Office51/fonts/75dpi/ariob17.pcf.Z
-Office51/fonts/75dpi/ariob20.pcf.Z
-Office51/fonts/75dpi/ariob24.pcf.Z
-Office51/fonts/75dpi/ariob8.pcf.Z
-Office51/fonts/75dpi/arion10.pcf.Z
-Office51/fonts/75dpi/arion12.pcf.Z
-Office51/fonts/75dpi/arion14.pcf.Z
-Office51/fonts/75dpi/arion17.pcf.Z
-Office51/fonts/75dpi/arion20.pcf.Z
-Office51/fonts/75dpi/arion24.pcf.Z
-Office51/fonts/75dpi/arion8.pcf.Z
-Office51/fonts/75dpi/bdf/ariob10.bdf
-Office51/fonts/75dpi/bdf/ariob12.bdf
-Office51/fonts/75dpi/bdf/ariob14.bdf
-Office51/fonts/75dpi/bdf/ariob17.bdf
-Office51/fonts/75dpi/bdf/ariob20.bdf
-Office51/fonts/75dpi/bdf/ariob24.bdf
-Office51/fonts/75dpi/bdf/ariob8.bdf
-Office51/fonts/75dpi/bdf/arion10.bdf
-Office51/fonts/75dpi/bdf/arion12.bdf
-Office51/fonts/75dpi/bdf/arion14.bdf
-Office51/fonts/75dpi/bdf/arion17.bdf
-Office51/fonts/75dpi/bdf/arion20.bdf
-Office51/fonts/75dpi/bdf/arion24.bdf
-Office51/fonts/75dpi/bdf/arion8.bdf
-Office51/fonts/75dpi/bdf/chevn10.bdf
-Office51/fonts/75dpi/bdf/chevn12.bdf
-Office51/fonts/75dpi/bdf/chevn14.bdf
-Office51/fonts/75dpi/bdf/chevn17.bdf
-Office51/fonts/75dpi/bdf/chevn20.bdf
-Office51/fonts/75dpi/bdf/chevn24.bdf
-Office51/fonts/75dpi/bdf/chevn8.bdf
-Office51/fonts/75dpi/bdf/chevon10.bdf
-Office51/fonts/75dpi/bdf/chevon12.bdf
-Office51/fonts/75dpi/bdf/chevon14.bdf
-Office51/fonts/75dpi/bdf/chevon17.bdf
-Office51/fonts/75dpi/bdf/chevon20.bdf
-Office51/fonts/75dpi/bdf/chevon24.bdf
-Office51/fonts/75dpi/bdf/chevon8.bdf
-Office51/fonts/75dpi/bdf/congb10.bdf
-Office51/fonts/75dpi/bdf/congb12.bdf
-Office51/fonts/75dpi/bdf/congb14.bdf
-Office51/fonts/75dpi/bdf/congb17.bdf
-Office51/fonts/75dpi/bdf/congb20.bdf
-Office51/fonts/75dpi/bdf/congb24.bdf
-Office51/fonts/75dpi/bdf/congb8.bdf
-Office51/fonts/75dpi/bdf/congn10.bdf
-Office51/fonts/75dpi/bdf/congn12.bdf
-Office51/fonts/75dpi/bdf/congn14.bdf
-Office51/fonts/75dpi/bdf/congn17.bdf
-Office51/fonts/75dpi/bdf/congn20.bdf
-Office51/fonts/75dpi/bdf/congn24.bdf
-Office51/fonts/75dpi/bdf/congn8.bdf
-Office51/fonts/75dpi/bdf/fonts.dir
-Office51/fonts/75dpi/bdf/helmb10.bdf
-Office51/fonts/75dpi/bdf/helmb12.bdf
-Office51/fonts/75dpi/bdf/helmb14.bdf
-Office51/fonts/75dpi/bdf/helmb17.bdf
-Office51/fonts/75dpi/bdf/helmb20.bdf
-Office51/fonts/75dpi/bdf/helmb24.bdf
-Office51/fonts/75dpi/bdf/helmb8.bdf
-Office51/fonts/75dpi/bdf/helmbi10.bdf
-Office51/fonts/75dpi/bdf/helmbi12.bdf
-Office51/fonts/75dpi/bdf/helmbi14.bdf
-Office51/fonts/75dpi/bdf/helmbi17.bdf
-Office51/fonts/75dpi/bdf/helmbi20.bdf
-Office51/fonts/75dpi/bdf/helmbi24.bdf
-Office51/fonts/75dpi/bdf/helmbi8.bdf
-Office51/fonts/75dpi/bdf/helmcb10.bdf
-Office51/fonts/75dpi/bdf/helmcb12.bdf
-Office51/fonts/75dpi/bdf/helmcb14.bdf
-Office51/fonts/75dpi/bdf/helmcb17.bdf
-Office51/fonts/75dpi/bdf/helmcb20.bdf
-Office51/fonts/75dpi/bdf/helmcb24.bdf
-Office51/fonts/75dpi/bdf/helmcb8.bdf
-Office51/fonts/75dpi/bdf/helmcbi10.bdf
-Office51/fonts/75dpi/bdf/helmcbi12.bdf
-Office51/fonts/75dpi/bdf/helmcbi14.bdf
-Office51/fonts/75dpi/bdf/helmcbi17.bdf
-Office51/fonts/75dpi/bdf/helmcbi20.bdf
-Office51/fonts/75dpi/bdf/helmcbi24.bdf
-Office51/fonts/75dpi/bdf/helmcbi8.bdf
-Office51/fonts/75dpi/bdf/helmci10.bdf
-Office51/fonts/75dpi/bdf/helmci12.bdf
-Office51/fonts/75dpi/bdf/helmci14.bdf
-Office51/fonts/75dpi/bdf/helmci17.bdf
-Office51/fonts/75dpi/bdf/helmci20.bdf
-Office51/fonts/75dpi/bdf/helmci24.bdf
-Office51/fonts/75dpi/bdf/helmci8.bdf
-Office51/fonts/75dpi/bdf/helmcn10.bdf
-Office51/fonts/75dpi/bdf/helmcn12.bdf
-Office51/fonts/75dpi/bdf/helmcn14.bdf
-Office51/fonts/75dpi/bdf/helmcn17.bdf
-Office51/fonts/75dpi/bdf/helmcn20.bdf
-Office51/fonts/75dpi/bdf/helmcn24.bdf
-Office51/fonts/75dpi/bdf/helmcn8.bdf
-Office51/fonts/75dpi/bdf/helmi10.bdf
-Office51/fonts/75dpi/bdf/helmi12.bdf
-Office51/fonts/75dpi/bdf/helmi14.bdf
-Office51/fonts/75dpi/bdf/helmi17.bdf
-Office51/fonts/75dpi/bdf/helmi20.bdf
-Office51/fonts/75dpi/bdf/helmi24.bdf
-Office51/fonts/75dpi/bdf/helmi8.bdf
-Office51/fonts/75dpi/bdf/helmn10.bdf
-Office51/fonts/75dpi/bdf/helmn12.bdf
-Office51/fonts/75dpi/bdf/helmn14.bdf
-Office51/fonts/75dpi/bdf/helmn17.bdf
-Office51/fonts/75dpi/bdf/helmn20.bdf
-Office51/fonts/75dpi/bdf/helmn24.bdf
-Office51/fonts/75dpi/bdf/helmn8.bdf
-Office51/fonts/75dpi/bdf/starbats10.bdf
-Office51/fonts/75dpi/bdf/starbats12.bdf
-Office51/fonts/75dpi/bdf/starbats14.bdf
-Office51/fonts/75dpi/bdf/starbats17.bdf
-Office51/fonts/75dpi/bdf/starbats20.bdf
-Office51/fonts/75dpi/bdf/starbats24.bdf
-Office51/fonts/75dpi/bdf/starbats8.bdf
-Office51/fonts/75dpi/bdf/starmath10.bdf
-Office51/fonts/75dpi/bdf/starmath12.bdf
-Office51/fonts/75dpi/bdf/starmath14.bdf
-Office51/fonts/75dpi/bdf/starmath17.bdf
-Office51/fonts/75dpi/bdf/starmath20.bdf
-Office51/fonts/75dpi/bdf/starmath24.bdf
-Office51/fonts/75dpi/bdf/starmath8.bdf
-Office51/fonts/75dpi/bdf/timmb10.bdf
-Office51/fonts/75dpi/bdf/timmb12.bdf
-Office51/fonts/75dpi/bdf/timmb14.bdf
-Office51/fonts/75dpi/bdf/timmb17.bdf
-Office51/fonts/75dpi/bdf/timmb20.bdf
-Office51/fonts/75dpi/bdf/timmb24.bdf
-Office51/fonts/75dpi/bdf/timmb8.bdf
-Office51/fonts/75dpi/bdf/timmbi10.bdf
-Office51/fonts/75dpi/bdf/timmbi12.bdf
-Office51/fonts/75dpi/bdf/timmbi14.bdf
-Office51/fonts/75dpi/bdf/timmbi17.bdf
-Office51/fonts/75dpi/bdf/timmbi20.bdf
-Office51/fonts/75dpi/bdf/timmbi24.bdf
-Office51/fonts/75dpi/bdf/timmbi8.bdf
-Office51/fonts/75dpi/bdf/timmi10.bdf
-Office51/fonts/75dpi/bdf/timmi12.bdf
-Office51/fonts/75dpi/bdf/timmi14.bdf
-Office51/fonts/75dpi/bdf/timmi17.bdf
-Office51/fonts/75dpi/bdf/timmi20.bdf
-Office51/fonts/75dpi/bdf/timmi24.bdf
-Office51/fonts/75dpi/bdf/timmi8.bdf
-Office51/fonts/75dpi/bdf/timmn10.bdf
-Office51/fonts/75dpi/bdf/timmn12.bdf
-Office51/fonts/75dpi/bdf/timmn14.bdf
-Office51/fonts/75dpi/bdf/timmn17.bdf
-Office51/fonts/75dpi/bdf/timmn20.bdf
-Office51/fonts/75dpi/bdf/timmn24.bdf
-Office51/fonts/75dpi/bdf/timmn8.bdf
-Office51/fonts/75dpi/chevn10.pcf.Z
-Office51/fonts/75dpi/chevn12.pcf.Z
-Office51/fonts/75dpi/chevn14.pcf.Z
-Office51/fonts/75dpi/chevn17.pcf.Z
-Office51/fonts/75dpi/chevn20.pcf.Z
-Office51/fonts/75dpi/chevn24.pcf.Z
-Office51/fonts/75dpi/chevn8.pcf.Z
-Office51/fonts/75dpi/chevon10.pcf.Z
-Office51/fonts/75dpi/chevon12.pcf.Z
-Office51/fonts/75dpi/chevon14.pcf.Z
-Office51/fonts/75dpi/chevon17.pcf.Z
-Office51/fonts/75dpi/chevon20.pcf.Z
-Office51/fonts/75dpi/chevon24.pcf.Z
-Office51/fonts/75dpi/chevon8.pcf.Z
-Office51/fonts/75dpi/congb10.pcf.Z
-Office51/fonts/75dpi/congb12.pcf.Z
-Office51/fonts/75dpi/congb14.pcf.Z
-Office51/fonts/75dpi/congb17.pcf.Z
-Office51/fonts/75dpi/congb20.pcf.Z
-Office51/fonts/75dpi/congb24.pcf.Z
-Office51/fonts/75dpi/congb8.pcf.Z
-Office51/fonts/75dpi/congn10.pcf.Z
-Office51/fonts/75dpi/congn12.pcf.Z
-Office51/fonts/75dpi/congn14.pcf.Z
-Office51/fonts/75dpi/congn17.pcf.Z
-Office51/fonts/75dpi/congn20.pcf.Z
-Office51/fonts/75dpi/congn24.pcf.Z
-Office51/fonts/75dpi/congn8.pcf.Z
-Office51/fonts/75dpi/fonts.dir
-Office51/fonts/75dpi/helmb10.pcf.Z
-Office51/fonts/75dpi/helmb12.pcf.Z
-Office51/fonts/75dpi/helmb14.pcf.Z
-Office51/fonts/75dpi/helmb17.pcf.Z
-Office51/fonts/75dpi/helmb20.pcf.Z
-Office51/fonts/75dpi/helmb24.pcf.Z
-Office51/fonts/75dpi/helmb8.pcf.Z
-Office51/fonts/75dpi/helmbi10.pcf.Z
-Office51/fonts/75dpi/helmbi12.pcf.Z
-Office51/fonts/75dpi/helmbi14.pcf.Z
-Office51/fonts/75dpi/helmbi17.pcf.Z
-Office51/fonts/75dpi/helmbi20.pcf.Z
-Office51/fonts/75dpi/helmbi24.pcf.Z
-Office51/fonts/75dpi/helmbi8.pcf.Z
-Office51/fonts/75dpi/helmcb10.pcf.Z
-Office51/fonts/75dpi/helmcb12.pcf.Z
-Office51/fonts/75dpi/helmcb14.pcf.Z
-Office51/fonts/75dpi/helmcb17.pcf.Z
-Office51/fonts/75dpi/helmcb20.pcf.Z
-Office51/fonts/75dpi/helmcb24.pcf.Z
-Office51/fonts/75dpi/helmcb8.pcf.Z
-Office51/fonts/75dpi/helmcbi10.pcf.Z
-Office51/fonts/75dpi/helmcbi12.pcf.Z
-Office51/fonts/75dpi/helmcbi14.pcf.Z
-Office51/fonts/75dpi/helmcbi17.pcf.Z
-Office51/fonts/75dpi/helmcbi20.pcf.Z
-Office51/fonts/75dpi/helmcbi24.pcf.Z
-Office51/fonts/75dpi/helmcbi8.pcf.Z
-Office51/fonts/75dpi/helmci10.pcf.Z
-Office51/fonts/75dpi/helmci12.pcf.Z
-Office51/fonts/75dpi/helmci14.pcf.Z
-Office51/fonts/75dpi/helmci17.pcf.Z
-Office51/fonts/75dpi/helmci20.pcf.Z
-Office51/fonts/75dpi/helmci24.pcf.Z
-Office51/fonts/75dpi/helmci8.pcf.Z
-Office51/fonts/75dpi/helmcn10.pcf.Z
-Office51/fonts/75dpi/helmcn12.pcf.Z
-Office51/fonts/75dpi/helmcn14.pcf.Z
-Office51/fonts/75dpi/helmcn17.pcf.Z
-Office51/fonts/75dpi/helmcn20.pcf.Z
-Office51/fonts/75dpi/helmcn24.pcf.Z
-Office51/fonts/75dpi/helmcn8.pcf.Z
-Office51/fonts/75dpi/helmi10.pcf.Z
-Office51/fonts/75dpi/helmi12.pcf.Z
-Office51/fonts/75dpi/helmi14.pcf.Z
-Office51/fonts/75dpi/helmi17.pcf.Z
-Office51/fonts/75dpi/helmi20.pcf.Z
-Office51/fonts/75dpi/helmi24.pcf.Z
-Office51/fonts/75dpi/helmi8.pcf.Z
-Office51/fonts/75dpi/helmn10.pcf.Z
-Office51/fonts/75dpi/helmn12.pcf.Z
-Office51/fonts/75dpi/helmn14.pcf.Z
-Office51/fonts/75dpi/helmn17.pcf.Z
-Office51/fonts/75dpi/helmn20.pcf.Z
-Office51/fonts/75dpi/helmn24.pcf.Z
-Office51/fonts/75dpi/helmn8.pcf.Z
-Office51/fonts/75dpi/starbats10.pcf.Z
-Office51/fonts/75dpi/starbats12.pcf.Z
-Office51/fonts/75dpi/starbats14.pcf.Z
-Office51/fonts/75dpi/starbats17.pcf.Z
-Office51/fonts/75dpi/starbats20.pcf.Z
-Office51/fonts/75dpi/starbats24.pcf.Z
-Office51/fonts/75dpi/starbats8.pcf.Z
-Office51/fonts/75dpi/starmath10.pcf.Z
-Office51/fonts/75dpi/starmath12.pcf.Z
-Office51/fonts/75dpi/starmath14.pcf.Z
-Office51/fonts/75dpi/starmath17.pcf.Z
-Office51/fonts/75dpi/starmath20.pcf.Z
-Office51/fonts/75dpi/starmath24.pcf.Z
-Office51/fonts/75dpi/starmath8.pcf.Z
-Office51/fonts/75dpi/timmb10.pcf.Z
-Office51/fonts/75dpi/timmb12.pcf.Z
-Office51/fonts/75dpi/timmb14.pcf.Z
-Office51/fonts/75dpi/timmb17.pcf.Z
-Office51/fonts/75dpi/timmb20.pcf.Z
-Office51/fonts/75dpi/timmb24.pcf.Z
-Office51/fonts/75dpi/timmb8.pcf.Z
-Office51/fonts/75dpi/timmbi10.pcf.Z
-Office51/fonts/75dpi/timmbi12.pcf.Z
-Office51/fonts/75dpi/timmbi14.pcf.Z
-Office51/fonts/75dpi/timmbi17.pcf.Z
-Office51/fonts/75dpi/timmbi20.pcf.Z
-Office51/fonts/75dpi/timmbi24.pcf.Z
-Office51/fonts/75dpi/timmbi8.pcf.Z
-Office51/fonts/75dpi/timmi10.pcf.Z
-Office51/fonts/75dpi/timmi12.pcf.Z
-Office51/fonts/75dpi/timmi14.pcf.Z
-Office51/fonts/75dpi/timmi17.pcf.Z
-Office51/fonts/75dpi/timmi20.pcf.Z
-Office51/fonts/75dpi/timmi24.pcf.Z
-Office51/fonts/75dpi/timmi8.pcf.Z
-Office51/fonts/75dpi/timmn10.pcf.Z
-Office51/fonts/75dpi/timmn12.pcf.Z
-Office51/fonts/75dpi/timmn14.pcf.Z
-Office51/fonts/75dpi/timmn17.pcf.Z
-Office51/fonts/75dpi/timmn20.pcf.Z
-Office51/fonts/75dpi/timmn24.pcf.Z
-Office51/fonts/75dpi/timmn8.pcf.Z
-Office51/fonts/type1/ariob___.pfa
-Office51/fonts/type1/ariob___.pfb
-Office51/fonts/type1/arion___.pfa
-Office51/fonts/type1/arion___.pfb
-Office51/fonts/type1/chevn___.pfa
-Office51/fonts/type1/chevn___.pfb
-Office51/fonts/type1/chevon__.pfa
-Office51/fonts/type1/chevon__.pfb
-Office51/fonts/type1/congb___.pfa
-Office51/fonts/type1/congb___.pfb
-Office51/fonts/type1/congn___.pfa
-Office51/fonts/type1/congn___.pfb
-Office51/fonts/type1/fonts.alias
-Office51/fonts/type1/fonts.dir
-Office51/fonts/type1/fonts.scale
-Office51/fonts/type1/helmb___.pfa
-Office51/fonts/type1/helmb___.pfb
-Office51/fonts/type1/helmbi__.pfa
-Office51/fonts/type1/helmbi__.pfb
-Office51/fonts/type1/helmcb__.pfa
-Office51/fonts/type1/helmcb__.pfb
-Office51/fonts/type1/helmcbi_.pfa
-Office51/fonts/type1/helmcbi_.pfb
-Office51/fonts/type1/helmci__.pfa
-Office51/fonts/type1/helmci__.pfb
-Office51/fonts/type1/helmcn__.pfa
-Office51/fonts/type1/helmcn__.pfb
-Office51/fonts/type1/helmi___.pfa
-Office51/fonts/type1/helmi___.pfb
-Office51/fonts/type1/helmn___.pfa
-Office51/fonts/type1/helmn___.pfb
-Office51/fonts/type1/psres.upr
-Office51/fonts/type1/starbats.pfa
-Office51/fonts/type1/starbats.pfb
-Office51/fonts/type1/starmath.pfa
-Office51/fonts/type1/starmath.pfb
-Office51/fonts/type1/timmb___.pfa
-Office51/fonts/type1/timmb___.pfb
-Office51/fonts/type1/timmbi__.pfa
-Office51/fonts/type1/timmbi__.pfb
-Office51/fonts/type1/timmi___.pfa
-Office51/fonts/type1/timmi___.pfb
-Office51/fonts/type1/timmn___.pfa
-Office51/fonts/type1/timmn___.pfb
-Office51/gallery/bullets/blkpearl.gif
-Office51/gallery/bullets/bluarrow.gif
-Office51/gallery/bullets/bluball.gif
-Office51/gallery/bullets/bludiamd.gif
-Office51/gallery/bullets/blusqare.gif
-Office51/gallery/bullets/blustar.gif
-Office51/gallery/bullets/darkball.gif
-Office51/gallery/bullets/gldpearl.gif
-Office51/gallery/bullets/golfball.gif
-Office51/gallery/bullets/grnarrow.gif
-Office51/gallery/bullets/grnball.gif
-Office51/gallery/bullets/grndiamd.gif
-Office51/gallery/bullets/grnpearl.gif
-Office51/gallery/bullets/grnsqare.gif
-Office51/gallery/bullets/grnstar.gif
-Office51/gallery/bullets/gryarrow.gif
-Office51/gallery/bullets/gryball.gif
-Office51/gallery/bullets/grydiamd.gif
-Office51/gallery/bullets/grysqare.gif
-Office51/gallery/bullets/grystar.gif
-Office51/gallery/bullets/orgball.gif
-Office51/gallery/bullets/poliball.gif
-Office51/gallery/bullets/redarrow.gif
-Office51/gallery/bullets/redball.gif
-Office51/gallery/bullets/reddiamd.gif
-Office51/gallery/bullets/redsqare.gif
-Office51/gallery/bullets/redstar.gif
-Office51/gallery/bullets/whtpearl.gif
-Office51/gallery/bullets/ylwball.gif
-Office51/gallery/clipart/arrow1.wmf
-Office51/gallery/clipart/arrow2.wmf
-Office51/gallery/clipart/arrow3.wmf
-Office51/gallery/clipart/arrow4.wmf
-Office51/gallery/clipart/arrow5.wmf
-Office51/gallery/clipart/birthday.wmf
-Office51/gallery/clipart/bottle.wmf
-Office51/gallery/clipart/bowling.wmf
-Office51/gallery/clipart/cake.wmf
-Office51/gallery/clipart/candle.wmf
-Office51/gallery/clipart/car.wmf
-Office51/gallery/clipart/cards.wmf
-Office51/gallery/clipart/disk.wmf
-Office51/gallery/clipart/dog.wmf
-Office51/gallery/clipart/eagle.wmf
-Office51/gallery/clipart/flash.wmf
-Office51/gallery/clipart/formula1.wmf
-Office51/gallery/clipart/gifts.wmf
-Office51/gallery/clipart/glas.wmf
-Office51/gallery/clipart/heart.wmf
-Office51/gallery/clipart/helicptr.wmf
-Office51/gallery/clipart/laptop.wmf
-Office51/gallery/clipart/locomotv.wmf
-Office51/gallery/clipart/mac.wmf
-Office51/gallery/clipart/monitor.wmf
-Office51/gallery/clipart/moving.wmf
-Office51/gallery/clipart/mtrbike.wmf
-Office51/gallery/clipart/notebook.wmf
-Office51/gallery/clipart/notepad1.wmf
-Office51/gallery/clipart/notepad2.wmf
-Office51/gallery/clipart/notes.wmf
-Office51/gallery/clipart/panda.wmf
-Office51/gallery/clipart/paper.wmf
-Office51/gallery/clipart/pawprnts.wmf
-Office51/gallery/clipart/pc.wmf
-Office51/gallery/clipart/plane.wmf
-Office51/gallery/clipart/printer.wmf
-Office51/gallery/clipart/pumpkin.wmf
-Office51/gallery/clipart/rose.wmf
-Office51/gallery/clipart/santa.wmf
-Office51/gallery/clipart/sleigh.wmf
-Office51/gallery/clipart/snowmen.wmf
-Office51/gallery/clipart/soap.wmf
-Office51/gallery/clipart/soccer.wmf
-Office51/gallery/clipart/sound.wmf
-Office51/gallery/clipart/talk.wmf
-Office51/gallery/clipart/teddy.wmf
-Office51/gallery/clipart/thought.wmf
-Office51/gallery/clipart/toys.wmf
-Office51/gallery/clipart/wedding.wmf
-Office51/gallery/clipart/xmas.gif
-Office51/gallery/clipart/xmastree.wmf
-Office51/gallery/flags/argent1.wmf
-Office51/gallery/flags/argent2.wmf
-Office51/gallery/flags/austral1.wmf
-Office51/gallery/flags/austral2.wmf
-Office51/gallery/flags/austria1.wmf
-Office51/gallery/flags/austria2.wmf
-Office51/gallery/flags/belgium1.wmf
-Office51/gallery/flags/belgium2.wmf
-Office51/gallery/flags/brasil1.wmf
-Office51/gallery/flags/brasil2.wmf
-Office51/gallery/flags/bulgari1.wmf
-Office51/gallery/flags/bulgari2.wmf
-Office51/gallery/flags/canada1.wmf
-Office51/gallery/flags/canada2.wmf
-Office51/gallery/flags/chile1.wmf
-Office51/gallery/flags/chile2.wmf
-Office51/gallery/flags/china1.wmf
-Office51/gallery/flags/china2.wmf
-Office51/gallery/flags/colombi1.wmf
-Office51/gallery/flags/colombi2.wmf
-Office51/gallery/flags/cuba1.wmf
-Office51/gallery/flags/cuba2.wmf
-Office51/gallery/flags/cyprus1.wmf
-Office51/gallery/flags/cyprus2.wmf
-Office51/gallery/flags/czech1.wmf
-Office51/gallery/flags/czech2.wmf
-Office51/gallery/flags/denmark1.wmf
-Office51/gallery/flags/denmark2.wmf
-Office51/gallery/flags/egypt1.wmf
-Office51/gallery/flags/egypt2.wmf
-Office51/gallery/flags/europe1.wmf
-Office51/gallery/flags/finland1.wmf
-Office51/gallery/flags/finland2.wmf
-Office51/gallery/flags/france1.wmf
-Office51/gallery/flags/france2.wmf
-Office51/gallery/flags/germany1.wmf
-Office51/gallery/flags/germany2.wmf
-Office51/gallery/flags/greatbr1.wmf
-Office51/gallery/flags/greatbr2.wmf
-Office51/gallery/flags/greece1.wmf
-Office51/gallery/flags/greece2.wmf
-Office51/gallery/flags/guatema1.wmf
-Office51/gallery/flags/guatema2.wmf
-Office51/gallery/flags/hungary1.wmf
-Office51/gallery/flags/hungary2.wmf
-Office51/gallery/flags/iceland1.wmf
-Office51/gallery/flags/iceland2.wmf
-Office51/gallery/flags/india1.wmf
-Office51/gallery/flags/india2.wmf
-Office51/gallery/flags/ireland1.wmf
-Office51/gallery/flags/ireland2.wmf
-Office51/gallery/flags/israel1.wmf
-Office51/gallery/flags/israel2.wmf
-Office51/gallery/flags/italy1.wmf
-Office51/gallery/flags/italy2.wmf
-Office51/gallery/flags/japan1.wmf
-Office51/gallery/flags/japan2.wmf
-Office51/gallery/flags/kenya1.wmf
-Office51/gallery/flags/kenya2.wmf
-Office51/gallery/flags/liecht1.wmf
-Office51/gallery/flags/liecht2.wmf
-Office51/gallery/flags/luxemb1.wmf
-Office51/gallery/flags/luxemb2.wmf
-Office51/gallery/flags/mexico1.wmf
-Office51/gallery/flags/mexico2.wmf
-Office51/gallery/flags/nederl1.wmf
-Office51/gallery/flags/nederl2.wmf
-Office51/gallery/flags/newzea1.wmf
-Office51/gallery/flags/newzea2.wmf
-Office51/gallery/flags/norge1.wmf
-Office51/gallery/flags/norge2.wmf
-Office51/gallery/flags/pakist1.wmf
-Office51/gallery/flags/pakist2.wmf
-Office51/gallery/flags/paragua1.wmf
-Office51/gallery/flags/paragua2.wmf
-Office51/gallery/flags/peru1.wmf
-Office51/gallery/flags/peru2.wmf
-Office51/gallery/flags/poland1.wmf
-Office51/gallery/flags/poland2.wmf
-Office51/gallery/flags/portug1.wmf
-Office51/gallery/flags/portug2.wmf
-Office51/gallery/flags/romania1.wmf
-Office51/gallery/flags/romania2.wmf
-Office51/gallery/flags/russia1.wmf
-Office51/gallery/flags/russia2.wmf
-Office51/gallery/flags/slowak1.wmf
-Office51/gallery/flags/slowak2.wmf
-Office51/gallery/flags/spain1.wmf
-Office51/gallery/flags/spain2.wmf
-Office51/gallery/flags/sthafri1.wmf
-Office51/gallery/flags/sthafri2.wmf
-Office51/gallery/flags/sweden1.wmf
-Office51/gallery/flags/sweden2.wmf
-Office51/gallery/flags/switz1.wmf
-Office51/gallery/flags/switz2.wmf
-Office51/gallery/flags/turkey1.wmf
-Office51/gallery/flags/turkey2.wmf
-Office51/gallery/flags/uno1.wmf
-Office51/gallery/flags/uruguay1.wmf
-Office51/gallery/flags/uruguay2.wmf
-Office51/gallery/flags/usa1.wmf
-Office51/gallery/flags/usa2.wmf
-Office51/gallery/flags/venez1.wmf
-Office51/gallery/flags/venez2.wmf
-Office51/gallery/htmlexpo/bludown.gif
-Office51/gallery/htmlexpo/blufirs.gif
-Office51/gallery/htmlexpo/blufirs_.gif
-Office51/gallery/htmlexpo/blulast.gif
-Office51/gallery/htmlexpo/blulast_.gif
-Office51/gallery/htmlexpo/blunav.gif
-Office51/gallery/htmlexpo/blunext.gif
-Office51/gallery/htmlexpo/blunext_.gif
-Office51/gallery/htmlexpo/bluprev.gif
-Office51/gallery/htmlexpo/bluprev_.gif
-Office51/gallery/htmlexpo/blutext.gif
-Office51/gallery/htmlexpo/bluup.gif
-Office51/gallery/htmlexpo/cubdown.gif
-Office51/gallery/htmlexpo/cubfirs.gif
-Office51/gallery/htmlexpo/cubfirs_.gif
-Office51/gallery/htmlexpo/cublast.gif
-Office51/gallery/htmlexpo/cublast_.gif
-Office51/gallery/htmlexpo/cubnav.gif
-Office51/gallery/htmlexpo/cubnext.gif
-Office51/gallery/htmlexpo/cubnext_.gif
-Office51/gallery/htmlexpo/cubprev.gif
-Office51/gallery/htmlexpo/cubprev_.gif
-Office51/gallery/htmlexpo/cubtext.gif
-Office51/gallery/htmlexpo/cubup.gif
-Office51/gallery/htmlexpo/gredown.gif
-Office51/gallery/htmlexpo/grefirs.gif
-Office51/gallery/htmlexpo/grefirs_.gif
-Office51/gallery/htmlexpo/grelast.gif
-Office51/gallery/htmlexpo/grelast_.gif
-Office51/gallery/htmlexpo/grenav.gif
-Office51/gallery/htmlexpo/grenext.gif
-Office51/gallery/htmlexpo/grenext_.gif
-Office51/gallery/htmlexpo/greprev.gif
-Office51/gallery/htmlexpo/greprev_.gif
-Office51/gallery/htmlexpo/gretext.gif
-Office51/gallery/htmlexpo/greup.gif
-Office51/gallery/htmlexpo/simdown.gif
-Office51/gallery/htmlexpo/simfirs.gif
-Office51/gallery/htmlexpo/simfirs_.gif
-Office51/gallery/htmlexpo/simlast.gif
-Office51/gallery/htmlexpo/simlast_.gif
-Office51/gallery/htmlexpo/simnav.gif
-Office51/gallery/htmlexpo/simnext.gif
-Office51/gallery/htmlexpo/simnext_.gif
-Office51/gallery/htmlexpo/simprev.gif
-Office51/gallery/htmlexpo/simprev_.gif
-Office51/gallery/htmlexpo/simtext.gif
-Office51/gallery/htmlexpo/simup.gif
-Office51/gallery/htmlexpo/sologo.gif
-Office51/gallery/maps/afrika.wmf
-Office51/gallery/maps/america.wmf
-Office51/gallery/maps/argent.wmf
-Office51/gallery/maps/asia.wmf
-Office51/gallery/maps/ausnew.wmf
-Office51/gallery/maps/austria.wmf
-Office51/gallery/maps/belgium.wmf
-Office51/gallery/maps/brasilia.wmf
-Office51/gallery/maps/canada.wmf
-Office51/gallery/maps/denmark.wmf
-Office51/gallery/maps/england.wmf
-Office51/gallery/maps/france.wmf
-Office51/gallery/maps/germany.wmf
-Office51/gallery/maps/greatbrt.wmf
-Office51/gallery/maps/ireland.wmf
-Office51/gallery/maps/italy.wmf
-Office51/gallery/maps/mexico.wmf
-Office51/gallery/maps/neder.wmf
-Office51/gallery/maps/norge.wmf
-Office51/gallery/maps/northam.wmf
-Office51/gallery/maps/northire.wmf
-Office51/gallery/maps/portug.wmf
-Office51/gallery/maps/scandina.wmf
-Office51/gallery/maps/scotland.wmf
-Office51/gallery/maps/southam.wmf
-Office51/gallery/maps/spain.wmf
-Office51/gallery/maps/sweden.wmf
-Office51/gallery/maps/switz.wmf
-Office51/gallery/maps/usa.wmf
-Office51/gallery/maps/wales.wmf
-Office51/gallery/maps/world1.wmf
-Office51/gallery/maps/world2.wmf
-Office51/gallery/maps/world3.wmf
-Office51/gallery/photos/apples.jpg
-Office51/gallery/photos/autumn.jpg
-Office51/gallery/photos/canyon.jpg
-Office51/gallery/photos/castle.jpg
-Office51/gallery/photos/clouds.jpg
-Office51/gallery/photos/desert1.jpg
-Office51/gallery/photos/desert2.jpg
-Office51/gallery/photos/desert3.jpg
-Office51/gallery/photos/flowers.jpg
-Office51/gallery/photos/forest1.jpg
-Office51/gallery/photos/forest2.jpg
-Office51/gallery/photos/gldngate.jpg
-Office51/gallery/photos/leafs.jpg
-Office51/gallery/photos/meadow.jpg
-Office51/gallery/photos/mountns1.jpg
-Office51/gallery/photos/mountns2.jpg
-Office51/gallery/photos/mountns3.jpg
-Office51/gallery/photos/ocean.jpg
-Office51/gallery/photos/railroad.jpg
-Office51/gallery/photos/sunflowr.jpg
-Office51/gallery/photos/sunset1.jpg
-Office51/gallery/photos/sunset2.jpg
-Office51/gallery/photos/sunset3.jpg
-Office51/gallery/photos/sunset4.jpg
-Office51/gallery/photos/tajmahal.jpg
-Office51/gallery/photos/watrlily.jpg
-Office51/gallery/rulers/blkballs.gif
-Office51/gallery/rulers/blurulr1.gif
-Office51/gallery/rulers/blurulr2.gif
-Office51/gallery/rulers/blurulr3.gif
-Office51/gallery/rulers/blurulr4.gif
-Office51/gallery/rulers/blurulr5.gif
-Office51/gallery/rulers/blurulr6.gif
-Office51/gallery/rulers/gldballs.gif
-Office51/gallery/rulers/grnballs.gif
-Office51/gallery/rulers/grnrulr1.gif
-Office51/gallery/rulers/grnrulr2.gif
-Office51/gallery/rulers/grnrulr3.gif
-Office51/gallery/rulers/grnrulr4.gif
-Office51/gallery/rulers/gryrulr1.gif
-Office51/gallery/rulers/gryrulr2.gif
-Office51/gallery/rulers/gryrulr3.gif
-Office51/gallery/rulers/orgrulr1.gif
-Office51/gallery/rulers/redrulr1.gif
-Office51/gallery/rulers/redrulr2.gif
-Office51/gallery/rulers/redrulr3.gif
-Office51/gallery/rulers/redrulr4.gif
-Office51/gallery/rulers/redrulr5.gif
-Office51/gallery/rulers/striped.gif
-Office51/gallery/rulers/whtballs.gif
-Office51/gallery/rulers/ylwrulr1.gif
-Office51/gallery/sdddndx1
-Office51/gallery/sg1.sdg
-Office51/gallery/sg1.sdv
-Office51/gallery/sg1.thm
-Office51/gallery/sg10.sdg
-Office51/gallery/sg10.sdv
-Office51/gallery/sg10.thm
-Office51/gallery/sg11.sdg
-Office51/gallery/sg11.sdv
-Office51/gallery/sg11.thm
-Office51/gallery/sg12.sdg
-Office51/gallery/sg12.sdv
-Office51/gallery/sg12.thm
-Office51/gallery/sg13.sdg
-Office51/gallery/sg13.sdv
-Office51/gallery/sg13.thm
-Office51/gallery/sg14.sdg
-Office51/gallery/sg14.sdv
-Office51/gallery/sg14.thm
-Office51/gallery/sg15.sdg
-Office51/gallery/sg15.sdv
-Office51/gallery/sg15.thm
-Office51/gallery/sg16.sdg
-Office51/gallery/sg16.sdv
-Office51/gallery/sg16.thm
-Office51/gallery/sg17.sdg
-Office51/gallery/sg17.sdv
-Office51/gallery/sg17.thm
-Office51/gallery/sg2.sdg
-Office51/gallery/sg2.sdv
-Office51/gallery/sg2.thm
-Office51/gallery/sg24.sdg
-Office51/gallery/sg24.sdv
-Office51/gallery/sg24.thm
-Office51/gallery/sg25.sdg
-Office51/gallery/sg25.sdv
-Office51/gallery/sg25.thm
-Office51/gallery/sg3.sdg
-Office51/gallery/sg3.sdv
-Office51/gallery/sg3.thm
-Office51/gallery/sg4.sdg
-Office51/gallery/sg4.sdv
-Office51/gallery/sg4.thm
-Office51/gallery/sg5.sdg
-Office51/gallery/sg5.sdv
-Office51/gallery/sg5.thm
-Office51/gallery/sg6.sdg
-Office51/gallery/sg6.sdv
-Office51/gallery/sg6.thm
-Office51/gallery/sg7.sdg
-Office51/gallery/sg7.sdv
-Office51/gallery/sg7.thm
-Office51/gallery/sg8.sdg
-Office51/gallery/sg8.sdv
-Office51/gallery/sg8.thm
-Office51/gallery/sg9.sdg
-Office51/gallery/sg9.sdv
-Office51/gallery/sg9.thm
-Office51/gallery/sounds/apert.wav
-Office51/gallery/sounds/apert2.wav
-Office51/gallery/sounds/applause.wav
-Office51/gallery/sounds/beam.wav
-Office51/gallery/sounds/beam2.wav
-Office51/gallery/sounds/cow.wav
-Office51/gallery/sounds/curve.wav
-Office51/gallery/sounds/drama.wav
-Office51/gallery/sounds/explos.wav
-Office51/gallery/sounds/falling.wav
-Office51/gallery/sounds/glasses.wav
-Office51/gallery/sounds/gong.wav
-Office51/gallery/sounds/horse.wav
-Office51/gallery/sounds/kling.wav
-Office51/gallery/sounds/kongas.wav
-Office51/gallery/sounds/laser.wav
-Office51/gallery/sounds/left.wav
-Office51/gallery/sounds/nature1.wav
-Office51/gallery/sounds/nature2.wav
-Office51/gallery/sounds/ok.wav
-Office51/gallery/sounds/pluck.wav
-Office51/gallery/sounds/roll.wav
-Office51/gallery/sounds/romans.wav
-Office51/gallery/sounds/soft.wav
-Office51/gallery/sounds/space.wav
-Office51/gallery/sounds/space2.wav
-Office51/gallery/sounds/space3.wav
-Office51/gallery/sounds/sparcle.wav
-Office51/gallery/sounds/strom.wav
-Office51/gallery/sounds/theetone.wav
-Office51/gallery/sounds/top.wav
-Office51/gallery/sounds/train.wav
-Office51/gallery/sounds/untie.wav
-Office51/gallery/sounds/ups.wav
-Office51/gallery/sounds/wallewal.wav
-Office51/gallery/surface/berries.jpg
-Office51/gallery/surface/blue2.jpg
-Office51/gallery/surface/blue3.jpg
-Office51/gallery/surface/blue4.jpg
-Office51/gallery/surface/bluegray.jpg
-Office51/gallery/surface/chaossky.jpg
-Office51/gallery/surface/choc.jpg
-Office51/gallery/surface/green.jpg
-Office51/gallery/surface/gregrn.jpg
-Office51/gallery/surface/grey1.jpg
-Office51/gallery/surface/grey2.jpg
-Office51/gallery/surface/leaves.jpg
-Office51/gallery/surface/marble.jpg
-Office51/gallery/surface/net.jpg
-Office51/gallery/surface/orange1.jpg
-Office51/gallery/surface/orange2.jpg
-Office51/gallery/surface/pebbles.jpg
-Office51/gallery/surface/pink.jpg
-Office51/gallery/surface/power.jpg
-Office51/gallery/surface/raindrop.jpg
-Office51/gallery/surface/star.jpg
-Office51/gallery/surface/stones.jpg
-Office51/gallery/surface/violet1.jpg
-Office51/gallery/surface/wall1.jpg
-Office51/gallery/surface/wall2.jpg
-Office51/gallery/surface/water.jpg
-Office51/gallery/surface/yellow.jpg
-Office51/gallery/symbols/disabled.wmf
-Office51/gallery/symbols/exting.wmf
-Office51/gallery/symbols/flash.wmf
-Office51/gallery/symbols/man1.wmf
-Office51/gallery/symbols/man2.wmf
-Office51/gallery/symbols/nosmoke.wmf
-Office51/gallery/symbols/woman1.wmf
-Office51/gallery/symbols/woman2.wmf
-Office51/gallery/www-anim/barblak.gif
-Office51/gallery/www-anim/barwhit.gif
-Office51/gallery/www-anim/boxnew.gif
-Office51/gallery/www-anim/constrct.gif
-Office51/gallery/www-anim/cubes.gif
-Office51/gallery/www-anim/diskblak.gif
-Office51/gallery/www-anim/diskwhit.gif
-Office51/gallery/www-anim/email.gif
-Office51/gallery/www-anim/envelope.gif
-Office51/gallery/www-anim/gearsnew.gif
-Office51/gallery/www-anim/glb4dark.gif
-Office51/gallery/www-anim/glb4lght.gif
-Office51/gallery/www-back/back.jpg
-Office51/gallery/www-back/backdark.jpg
-Office51/gallery/www-back/blocks.jpg
-Office51/gallery/www-back/blue.jpg
-Office51/gallery/www-back/brback.jpg
-Office51/gallery/www-back/brnpaws.gif
-Office51/gallery/www-back/bulb.gif
-Office51/gallery/www-back/bumps1.jpg
-Office51/gallery/www-back/bumps2.jpg
-Office51/gallery/www-back/circle.jpg
-Office51/gallery/www-back/fond_ora.jpg
-Office51/gallery/www-back/grcross.jpg
-Office51/gallery/www-back/gregre.gif
-Office51/gallery/www-back/grey.gif
-Office51/gallery/www-back/grey2bri.jpg
-Office51/gallery/www-back/grypaws.gif
-Office51/gallery/www-back/mazes.jpg
-Office51/gallery/www-back/mint.gif
-Office51/gallery/www-back/notes.gif
-Office51/gallery/www-back/pattern2.jpg
-Office51/gallery/www-back/pink.gif
-Office51/gallery/www-back/purple.jpg
-Office51/gallery/www-back/reddark.jpg
-Office51/gallery/www-back/smgreen.jpg
-Office51/gallery/www-back/tissue.jpg
-Office51/gallery/www-back/velvet.jpg
-Office51/gallery/www-back/watback.jpg
-Office51/gallery/www-back/water.jpg
-Office51/gallery/www-back/wood.gif
-Office51/gallery/www-back/yellow.jpg
-Office51/gallery/www-graf/bluat.gif
-Office51/gallery/www-graf/bluback.gif
-Office51/gallery/www-graf/bludisk.gif
-Office51/gallery/www-graf/bludown.gif
-Office51/gallery/www-graf/bluhome.gif
-Office51/gallery/www-graf/bluinfo.gif
-Office51/gallery/www-graf/bluleft.gif
-Office51/gallery/www-graf/blumail.gif
-Office51/gallery/www-graf/bluminus.gif
-Office51/gallery/www-graf/bluplus.gif
-Office51/gallery/www-graf/bluquest.gif
-Office51/gallery/www-graf/bluright.gif
-Office51/gallery/www-graf/bluup.gif
-Office51/gallery/www-graf/created.gif
-Office51/gallery/www-graf/grnat.gif
-Office51/gallery/www-graf/grnback.gif
-Office51/gallery/www-graf/grndisk.gif
-Office51/gallery/www-graf/grndown.gif
-Office51/gallery/www-graf/grnexcla.gif
-Office51/gallery/www-graf/grninfo.gif
-Office51/gallery/www-graf/grnleft.gif
-Office51/gallery/www-graf/grnmail.gif
-Office51/gallery/www-graf/grnminus.gif
-Office51/gallery/www-graf/grnplus.gif
-Office51/gallery/www-graf/grnquest.gif
-Office51/gallery/www-graf/grnright.gif
-Office51/gallery/www-graf/grnup.gif
-Office51/gallery/www-graf/gryat.gif
-Office51/gallery/www-graf/gryback.gif
-Office51/gallery/www-graf/grydisk.gif
-Office51/gallery/www-graf/grydown.gif
-Office51/gallery/www-graf/gryhome.gif
-Office51/gallery/www-graf/gryinfo.gif
-Office51/gallery/www-graf/gryleft.gif
-Office51/gallery/www-graf/grymail.gif
-Office51/gallery/www-graf/gryminus.gif
-Office51/gallery/www-graf/gryplus.gif
-Office51/gallery/www-graf/gryquest.gif
-Office51/gallery/www-graf/gryright.gif
-Office51/gallery/www-graf/gryup.gif
-Office51/gallery/www-graf/men@work.gif
-Office51/gallery/www-graf/office.gif
-Office51/gallery/www-graf/redat.gif
-Office51/gallery/www-graf/redback.gif
-Office51/gallery/www-graf/reddisk.gif
-Office51/gallery/www-graf/reddown.gif
-Office51/gallery/www-graf/redhome.gif
-Office51/gallery/www-graf/redinfo.gif
-Office51/gallery/www-graf/redleft.gif
-Office51/gallery/www-graf/redmail.gif
-Office51/gallery/www-graf/redminus.gif
-Office51/gallery/www-graf/redplus.gif
-Office51/gallery/www-graf/redquest.gif
-Office51/gallery/www-graf/redright.gif
-Office51/gallery/www-graf/redup.gif
-Office51/gallery/www-graf/sologo.gif
-Office51/help/01/desktop.svh
-Office51/help/01/sbasic.svh
-Office51/help/01/scalc.svh
-Office51/help/01/schart.svh
-Office51/help/01/schedule.svh
-Office51/help/01/sdraw.svh
-Office51/help/01/shelp.dat
-Office51/help/01/shelp.dir
-Office51/help/01/shelp.svh
-Office51/help/01/simage.svh
-Office51/help/01/simpress.svh
-Office51/help/01/smath.svh
-Office51/help/01/swriter.svh
-Office51/help/01/tips.svh
-Office51/install-kde
-Office51/install.ini
-Office51/instdb.ins
-Office51/kde/applnk/SPAdmin.kdelnk
-Office51/kde/applnk/Setup.kdelnk
-Office51/kde/applnk/StarOffice.kdelnk
-Office51/kde/icons/htm.xpm
-Office51/kde/icons/html.xpm
-Office51/kde/icons/mini/htm.xpm
-Office51/kde/icons/mini/html.xpm
-Office51/kde/icons/mini/psetup.xpm
-Office51/kde/icons/mini/sch.xpm
-Office51/kde/icons/mini/sda.xpm
-Office51/kde/icons/mini/sdc.xpm
-Office51/kde/icons/mini/sdd.xpm
-Office51/kde/icons/mini/sdf.xpm
-Office51/kde/icons/mini/sds.xpm
-Office51/kde/icons/mini/sdw.xpm
-Office51/kde/icons/mini/setup.xpm
-Office51/kde/icons/mini/sgl.xpm
-Office51/kde/icons/mini/smf.xpm
-Office51/kde/icons/mini/so.xpm
-Office51/kde/icons/psetup.xpm
-Office51/kde/icons/sch.xpm
-Office51/kde/icons/sda.xpm
-Office51/kde/icons/sdc.xpm
-Office51/kde/icons/sdd.xpm
-Office51/kde/icons/sdf.xpm
-Office51/kde/icons/sds.xpm
-Office51/kde/icons/sdw.xpm
-Office51/kde/icons/setup.xpm
-Office51/kde/icons/sgl.xpm
-Office51/kde/icons/smf.xpm
-Office51/kde/icons/so.xpm
-Office51/kde/mimelnk/application/x-scalc.kdelnk
-Office51/kde/mimelnk/application/x-sda.kdelnk
-Office51/kde/mimelnk/application/x-sdf.kdelnk
-Office51/kde/mimelnk/application/x-sdraw.kdelnk
-Office51/kde/mimelnk/application/x-sds.kdelnk
-Office51/kde/mimelnk/application/x-sgl.kdelnk
-Office51/kde/mimelnk/application/x-smf.kdelnk
-Office51/kde/mimelnk/application/x-swriter.kdelnk
-Office51/kde/mimelnk/text/html.kdelnk
-Office51/kino/allgemein.bmp
-Office51/kino/base.bmp
-Office51/kino/calc.bmp
-Office51/kino/desktop.bmp
-Office51/kino/draw.bmp
-Office51/kino/ende.bmp
-Office51/kino/impress.bmp
-Office51/kino/register.bmp
-Office51/kino/schedule.bmp
-Office51/kino/writer.bmp
-Office51/l_soffice.xpm
-Office51/lib/classes.jar
-Office51/lib/libaps517li.so
-Office51/lib/libasv517li.so
-Office51/lib/libcnt517li.so
-Office51/lib/libcsp517li.so
-Office51/lib/libdmn517li.so
-Office51/lib/libdo517li.so
-Office51/lib/libgal517li.so
-Office51/lib/libgo517li.so
-Office51/lib/libj517li_g.so
-Office51/lib/libje517li.so
-Office51/lib/libjvm517li.so
-Office51/lib/libni517li.so
-Office51/lib/libofa517li.so
-Office51/lib/liboic517li.so
-Office51/lib/libone517li.so
-Office51/lib/libosl517li.so
-Office51/lib/libpl517li.so
-Office51/lib/libreg517li.so
-Office51/lib/libres517li.so
-Office51/lib/librtl517li.so
-Office51/lib/librts517li.so
-Office51/lib/libsb517li.so
-Office51/lib/libsba517li.so
-Office51/lib/libsc517li.so
-Office51/lib/libsch517li.so
-Office51/lib/libsd517li.so
-Office51/lib/libsdb517li.so
-Office51/lib/libset517li.so
-Office51/lib/libsex517li.so
-Office51/lib/libsfx517li.so
-Office51/lib/libsim517li.so
-Office51/lib/libsm517li.so
-Office51/lib/libso517li.so
-Office51/lib/libsot517li.so
-Office51/lib/libspl517li.so
-Office51/lib/libss517li.so
-Office51/lib/libssc517li.so
-Office51/lib/libssw517li.so
-Office51/lib/libstu517li.so
-Office51/lib/libsvt517li.so
-Office51/lib/libsvx517li.so
-Office51/lib/libsw517li.so
-Office51/lib/libtfu517li.so
-Office51/lib/libtk517li.so
-Office51/lib/libtkt517li.so
-Office51/lib/libtl517li.so
-Office51/lib/libuno517li.so
-Office51/lib/libusr517li.so
-Office51/lib/libvcl517li.so
-Office51/lib/libvos517li.so
-Office51/lib/libzip517li.so
-Office51/lib/sandbox.jar
-Office51/lib/tkt.jar
-Office51/libsk517li.so
-Office51/s_soffice.xpm
-Office51/service/sschdled.bin
-Office51/template/educate/diploma.vor
-Office51/template/educate/paper.vor
-Office51/template/educate/scientfc.vor
-Office51/template/educate/timetabl.vor
-Office51/template/finance/budget.vor
-Office51/template/finance/carfince.vor
-Office51/template/finance/carmoney.vor
-Office51/template/finance/depot.vor
-Office51/template/finance/journal.vor
-Office51/template/finance/loancalc.vor
-Office51/template/forms/expenses.vor
-Office51/template/forms/gnrlsale.vor
-Office51/template/forms/intrnlnt.vor
-Office51/template/forms/leporell.vor
-Office51/template/forms/notes.vor
-Office51/template/forms/notes2.vor
-Office51/template/forms/phonenot.vor
-Office51/template/html/html.vor
-Office51/template/html/htmlcolo.vor
-Office51/template/html/htmlcont.vor
-Office51/template/layout/1997.vor
-Office51/template/layout/1998.vor
-Office51/template/layout/1999.vor
-Office51/template/layout/2000.vor
-Office51/template/layout/2buttons.vor
-Office51/template/layout/america.vor
-Office51/template/layout/blublack.vor
-Office51/template/layout/blue.vor
-Office51/template/layout/bluebtns.vor
-Office51/template/layout/bluegray.vor
-Office51/template/layout/bluetube.vor
-Office51/template/layout/blutitle.vor
-Office51/template/layout/chocolat.vor
-Office51/template/layout/clouds.vor
-Office51/template/layout/europe.vor
-Office51/template/layout/film.vor
-Office51/template/layout/fotoshow.vor
-Office51/template/layout/goldstar.vor
-Office51/template/layout/liteblue.vor
-Office51/template/layout/marble.vor
-Office51/template/layout/metal.vor
-Office51/template/layout/notes.vor
-Office51/template/layout/orange.vor
-Office51/template/layout/purple.vor
-Office51/template/layout/rainbow.vor
-Office51/template/layout/redwhite.vor
-Office51/template/layout/star.vor
-Office51/template/layout/sun.vor
-Office51/template/layout/sunset.vor
-Office51/template/layout/suprnova.vor
-Office51/template/layout/triangle.vor
-Office51/template/layout/turqgrad.vor
-Office51/template/layout/turquois.vor
-Office51/template/layout/undrwatr.vor
-Office51/template/layout/violet.vor
-Office51/template/layout/watrdrop.vor
-Office51/template/layout/whiteblu.vor
-Office51/template/layout/whiturqs.vor
-Office51/template/layout/winter.vor
-Office51/template/layout/world.vor
-Office51/template/misc/book.vor
-Office51/template/misc/calendar.vor
-Office51/template/misc/cassette.vor
-Office51/template/misc/cd.vor
-Office51/template/misc/giftcert.vor
-Office51/template/misc/newslttr.vor
-Office51/template/misc/schedule.vor
-Office51/template/misc/zip.vor
-Office51/template/officorr/faxcont.vor
-Office51/template/officorr/faxeleg.vor
-Office51/template/officorr/faxprof.vor
-Office51/template/officorr/ltrcont.vor
-Office51/template/officorr/ltreleg.vor
-Office51/template/officorr/ltrprof.vor
-Office51/template/officorr/memcont.vor
-Office51/template/officorr/memeleg.vor
-Office51/template/officorr/memprof.vor
-Office51/template/offimisc/deliver.vor
-Office51/template/offimisc/invoice.vor
-Office51/template/offimisc/mincont.vor
-Office51/template/offimisc/mineleg.vor
-Office51/template/offimisc/minprof.vor
-Office51/template/offimisc/prsprof.vor
-Office51/template/offimisc/report.vor
-Office51/template/personal/currvita.vor
-Office51/template/personal/envelope.vor
-Office51/template/personal/faxfrml.vor
-Office51/template/personal/faxpriv.vor
-Office51/template/personal/ltrfrml.vor
-Office51/template/personal/ltrpriv.vor
-Office51/template/personal/visit.vor
-Office51/template/presnt/bad.vor
-Office51/template/presnt/branche.vor
-Office51/template/presnt/concept.vor
-Office51/template/presnt/finance.vor
-Office51/template/presnt/ideas.vor
-Office51/template/presnt/info.vor
-Office51/template/presnt/market.vor
-Office51/template/presnt/meeting.vor
-Office51/template/presnt/newemplo.vor
-Office51/template/presnt/novelty.vor
-Office51/template/presnt/pres.vor
-Office51/template/presnt/project.vor
-Office51/template/presnt/prorep.vor
-Office51/template/presnt/report.vor
-Office51/template/presnt/sell.vor
-Office51/template/presnt/standard.vor
-Office51/template/presnt/strategy.vor
-Office51/template/presnt/team.vor
-Office51/template/presnt/tech.vor
-Office51/template/presnt/training.vor
-Office51/template/sfx.tlx
-Office51/template/wizard/bitmap/brd.bmp
-Office51/template/wizard/bitmap/cgleft1.bmp
-Office51/template/wizard/bitmap/cgleft2.bmp
-Office51/template/wizard/bitmap/choose.bmp
-Office51/template/wizard/bitmap/cjblock.bmp
-Office51/template/wizard/bitmap/cjbuend.bmp
-Office51/template/wizard/bitmap/cjcombo0.bmp
-Office51/template/wizard/bitmap/cjform01.bmp
-Office51/template/wizard/bitmap/cjform02.bmp
-Office51/template/wizard/bitmap/cjform03.bmp
-Office51/template/wizard/bitmap/cjform04.bmp
-Office51/template/wizard/bitmap/cjform05.bmp
-Office51/template/wizard/bitmap/cjform2b.bmp
-Office51/template/wizard/bitmap/cjform2c.bmp
-Office51/template/wizard/bitmap/cjgl.bmp
-Office51/template/wizard/bitmap/cjst1.bmp
-Office51/template/wizard/bitmap/cjst2.bmp
-Office51/template/wizard/bitmap/cjtable0.bmp
-Office51/template/wizard/bitmap/cjtabula.bmp
-Office51/template/wizard/bitmap/cjtrep01.bmp
-Office51/template/wizard/bitmap/cjtrep02.bmp
-Office51/template/wizard/bitmap/cjtrep04.bmp
-Office51/template/wizard/bitmap/cjtrep05.bmp
-Office51/template/wizard/bitmap/cjtrep06.bmp
-Office51/template/wizard/bitmap/cjtrep07.bmp
-Office51/template/wizard/bitmap/cjtrep08.bmp
-Office51/template/wizard/bitmap/cjtrep09.bmp
-Office51/template/wizard/bitmap/db00.bmp
-Office51/template/wizard/bitmap/db01.bmp
-Office51/template/wizard/bitmap/db02.bmp
-Office51/template/wizard/bitmap/db03.bmp
-Office51/template/wizard/bitmap/db04.bmp
-Office51/template/wizard/bitmap/db05.bmp
-Office51/template/wizard/bitmap/db06.bmp
-Office51/template/wizard/bitmap/dbpg1.bmp
-Office51/template/wizard/bitmap/dbpg2.bmp
-Office51/template/wizard/bitmap/dbt01.bmp
-Office51/template/wizard/bitmap/dbt02.bmp
-Office51/template/wizard/bitmap/dbt03.bmp
-Office51/template/wizard/bitmap/dbt04.bmp
-Office51/template/wizard/bitmap/dbt05.bmp
-Office51/template/wizard/bitmap/dbt06.bmp
-Office51/template/wizard/bitmap/end.bmp
-Office51/template/wizard/bitmap/excelin.bmp
-Office51/template/wizard/bitmap/excelout.bmp
-Office51/template/wizard/bitmap/france.bmp
-Office51/template/wizard/bitmap/inet01.bmp
-Office51/template/wizard/bitmap/inet02.bmp
-Office51/template/wizard/bitmap/inet03.bmp
-Office51/template/wizard/bitmap/inet04a.bmp
-Office51/template/wizard/bitmap/inet04b.bmp
-Office51/template/wizard/bitmap/inet05.bmp
-Office51/template/wizard/bitmap/inet06a.bmp
-Office51/template/wizard/bitmap/inet06b.bmp
-Office51/template/wizard/bitmap/inet06c.bmp
-Office51/template/wizard/bitmap/inet07.bmp
-Office51/template/wizard/bitmap/inet09.bmp
-Office51/template/wizard/bitmap/inet11.bmp
-Office51/template/wizard/bitmap/italia.bmp
-Office51/template/wizard/bitmap/nedland.bmp
-Office51/template/wizard/bitmap/portugal.bmp
-Office51/template/wizard/bitmap/powerin.bmp
-Office51/template/wizard/bitmap/powerout.bmp
-Office51/template/wizard/bitmap/progress.bmp
-Office51/template/wizard/bitmap/spain.bmp
-Office51/template/wizard/bitmap/ss01.bmp
-Office51/template/wizard/bitmap/ss02.bmp
-Office51/template/wizard/bitmap/ss03.bmp
-Office51/template/wizard/bitmap/ss04.bmp
-Office51/template/wizard/bitmap/ss06.bmp
-Office51/template/wizard/bitmap/ss07.bmp
-Office51/template/wizard/bitmap/ss08.bmp
-Office51/template/wizard/bitmap/ss09.bmp
-Office51/template/wizard/bitmap/ss10.bmp
-Office51/template/wizard/bitmap/summary.bmp
-Office51/template/wizard/bitmap/sweden.bmp
-Office51/template/wizard/bitmap/usa.bmp
-Office51/template/wizard/bitmap/welcome.bmp
-Office51/template/wizard/bitmap/wordin.bmp
-Office51/template/wizard/bitmap/wordout.bmp
-Office51/template/wizard/db01.vor
-Office51/template/wizard/db02.vor
-Office51/template/wizard/db03.vor
-Office51/template/wizard/db04.vor
-Office51/template/wizard/db05.vor
-Office51/template/wizard/db06.vor
-Office51/template/wizard/dbform.vor
-Office51/template/wizard/eventca.htm
-Office51/template/wizard/eventrp.htm
-Office51/template/wizard/eventrq.htm
-Office51/template/wizard/prnchaos.vor
-Office51/template/wizard/prnmail.vor
-Office51/template/wizard/repblock.vor
-Office51/template/wizard/repclmn.vor
-Office51/template/wizard/repleft1.vor
-Office51/template/wizard/repleft2.vor
-Office51/template/wizard/repnrml.vor
-Office51/template/wizard/repoutl1.vor
-Office51/template/wizard/repoutl2.vor
-Office51/template/wizard/repstep.vor
-Office51/template/wizard/rplymail.vor
-Office51/template/wizard/rplytext.vor
-Office51/template/wizard/rpst01.vor
-Office51/template/wizard/rpst02.vor
-Office51/template/wizard/rpst03.vor
-Office51/template/wizard/rpst04.vor
-Office51/template/wizard/ss00.vor
-Office51/template/wizard/taskca.htm
-Office51/template/wizard/taskrp.htm
-Office51/template/wizard/taskrq.htm
-Office51/template/wizard/template.vor
-Office51/template/wizard/webc001.vor
-Office51/template/wizard/webc002.vor
-Office51/template/wizard/webc003.vor
-Office51/template/wizard/webc004.vor
-Office51/template/wizard/webc005.vor
-Office51/template/wizard/webc006.vor
-Office51/template/wizard/webc007.vor
-Office51/template/wizard/webc008.vor
-Office51/template/wizard/webc009.vor
-Office51/template/wizard/webs001.vor
-Office51/template/wizard/webs002.vor
-Office51/template/wizard/webs003.vor
-Office51/template/wizard/webs004.vor
-Office51/template/wizard/webs005.vor
-Office51/template/wizard/webs006.vor
-Office51/template/wizard/webs007.vor
-Office51/template/wizard/webs008.vor
-Office51/template/wizard/webs009.vor
-Office51/template/wizard/webs010.vor
-Office51/template/wizard/webs011.vor
-Office51/template/wizard/webs012.vor
-Office51/template/wizard/webs013.vor
-Office51/template/wizard/webs014.vor
-Office51/template/wizard/webs015.vor
-Office51/template/wizard/webs016.vor
-Office51/template/wizard/wizagn1.vor
-Office51/template/wizard/wizagn2.vor
-Office51/template/wizard/wizagn3.vor
-Office51/template/wizard/wizbrf1.vor
-Office51/template/wizard/wizbrf2.vor
-Office51/template/wizard/wizbrf3.vor
-Office51/template/wizard/wizfax1.vor
-Office51/template/wizard/wizfax2.vor
-Office51/template/wizard/wizfax3.vor
-Office51/template/wizard/wizmem1.vor
-Office51/template/wizard/wizmem2.vor
-Office51/template/wizard/wizmem3.vor
-Office51/wordbook/stardiv.dic
-Office51/xp3/Xpdefaults
-Office51/xp3/fontmetrics/afm/AGaramond-Bold.afm
-Office51/xp3/fontmetrics/afm/AvantGarde-Book.afm
-Office51/xp3/fontmetrics/afm/AvantGarde-BookOblique.afm
-Office51/xp3/fontmetrics/afm/AvantGarde-Demi.afm
-Office51/xp3/fontmetrics/afm/AvantGarde-DemiOblique.afm
-Office51/xp3/fontmetrics/afm/Bookman-Demi.afm
-Office51/xp3/fontmetrics/afm/Bookman-DemiItalic.afm
-Office51/xp3/fontmetrics/afm/Bookman-Light.afm
-Office51/xp3/fontmetrics/afm/Bookman-LightItalic.afm
-Office51/xp3/fontmetrics/afm/Courier-Bold.afm
-Office51/xp3/fontmetrics/afm/Courier-BoldOblique.afm
-Office51/xp3/fontmetrics/afm/Courier-Oblique.afm
-Office51/xp3/fontmetrics/afm/Courier.afm
-Office51/xp3/fontmetrics/afm/GothicBBB-Medium-83pv-RKSJ-H.afm
-Office51/xp3/fontmetrics/afm/GothicBBB-Medium.Roman.afm
-Office51/xp3/fontmetrics/afm/Helvetica-Bold.afm
-Office51/xp3/fontmetrics/afm/Helvetica-BoldOblique.afm
-Office51/xp3/fontmetrics/afm/Helvetica-Oblique.afm
-Office51/xp3/fontmetrics/afm/Helvetica.afm
-Office51/xp3/fontmetrics/afm/NewBaskerville-Bold.afm
-Office51/xp3/fontmetrics/afm/NewBaskerville-BoldItalic.afm
-Office51/xp3/fontmetrics/afm/NewBaskerville-Italic.afm
-Office51/xp3/fontmetrics/afm/NewBaskerville-Roman.afm
-Office51/xp3/fontmetrics/afm/NewCenturySchlbk-Bold.afm
-Office51/xp3/fontmetrics/afm/NewCenturySchlbk-BoldItalic.afm
-Office51/xp3/fontmetrics/afm/NewCenturySchlbk-Italic.afm
-Office51/xp3/fontmetrics/afm/NewCenturySchlbk-Roman.afm
-Office51/xp3/fontmetrics/afm/Palatino-Bold.afm
-Office51/xp3/fontmetrics/afm/Palatino-BoldItalic.afm
-Office51/xp3/fontmetrics/afm/Palatino-Italic.afm
-Office51/xp3/fontmetrics/afm/Palatino-Roman.afm
-Office51/xp3/fontmetrics/afm/Ryumin-Light-83pv-RKSJ-H.afm
-Office51/xp3/fontmetrics/afm/Ryumin-Light.Roman.afm
-Office51/xp3/fontmetrics/afm/Symbol.afm
-Office51/xp3/fontmetrics/afm/Times-Bold.afm
-Office51/xp3/fontmetrics/afm/Times-BoldItalic.afm
-Office51/xp3/fontmetrics/afm/Times-Italic.afm
-Office51/xp3/fontmetrics/afm/Times-Roman.afm
-Office51/xp3/fontmetrics/afm/Windsor.afm
-Office51/xp3/fontmetrics/afm/ZapfChancery-MediumItalic.afm
-Office51/xp3/fontmetrics/afm/ZapfDingbats.afm
-Office51/xp3/fontmetrics/afm/ariob___.afm
-Office51/xp3/fontmetrics/afm/arion___.afm
-Office51/xp3/fontmetrics/afm/chevn___.afm
-Office51/xp3/fontmetrics/afm/chevon__.afm
-Office51/xp3/fontmetrics/afm/congb___.afm
-Office51/xp3/fontmetrics/afm/congn___.afm
-Office51/xp3/fontmetrics/afm/helmb___.afm
-Office51/xp3/fontmetrics/afm/helmbi__.afm
-Office51/xp3/fontmetrics/afm/helmcb__.afm
-Office51/xp3/fontmetrics/afm/helmcbi_.afm
-Office51/xp3/fontmetrics/afm/helmci__.afm
-Office51/xp3/fontmetrics/afm/helmcn__.afm
-Office51/xp3/fontmetrics/afm/helmi___.afm
-Office51/xp3/fontmetrics/afm/helmn___.afm
-Office51/xp3/fontmetrics/afm/starbats.afm
-Office51/xp3/fontmetrics/afm/starmath.afm
-Office51/xp3/fontmetrics/afm/timmb___.afm
-Office51/xp3/fontmetrics/afm/timmbi__.afm
-Office51/xp3/fontmetrics/afm/timmi___.afm
-Office51/xp3/fontmetrics/afm/timmn___.afm
-Office51/xp3/fontmetrics/tfm/9NB00041.TFM
-Office51/xp3/fontmetrics/tfm/9NB00042.TFM
-Office51/xp3/fontmetrics/tfm/9NB00050.TFM
-Office51/xp3/fontmetrics/tfm/9NB00153.TFM
-Office51/xp3/fontmetrics/tfm/9NB00292.TFM
-Office51/xp3/fontmetrics/tfm/9NB00491.TFM
-Office51/xp3/fontmetrics/tfm/9NB01869.TFM
-Office51/xp3/fontmetrics/tfm/9NB02995.TFM
-Office51/xp3/fontmetrics/tfm/9NB03902.TFM
-Office51/xp3/fontmetrics/tfm/9NB03903.TFM
-Office51/xp3/fontmetrics/tfm/9NB04827.TFM
-Office51/xp3/fontmetrics/tfm/9NB05436.TFM
-Office51/xp3/fontmetrics/tfm/9NB05447.TFM
-Office51/xp3/fontmetrics/tfm/9NB05448.TFM
-Office51/xp3/fontmetrics/tfm/9NB05705.TFM
-Office51/xp3/fontmetrics/tfm/9NB06334.TFM
-Office51/xp3/fontmetrics/tfm/9NB06335.TFM
-Office51/xp3/fontmetrics/tfm/9NB09894.TFM
-Office51/xp3/fontmetrics/tfm/9NB09961.TFM
-Office51/xp3/fontmetrics/tfm/9NB11478.TFM
-Office51/xp3/fontmetrics/tfm/9NB11538.TFM
-Office51/xp3/fontmetrics/tfm/9NB11942.TFM
-Office51/xp3/fontmetrics/tfm/9NB12382.TFM
-Office51/xp3/fontmetrics/tfm/9NB14604.TFM
-Office51/xp3/fontmetrics/tfm/9NB14771.TFM
-Office51/xp3/fontmetrics/tfm/9NB15724.TFM
-Office51/xp3/fontmetrics/tfm/9NB16827.TFM
-Office51/xp3/fontmetrics/tfm/9NB17035.TFM
-Office51/xp3/fontmetrics/tfm/9NB17421.TFM
-Office51/xp3/fontmetrics/tfm/9NB17673.TFM
-Office51/xp3/fontmetrics/tfm/9NB18467.TFM
-Office51/xp3/fontmetrics/tfm/9NB18468.TFM
-Office51/xp3/fontmetrics/tfm/9NB18716.TFM
-Office51/xp3/fontmetrics/tfm/9NB18717.TFM
-Office51/xp3/fontmetrics/tfm/9NB19169.TFM
-Office51/xp3/fontmetrics/tfm/9NB19170.TFM
-Office51/xp3/fontmetrics/tfm/9NB19718.TFM
-Office51/xp3/fontmetrics/tfm/9NB19895.TFM
-Office51/xp3/fontmetrics/tfm/9NB19896.TFM
-Office51/xp3/fontmetrics/tfm/9NB19912.TFM
-Office51/xp3/fontmetrics/tfm/9NB21726.TFM
-Office51/xp3/fontmetrics/tfm/9NB21727.TFM
-Office51/xp3/fontmetrics/tfm/9NB23281.TFM
-Office51/xp3/fontmetrics/tfm/9NB23811.TFM
-Office51/xp3/fontmetrics/tfm/9NB24464.TFM
-Office51/xp3/fontmetrics/tfm/9NB25667.TFM
-Office51/xp3/fontmetrics/tfm/9NB26299.TFM
-Office51/xp3/fontmetrics/tfm/9NB26500.TFM
-Office51/xp3/fontmetrics/tfm/9NB26501.TFM
-Office51/xp3/fontmetrics/tfm/9NB26962.TFM
-Office51/xp3/fontmetrics/tfm/9NB28145.TFM
-Office51/xp3/fontmetrics/tfm/9NB28703.TFM
-Office51/xp3/fontmetrics/tfm/9NB29358.TFM
-Office51/xp3/fontmetrics/tfm/9NB30333.TFM
-Office51/xp3/fontmetrics/tfm/9NB31322.TFM
-Office51/xp3/fontmetrics/tfm/9NB32391.TFM
-Office51/xp3/fontmetrics/tfm/CRB14E1A.TFM
-Office51/xp3/fontmetrics/tfm/CRB14LGA.TFM
-Office51/xp3/fontmetrics/tfm/CRB14PCA.TFM
-Office51/xp3/fontmetrics/tfm/CRB14PDA.TFM
-Office51/xp3/fontmetrics/tfm/CRB14PMA.TFM
-Office51/xp3/fontmetrics/tfm/CRB14R8A.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CE1A.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CLGA.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CLGC.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CPCA.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CPDA.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CPMA.TFM
-Office51/xp3/fontmetrics/tfm/CRB1CR8A.TFM
-Office51/xp3/fontmetrics/tfm/CRI14E1A.TFM
-Office51/xp3/fontmetrics/tfm/CRI14LGA.TFM
-Office51/xp3/fontmetrics/tfm/CRI14PCA.TFM
-Office51/xp3/fontmetrics/tfm/CRI14PDA.TFM
-Office51/xp3/fontmetrics/tfm/CRI14PMA.TFM
-Office51/xp3/fontmetrics/tfm/CRI14R8A.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CE1A.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CLGA.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CPCA.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CPDA.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CPMA.TFM
-Office51/xp3/fontmetrics/tfm/CRI1CR8A.TFM
-Office51/xp3/fontmetrics/tfm/CRR14E1A.TFM
-Office51/xp3/fontmetrics/tfm/CRR14LGA.TFM
-Office51/xp3/fontmetrics/tfm/CRR14PCA.TFM
-Office51/xp3/fontmetrics/tfm/CRR14PDA.TFM
-Office51/xp3/fontmetrics/tfm/CRR14PMA.TFM
-Office51/xp3/fontmetrics/tfm/CRR14R8A.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CE1A.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CLGA.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CPCA.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CPDA.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CPMA.TFM
-Office51/xp3/fontmetrics/tfm/CRR1CR8A.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YE1A.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YLGA.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YPCA.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YPDA.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YPMA.TFM
-Office51/xp3/fontmetrics/tfm/LPR0YR8A.TFM
-Office51/xp3/fontmetrics/tfm/TRB0000S.TFM
-Office51/xp3/fontmetrics/tfm/TRI0000S.TFM
-Office51/xp3/fontmetrics/tfm/TRJ0000S.TFM
-Office51/xp3/fontmetrics/tfm/TRR0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNA0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNB0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNC0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNF0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNH0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNI0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNJ0000S.TFM
-Office51/xp3/fontmetrics/tfm/UNR0000S.TFM
-Office51/xp3/fontmetrics/tfm/ZDR0000S.TFM
-Office51/xp3/pclstd.fonts
-Office51/xp3/ppds/AC500503.PS
-Office51/xp3/ppds/ALJII523.PS
-Office51/xp3/ppds/AMCHR518.PS
-Office51/xp3/ppds/APLWIIf1.PS
-Office51/xp3/ppds/APLWIIg1.PS
-Office51/xp3/ppds/APLWNTR1.PS
-Office51/xp3/ppds/APPLE230.PS
-Office51/xp3/ppds/APPLE380.PS
-Office51/xp3/ppds/APPLE422.PS
-Office51/xp3/ppds/APS08522.PS
-Office51/xp3/ppds/APS12522.PS
-Office51/xp3/ppds/APS26522.PS
-Office51/xp3/ppds/APS80522.PS
-Office51/xp3/ppds/AP_NTXJ1.PS
-Office51/xp3/ppds/AST__470.PS
-Office51/xp3/ppds/A_PNT518.PS
-Office51/xp3/ppds/CG94_493.PS
-Office51/xp3/ppds/CNLBP4_1.PS
-Office51/xp3/ppds/CNLBP8R1.PS
-Office51/xp3/ppds/CNLBP8T1.PS
-Office51/xp3/ppds/CNLBP8_1.PS
-Office51/xp3/ppds/CN_500J1.PS
-Office51/xp3/ppds/CN_500_1.PS
-Office51/xp3/ppds/CPPMQ151.PS
-Office51/xp3/ppds/CPPMQ201.PS
-Office51/xp3/ppds/DATAP462.PS
-Office51/xp3/ppds/DCD11501.PS
-Office51/xp3/ppds/DCD21501.PS
-Office51/xp3/ppds/DCD22501.PS
-Office51/xp3/ppds/DCLPS201.PS
-Office51/xp3/ppds/DCLPS401.PS
-Office51/xp3/ppds/DPL15601.PS
-Office51/xp3/ppds/DPLZ9601.PS
-Office51/xp3/ppds/DP_US470.PS
-Office51/xp3/ppds/EP826051.PS
-Office51/xp3/ppds/EPL3KF21.PS
-Office51/xp3/ppds/EPL3KF51.PS
-Office51/xp3/ppds/EPL75523.PS
-Office51/xp3/ppds/F71RX503.PS
-Office51/xp3/ppds/GCBL4921.PS
-Office51/xp3/ppds/GCBL5141.PS
-Office51/xp3/ppds/GCBLP2S1.PS
-Office51/xp3/ppds/GCBLP2_1.PS
-Office51/xp3/ppds/GCBLPEL1.PS
-Office51/xp3/ppds/GENERIC.PS
-Office51/xp3/ppds/GSGL8001.PS
-Office51/xp3/ppds/HP3SI.PCL
-Office51/xp3/ppds/HP3SI.PS
-Office51/xp3/ppds/HP3SI523.PS
-Office51/xp3/ppds/HP4L.PCL
-Office51/xp3/ppds/HP4L.PS
-Office51/xp3/ppds/HP4M.PCL
-Office51/xp3/ppds/HP4SI.PCL
-Office51/xp3/ppds/HP4SI.PS
-Office51/xp3/ppds/HPDJ1200.PCL
-Office51/xp3/ppds/HPDJ1200.PS
-Office51/xp3/ppds/HPII.PCL
-Office51/xp3/ppds/HPIID.PCL
-Office51/xp3/ppds/HPIID522.PS
-Office51/xp3/ppds/HPIII.PCL
-Office51/xp3/ppds/HPIII.PS
-Office51/xp3/ppds/HPIII522.PS
-Office51/xp3/ppds/HPIIID.PCL
-Office51/xp3/ppds/HPIIIP.PCL
-Office51/xp3/ppds/HPIIP.PCL
-Office51/xp3/ppds/HPIIP.PS
-Office51/xp3/ppds/HPIIP522.PS
-Office51/xp3/ppds/HPIV.PCL
-Office51/xp3/ppds/HPIV.PS
-Office51/xp3/ppds/HPIVC.PCL
-Office51/xp3/ppds/HPLJ_31.PS
-Office51/xp3/ppds/HPLJ_3D1.PS
-Office51/xp3/ppds/HPLJ_3P1.PS
-Office51/xp3/ppds/HPPJXL31.PCL
-Office51/xp3/ppds/HPPJXL31.PS
-Office51/xp3/ppds/HP_3D522.PS
-Office51/xp3/ppds/HP_3P522.PS
-Office51/xp3/ppds/IB4029A1.PS
-Office51/xp3/ppds/IB4029B1.PS
-Office51/xp3/ppds/IBM17523.PS
-Office51/xp3/ppds/IBM20470.PS
-Office51/xp3/ppds/IBM30505.PS
-Office51/xp3/ppds/IBM39523.PS
-Office51/xp3/ppds/KDCOLOR1.PS
-Office51/xp3/ppds/L100_425.PS
-Office51/xp3/ppds/L200_471.PS
-Office51/xp3/ppds/L200_493.PS
-Office51/xp3/ppds/L300_471.PS
-Office51/xp3/ppds/L300_493.PS
-Office51/xp3/ppds/L330_523.PS
-Office51/xp3/ppds/L3330523.PS
-Office51/xp3/ppds/L500_493.PS
-Office51/xp3/ppds/L530_523.PS
-Office51/xp3/ppds/L5330523.PS
-Office51/xp3/ppds/LEX4039.PCL
-Office51/xp3/ppds/LEX4039.PS
-Office51/xp3/ppds/LEX4047.PCL
-Office51/xp3/ppds/LEXOPTRA.PCL
-Office51/xp3/ppds/LEXOPTRA.PS
-Office51/xp3/ppds/LH_630_1.PS
-Office51/xp3/ppds/LWNTX470.PS
-Office51/xp3/ppds/LWNTX518.PS
-Office51/xp3/ppds/LWNT_470.PS
-Office51/xp3/ppds/MOIM1201.PS
-Office51/xp3/ppds/Mono_522.PS
-Office51/xp3/ppds/N2090522.PS
-Office51/xp3/ppds/N2290520.PS
-Office51/xp3/ppds/N890X505.PS
-Office51/xp3/ppds/N890_470.PS
-Office51/xp3/ppds/NC95FAX1.PS
-Office51/xp3/ppds/NC97FAX1.PS
-Office51/xp3/ppds/NCCPS401.PS
-Office51/xp3/ppds/NCCPS801.PS
-Office51/xp3/ppds/NCOL_519.PS
-Office51/xp3/ppds/NCS29901.PS
-Office51/xp3/ppds/NCSW_951.PS
-Office51/xp3/ppds/NC_N4F21.PS
-Office51/xp3/ppds/NC_N4F51.PS
-Office51/xp3/ppds/NP20.PS
-Office51/xp3/ppds/NPCLPLUS.PS
-Office51/xp3/ppds/NX_NLP_1.PS
-Office51/xp3/ppds/O5242503.PS
-Office51/xp3/ppds/OK801PF1.PS
-Office51/xp3/ppds/OL830525.PS
-Office51/xp3/ppds/OL840518.PS
-Office51/xp3/ppds/P4455514.PS
-Office51/xp3/ppds/Q2200523.PS
-Office51/xp3/ppds/Q2210523.PS
-Office51/xp3/ppds/Q2220523.PS
-Office51/xp3/ppds/Q810T517.PS
-Office51/xp3/ppds/Q820T517.PS
-Office51/xp3/ppds/Q820_517.PS
-Office51/xp3/ppds/QCS10503.PS
-Office51/xp3/ppds/QCS20503.PS
-Office51/xp3/ppds/QCS30503.PS
-Office51/xp3/ppds/QM1700_1.PS
-Office51/xp3/ppds/QM2000_1.PS
-Office51/xp3/ppds/QM815MR1.PS
-Office51/xp3/ppds/QM825MR1.PS
-Office51/xp3/ppds/QMPS4101.PS
-Office51/xp3/ppds/QMPS8151.PS
-Office51/xp3/ppds/QMPS8251.PS
-Office51/xp3/ppds/QMS81470.PS
-Office51/xp3/ppds/QMS8P461.PS
-Office51/xp3/ppds/QMS8_461.PS
-Office51/xp3/ppds/QMSCS494.PS
-Office51/xp3/ppds/QMSJP461.PS
-Office51/xp3/ppds/QMSJ_461.PS
-Office51/xp3/ppds/QUME_470.PS
-Office51/xp3/ppds/R6000505.PS
-Office51/xp3/ppds/S5232503.PS
-Office51/xp3/ppds/S746J522.PS
-Office51/xp3/ppds/SCG20522.PS
-Office51/xp3/ppds/SGENPRT.PS
-Office51/xp3/ppds/SPRN.PS
-Office51/xp3/ppds/T1513470.PS
-Office51/xp3/ppds/T1535470.PS
-Office51/xp3/ppds/TI08_450.PS
-Office51/xp3/ppds/TITRB161.PS
-Office51/xp3/ppds/TITRBO61.PS
-Office51/xp3/ppds/TITRBO91.PS
-Office51/xp3/ppds/TIm17521.PS
-Office51/xp3/ppds/TIm35521.PS
-Office51/xp3/ppds/TIx17521.PS
-Office51/xp3/ppds/TIx35521.PS
-Office51/xp3/ppds/TKPH2SD1.PS
-Office51/xp3/ppds/TKPHZ2J1.PS
-Office51/xp3/ppds/TKPHZ3J1.PS
-Office51/xp3/ppds/TKPHZR21.PS
-Office51/xp3/ppds/TKPHZR22.PS
-Office51/xp3/ppds/TKPHZR31.PS
-Office51/xp3/ppds/TKPHZR32.PS
-Office51/xp3/ppds/TKPXE171.PS
-Office51/xp3/ppds/TKPXE391.PS
-Office51/xp3/ppds/U9415470.PS
-Office51/xp3/ppds/UNI17521.PS
-Office51/xp3/ppds/UNI39521.PS
-Office51/xp3/ppds/V5334522.PS
-Office51/xp3/ppds/VT42P522.PS
-Office51/xp3/ppds/VT43P522.PS
-Office51/xp3/ppds/VT4510A1.PS
-Office51/xp3/ppds/VT4530A1.PS
-Office51/xp3/ppds/VT4530B1.PS
-Office51/xp3/ppds/VT4530C1.PS
-Office51/xp3/ppds/VT4533B1.PS
-Office51/xp3/ppds/VT4533C1.PS
-Office51/xp3/ppds/VT453EA1.PS
-Office51/xp3/ppds/VT453EB1.PS
-Office51/xp3/ppds/VT4550A1.PS
-Office51/xp3/ppds/VT4550B1.PS
-Office51/xp3/ppds/VT4550C1.PS
-Office51/xp3/ppds/VT4551A1.PS
-Office51/xp3/ppds/VT4563A1.PS
-Office51/xp3/ppds/VT4563B1.PS
-Office51/xp3/ppds/VT49901.PS
-Office51/xp3/ppds/VT4L3001.PS
-Office51/xp3/ppds/VT4L3301.PS
-Office51/xp3/ppds/VT4L5001.PS
-Office51/xp3/ppds/VT4L5301.PS
-Office51/xp3/ppds/VT530522.PS
-Office51/xp3/ppds/VT550522.PS
-Office51/xp3/ppds/VT600P1.PS
-Office51/xp3/ppds/VT600W1.PS
-Office51/xp3/ppds/VT60P480.PS
-Office51/xp3/ppds/VT60W480.PS
-Office51/xp3/ppds/XRDOCU11.PS
-Office51/xp3/ppds/XRDT0851.PS
-Office51/xp3/ppds/XRDT0901.PS
-Office51/xp3/ppds/XRDT1351.PS
-Office51/xp3/pssoftfonts/ariob___.pfb
-Office51/xp3/pssoftfonts/arion___.pfb
-Office51/xp3/pssoftfonts/chevn___.pfb
-Office51/xp3/pssoftfonts/chevon__.pfb
-Office51/xp3/pssoftfonts/congb___.pfb
-Office51/xp3/pssoftfonts/congn___.pfb
-Office51/xp3/pssoftfonts/helmb___.pfb
-Office51/xp3/pssoftfonts/helmbi__.pfb
-Office51/xp3/pssoftfonts/helmcb__.pfb
-Office51/xp3/pssoftfonts/helmcbi_.pfb
-Office51/xp3/pssoftfonts/helmci__.pfb
-Office51/xp3/pssoftfonts/helmcn__.pfb
-Office51/xp3/pssoftfonts/helmi___.pfb
-Office51/xp3/pssoftfonts/helmn___.pfb
-Office51/xp3/pssoftfonts/starbats.pfb
-Office51/xp3/pssoftfonts/starmath.pfb
-Office51/xp3/pssoftfonts/timmb___.pfb
-Office51/xp3/pssoftfonts/timmbi__.pfb
-Office51/xp3/pssoftfonts/timmi___.pfb
-Office51/xp3/pssoftfonts/timmn___.pfb
-Office51/xp3/psstd.fonts
-Office51/xp3/rgb.txt
-Office51/xp3/xprinter.prolog
-/root/.sversionrc
-@dirrm Office51/Desktop
-@dirrm Office51/autotext
-@dirrm Office51/backup
-@dirrm Office51/basic
-@dirrm Office51/bin
-@dirrm Office51/bookmark/Fun & More
-@dirrm Office51/bookmark/Information
-@dirrm Office51/bookmark/Internet
-@dirrm Office51/bookmark/Java
-@dirrm Office51/bookmark/Travel
-@dirrm Office51/bookmark
-@dirrm Office51/cde
-@dirrm Office51/config/groups
-@dirrm Office51/config/help
-@dirrm Office51/config/helpmenu
-@dirrm Office51/config/more
-@dirrm Office51/config/new
-@dirrm Office51/config/settings
-@dirrm Office51/config/start
-@dirrm Office51/config/symbol
-@dirrm Office51/config/tasks
-@dirrm Office51/config/wizard
-@dirrm Office51/config
-@dirrm Office51/database
-@dirrm Office51/download
-@dirrm Office51/explorer/Samples/Drawings
-@dirrm Office51/explorer/Samples/Formulas
-@dirrm Office51/explorer/Samples/Presentations
-@dirrm Office51/explorer/Samples/Spreadsheets
-@dirrm Office51/explorer/Samples/TextDocuments/Chapters
-@dirrm Office51/explorer/Samples/TextDocuments/Homepage
-@dirrm Office51/explorer/Samples/TextDocuments
-@dirrm Office51/explorer/Samples
-@dirrm Office51/explorer
-@dirrm Office51/filter
-@dirrm Office51/fonts/75dpi/bdf
-@dirrm Office51/fonts/75dpi
-@dirrm Office51/fonts/type1
-@dirrm Office51/fonts
-@dirrm Office51/gallery/bullets
-@dirrm Office51/gallery/clipart
-@dirrm Office51/gallery/flags
-@dirrm Office51/gallery/htmlexpo
-@dirrm Office51/gallery/maps
-@dirrm Office51/gallery/photos
-@dirrm Office51/gallery/rulers
-@dirrm Office51/gallery/sounds
-@dirrm Office51/gallery/surface
-@dirrm Office51/gallery/symbols
-@dirrm Office51/gallery/www-anim
-@dirrm Office51/gallery/www-back
-@dirrm Office51/gallery/www-graf
-@dirrm Office51/gallery
-@dirrm Office51/help/01
-@dirrm Office51/help
-@dirrm Office51/kde/applnk
-@dirrm Office51/kde/icons/mini
-@dirrm Office51/kde/icons
-@dirrm Office51/kde/mimelnk/application
-@dirrm Office51/kde/mimelnk/text
-@dirrm Office51/kde/mimelnk
-@dirrm Office51/kde
-@dirrm Office51/kino
-@dirrm Office51/lib
-@dirrm Office51/service
-@dirrm Office51/store/trash
-@dirrm Office51/store
-@dirrm Office51/template/educate
-@dirrm Office51/template/finance
-@dirrm Office51/template/forms
-@dirrm Office51/template/html
-@dirrm Office51/template/layout
-@dirrm Office51/template/misc
-@dirrm Office51/template/officorr
-@dirrm Office51/template/offimisc
-@dirrm Office51/template/personal
-@dirrm Office51/template/presnt
-@dirrm Office51/template/wizard/bitmap
-@dirrm Office51/template/wizard
-@dirrm Office51/template
-@dirrm Office51/wordbook
-@dirrm Office51/work
-@dirrm Office51/xp3/fontmetrics/afm
-@dirrm Office51/xp3/fontmetrics/tfm
-@dirrm Office51/xp3/fontmetrics
-@dirrm Office51/xp3/ppds
-@dirrm Office51/xp3/pssoftfonts
-@dirrm Office51/xp3
-@dirrm Office51
+office52/program/setup.log
+office52/program/filter/libicg569li.so
+office52/program/filter/libemp569li.so
+office52/program/filter/libeme569li.so
+office52/program/filter/libipd569li.so
+office52/program/filter/libitg569li.so
+office52/program/filter/libeps569li.so
+office52/program/filter/libips569li.so
+office52/program/filter/libexp569li.so
+office52/program/filter/libepb569li.so
+office52/program/filter/libepg569li.so
+office52/program/filter/libepp569li.so
+office52/program/filter/libipb569li.so
+office52/program/filter/libera569li.so
+office52/program/filter/libira569li.so
+office52/program/filter/libegi569li.so
+office52/program/filter/libidx569li.so
+office52/program/filter/libicd569li.so
+office52/program/filter/libept569li.so
+office52/program/filter/libipt569li.so
+office52/program/filter/libime569li.so
+office52/program/filter/libipx569li.so
+office52/program/filter/libepn569li.so
+office52/program/filter/libiti569li.so
+office52/program/filter/libeti569li.so
+office52/program/classes/sandbox.jar
+office52/program/classes/jurt.jar
+office52/program/classes/tkt.jar
+office52/program/classes/unoil.jar
+office52/program/classes/classes.jar
+office52/program/resource/cnt56901.res
+office52/program/resource/iso56901.res
+office52/program/resource/wwz56901.res
+office52/program/resource/dmn56901.res
+office52/program/resource/bib56901.res
+office52/program/resource/dbw56901.res
+office52/program/resource/aco56901.res
+office52/program/resource/sj56901.res
+office52/program/resource/oic56901.res
+office52/program/resource/eur56901.res
+office52/program/resource/ofs56901.res
+office52/program/resource/epb56901.res
+office52/program/resource/epg56901.res
+office52/program/resource/imp56901.res
+office52/program/resource/ofa56901.res
+office52/program/resource/gal56901.res
+office52/program/resource/vcl56901.res
+office52/program/resource/set56901.res
+office52/program/resource/svs56901.res
+office52/program/resource/hlp56901.res
+office52/program/resource/sd56901.res
+office52/program/resource/tfu56901.res
+office52/program/resource/svx56901.res
+office52/program/resource/sw56901.res
+office52/program/resource/spa56901.res
+office52/program/resource/epp56901.res
+office52/program/resource/iwz56901.res
+office52/program/resource/tpl56901.res
+office52/program/resource/asv56901.res
+office52/program/resource/sdb56901.res
+office52/program/resource/san56901.res
+office52/program/resource/jvm56901.res
+office52/program/resource/cal56901.res
+office52/program/resource/svt56901.res
+office52/program/resource/sfx56901.res
+office52/program/resource/rts56901.res
+office52/program/resource/sba56901.res
+office52/program/resource/sc56901.res
+office52/program/resource/sm56901.res
+office52/program/resource/sch56901.res
+office52/program/resource/sim56901.res
+office52/program/resource/ss56901.res
+office52/program/resource/eps56901.res
+office52/program/resource/egi56901.res
+office52/program/resource/icd56901.res
+office52/program/resource/ept56901.res
+office52/program/resource/eme56901.res
+office52/program/resource/epn56901.res
+office52/program/libctl569li.so
+office52/program/libimpreg.so
+office52/program/libpap569li.so
+office52/program/writer.bmp
+office52/program/libsd569li.so
+office52/program/libsimreg.so
+office52/program/libone569li.so
+office52/program/libvos1GCC.so
+office52/program/kstart
+office52/program/libbrdgfctr.so
+office52/program/libjen.so
+office52/program/libtcv.so
+office52/program/libssw569li.so
+office52/program/libsmgr.so
+office52/program/libstm569li.so
+office52/program/libstore1.so
+office52/program/libstu569li.so
+office52/program/libsmld569li.so
+office52/program/libsba569li.so
+office52/program/libinsp.so
+office52/program/libssl569li.so
+office52/program/spadmin.bin
+office52/program/register.bmp
+office52/program/libsvl569li.so
+office52/program/libtfu569li.so
+office52/program/libsvx569li.so
+office52/program/setup
+office52/program/libmig569li.so
+office52/program/jvmsetup.bin
+office52/program/libstream.so
+office52/program/libspa569li.so
+office52/program/so52.bmp
+office52/program/libconnectr.so
+office52/program/libude569li.so
+office52/program/libuds569li.so
+office52/program/libdmn569li.so
+office52/program/soffice.bin
+office52/program/spadmin
+office52/program/libsw569li.so
+office52/program/calc.bmp
+office52/program/so5dbt.dll
+office52/program/libtkt569li.so
+office52/program/libdefreg.so
+office52/program/libsmart_uno.so
+office52/program/librmcxt1.so
+office52/program/libtl569li.so
+office52/program/sfax.bin
+office52/program/libbib569li.so
+office52/program/liblng569li.so
+office52/program/libacv569li.so
+office52/program/libreg1.so
+office52/program/libaps569li.so
+office52/program/libcnt569li.so
+office52/program/libgo569li.so
+office52/program/libjvm569li.so
+office52/program/libegcs29_uno.so
+office52/program/libofa569li.so
+office52/program/libimr569li.so
+office52/program/libasv569li.so
+office52/program/libcpld.so
+office52/program/liblds569li.so
+office52/program/libuno569li.so
+office52/program/javaldx
+office52/program/libsdb569li.so
+office52/program/setup.bin
+office52/program/libsax569li.so
+office52/program/allgemein.bmp
+office52/program/base.bmp
+office52/program/impress.bmp
+office52/program/liboic569li.so
+office52/program/libscn569li.so
+office52/program/libsex569li.so
+office52/program/libuui569li.so
+office52/program/swslots.tlb
+office52/program/sopatchlevel.sh
+office52/program/libsal1.so
+office52/program/pluginapp.bin
+office52/program/libni569li.so
+office52/program/libinvadp.so
+office52/program/libics569li.so
+office52/program/libpl569li.so
+office52/program/schedule.bmp
+office52/program/libgal569li.so
+office52/program/ofaslots.tlb
+office52/program/libjavaloader.so
+office52/program/libset569li.so
+office52/program/libsot569li.so
+office52/program/libj569li_g.so
+office52/program/ende.bmp
+office52/program/desktop.bmp
+office52/program/libacceptor.so
+office52/program/libsb569li.so
+office52/program/libsvt569li.so
+office52/program/libpk569li.so
+office52/program/libso569li.so
+office52/program/libpilotlink569li.so
+office52/program/libaco569li.so
+office52/program/libsis569li.so
+office52/program/libtdmgr.so
+office52/program/libsco569li.so
+office52/program/libnamingservice.so
+office52/program/libsfx569li.so
+office52/program/libzip569li.so
+office52/program/libtk569li.so
+office52/program/libcppuhelper1GCC.so
+office52/program/libcppu1.so
+office52/program/libusr569li.so
+office52/program/libcorefl.so
+office52/program/libadr569li.so
+office52/program/jvmsetup
+office52/program/libvcl569li.so
+office52/program/libinv.so
+office52/program/draw.bmp
+office52/program/librdbtdp.so
+office52/program/soffice
+office52/program/libflh569li.so
+office52/program/sfxslots.tlb
+office52/program/libres569li.so
+office52/program/libldh569li.so
+office52/program/libremote_uno.so
+office52/program/libldt569li.so
+office52/program/svxslots.tlb
+office52/program/applicat.rdb
+office52/program/libiiopbrdg.so
+office52/program/libcsp569li.so
+office52/program/libsc569li.so
+office52/program/scslots.tlb
+office52/program/sdgslots.tlb
+office52/program/sdslots.tlb
+office52/program/libsm569li.so
+office52/program/smslots.tlb
+office52/program/libsch569li.so
+office52/program/schslots.tlb
+office52/program/libsim569li.so
+office52/program/simslots.tlb
+office52/program/libss569li.so
+office52/program/libssc569li.so
+office52/program/install.ini
+office52/program/instdb.ins
+office52/program/setup.orig
+office52/program/soffice.orig
+office52/share/template/english/wizard/styles/black_white.vor
+office52/share/template/english/wizard/styles/blackberry.vor
+office52/share/template/english/wizard/styles/default.vor
+office52/share/template/english/wizard/styles/diner.vor
+office52/share/template/english/wizard/styles/fall.vor
+office52/share/template/english/wizard/styles/glacier.vor
+office52/share/template/english/wizard/styles/green_grapes.vor
+office52/share/template/english/wizard/styles/jeans.vor
+office52/share/template/english/wizard/styles/marine.vor
+office52/share/template/english/wizard/styles/millenium.vor
+office52/share/template/english/wizard/styles/nature.vor
+office52/share/template/english/wizard/styles/neon.vor
+office52/share/template/english/wizard/styles/night.vor
+office52/share/template/english/wizard/styles/nostalgic.vor
+office52/share/template/english/wizard/styles/pastell.vor
+office52/share/template/english/wizard/styles/pool.vor
+office52/share/template/english/wizard/styles/pumpkin.vor
+office52/share/template/english/wizard/styles/sunstyle.vor
+office52/share/template/english/wizard/styles/xos.vor
+office52/share/template/english/wizard/bitmap/brd.bmp
+office52/share/template/english/wizard/bitmap/cancel_down.bmp
+office52/share/template/english/wizard/bitmap/cancel_up.bmp
+office52/share/template/english/wizard/bitmap/cgleft1.bmp
+office52/share/template/english/wizard/bitmap/cgleft2.bmp
+office52/share/template/english/wizard/bitmap/choose.bmp
+office52/share/template/english/wizard/bitmap/cjblock.bmp
+office52/share/template/english/wizard/bitmap/cjbuend.bmp
+office52/share/template/english/wizard/bitmap/cjcombo0.bmp
+office52/share/template/english/wizard/bitmap/cjform01.bmp
+office52/share/template/english/wizard/bitmap/cjform02.bmp
+office52/share/template/english/wizard/bitmap/cjform03.bmp
+office52/share/template/english/wizard/bitmap/cjform04.bmp
+office52/share/template/english/wizard/bitmap/cjform05.bmp
+office52/share/template/english/wizard/bitmap/cjform2b.bmp
+office52/share/template/english/wizard/bitmap/cjform2c.bmp
+office52/share/template/english/wizard/bitmap/cjgl.bmp
+office52/share/template/english/wizard/bitmap/cjst1.bmp
+office52/share/template/english/wizard/bitmap/cjst2.bmp
+office52/share/template/english/wizard/bitmap/cjtable0.bmp
+office52/share/template/english/wizard/bitmap/cjtabula.bmp
+office52/share/template/english/wizard/bitmap/cjtrep01.bmp
+office52/share/template/english/wizard/bitmap/cjtrep02.bmp
+office52/share/template/english/wizard/bitmap/cjtrep04.bmp
+office52/share/template/english/wizard/bitmap/cjtrep05.bmp
+office52/share/template/english/wizard/bitmap/cjtrep06.bmp
+office52/share/template/english/wizard/bitmap/cjtrep07.bmp
+office52/share/template/english/wizard/bitmap/cjtrep08.bmp
+office52/share/template/english/wizard/bitmap/cjtrep09.bmp
+office52/share/template/english/wizard/bitmap/db00.bmp
+office52/share/template/english/wizard/bitmap/db01.bmp
+office52/share/template/english/wizard/bitmap/db02.bmp
+office52/share/template/english/wizard/bitmap/db03.bmp
+office52/share/template/english/wizard/bitmap/db04.bmp
+office52/share/template/english/wizard/bitmap/db05.bmp
+office52/share/template/english/wizard/bitmap/db06.bmp
+office52/share/template/english/wizard/bitmap/dbpg1.bmp
+office52/share/template/english/wizard/bitmap/dbpg2.bmp
+office52/share/template/english/wizard/bitmap/dbt01.bmp
+office52/share/template/english/wizard/bitmap/dbt02.bmp
+office52/share/template/english/wizard/bitmap/dbt03.bmp
+office52/share/template/english/wizard/bitmap/dbt04.bmp
+office52/share/template/english/wizard/bitmap/dbt05.bmp
+office52/share/template/english/wizard/bitmap/dbt06.bmp
+office52/share/template/english/wizard/bitmap/end.bmp
+office52/share/template/english/wizard/bitmap/euro_1.bmp
+office52/share/template/english/wizard/bitmap/euro_2.bmp
+office52/share/template/english/wizard/bitmap/euro_3.bmp
+office52/share/template/english/wizard/bitmap/excelin.bmp
+office52/share/template/english/wizard/bitmap/excelout.bmp
+office52/share/template/english/wizard/bitmap/france.bmp
+office52/share/template/english/wizard/bitmap/inet01.bmp
+office52/share/template/english/wizard/bitmap/inet02.bmp
+office52/share/template/english/wizard/bitmap/inet03.bmp
+office52/share/template/english/wizard/bitmap/inet04.bmp
+office52/share/template/english/wizard/bitmap/inet04a.bmp
+office52/share/template/english/wizard/bitmap/inet04b.bmp
+office52/share/template/english/wizard/bitmap/inet05.bmp
+office52/share/template/english/wizard/bitmap/inet06.bmp
+office52/share/template/english/wizard/bitmap/inet06a.bmp
+office52/share/template/english/wizard/bitmap/inet06b.bmp
+office52/share/template/english/wizard/bitmap/inet06c.bmp
+office52/share/template/english/wizard/bitmap/inet07.bmp
+office52/share/template/english/wizard/bitmap/inet08.bmp
+office52/share/template/english/wizard/bitmap/inet09.bmp
+office52/share/template/english/wizard/bitmap/inet10.bmp
+office52/share/template/english/wizard/bitmap/inet11.bmp
+office52/share/template/english/wizard/bitmap/inet12.bmp
+office52/share/template/english/wizard/bitmap/italia.bmp
+office52/share/template/english/wizard/bitmap/n-d-re_1.bmp
+office52/share/template/english/wizard/bitmap/n-d-re_2.bmp
+office52/share/template/english/wizard/bitmap/nedland.bmp
+office52/share/template/english/wizard/bitmap/okay_down.bmp
+office52/share/template/english/wizard/bitmap/okay_up.bmp
+office52/share/template/english/wizard/bitmap/portugal.bmp
+office52/share/template/english/wizard/bitmap/powerin.bmp
+office52/share/template/english/wizard/bitmap/powerout.bmp
+office52/share/template/english/wizard/bitmap/progress.bmp
+office52/share/template/english/wizard/bitmap/spain.bmp
+office52/share/template/english/wizard/bitmap/ss01.bmp
+office52/share/template/english/wizard/bitmap/ss02.bmp
+office52/share/template/english/wizard/bitmap/ss03.bmp
+office52/share/template/english/wizard/bitmap/ss031.bmp
+office52/share/template/english/wizard/bitmap/ss04.bmp
+office52/share/template/english/wizard/bitmap/ss06.bmp
+office52/share/template/english/wizard/bitmap/ss07.bmp
+office52/share/template/english/wizard/bitmap/ss08.bmp
+office52/share/template/english/wizard/bitmap/ss081.bmp
+office52/share/template/english/wizard/bitmap/ss09.bmp
+office52/share/template/english/wizard/bitmap/ss10.bmp
+office52/share/template/english/wizard/bitmap/summary.bmp
+office52/share/template/english/wizard/bitmap/sweden.bmp
+office52/share/template/english/wizard/bitmap/usa.bmp
+office52/share/template/english/wizard/bitmap/welcome.bmp
+office52/share/template/english/wizard/bitmap/wordin.bmp
+office52/share/template/english/wizard/bitmap/wordout.bmp
+office52/share/template/english/wizard/web/cnt-album.vor
+office52/share/template/english/wizard/web/cnt-bilingual.vor
+office52/share/template/english/wizard/web/cnt-chapters.vor
+office52/share/template/english/wizard/web/cnt-empty.vor
+office52/share/template/english/wizard/web/cnt-fixonecol.vor
+office52/share/template/english/wizard/web/cnt-fixtwocol.vor
+office52/share/template/english/wizard/web/cnt-formcontact.vor
+office52/share/template/english/wizard/web/cnt-formcustomer.vor
+office52/share/template/english/wizard/web/cnt-formfix.vor
+office52/share/template/english/wizard/web/cnt-formvar.vor
+office52/share/template/english/wizard/web/cnt-list.vor
+office52/share/template/english/wizard/web/cnt-onepic.vor
+office52/share/template/english/wizard/web/cnt-standard.vor
+office52/share/template/english/wizard/web/cnt-twotitles.vor
+office52/share/template/english/wizard/web/stl-banana.vor
+office52/share/template/english/wizard/web/stl-blkjeans.vor
+office52/share/template/english/wizard/web/stl-blue.vor
+office52/share/template/english/wizard/web/stl-blueblock.vor
+office52/share/template/english/wizard/web/stl-bluejeans.vor
+office52/share/template/english/wizard/web/stl-fieryred.vor
+office52/share/template/english/wizard/web/stl-hightech.vor
+office52/share/template/english/wizard/web/stl-mint.vor
+office52/share/template/english/wizard/web/stl-music.vor
+office52/share/template/english/wizard/web/stl-nostalg.vor
+office52/share/template/english/wizard/web/stl-orange.vor
+office52/share/template/english/wizard/web/stl-petrol.vor
+office52/share/template/english/wizard/web/stl-seventies.vor
+office52/share/template/english/wizard/web/stl-standard.vor
+office52/share/template/english/wizard/web/stl-strwbryice.vor
+office52/share/template/english/wizard/web/stl-sun.vor
+office52/share/template/english/wizard/web/stl-tracks.vor
+office52/share/template/english/wizard/web/stl-turquoise.vor
+office52/share/template/english/wizard/web/stl-wetblue.vor
+office52/share/template/english/wizard/wizbrf1.vor
+office52/share/template/english/wizard/wizbrf2.vor
+office52/share/template/english/wizard/wizbrf3.vor
+office52/share/template/english/wizard/repblock.vor
+office52/share/template/english/wizard/repclmn.vor
+office52/share/template/english/wizard/repleft1.vor
+office52/share/template/english/wizard/repleft2.vor
+office52/share/template/english/wizard/repnrml.vor
+office52/share/template/english/wizard/repoutl1.vor
+office52/share/template/english/wizard/repoutl2.vor
+office52/share/template/english/wizard/repstep.vor
+office52/share/template/english/wizard/rpst01.vor
+office52/share/template/english/wizard/rpst02.vor
+office52/share/template/english/wizard/rpst03.vor
+office52/share/template/english/wizard/rpst04.vor
+office52/share/template/english/wizard/wizfax1.vor
+office52/share/template/english/wizard/wizfax2.vor
+office52/share/template/english/wizard/wizfax3.vor
+office52/share/template/english/wizard/wizagn1.vor
+office52/share/template/english/wizard/wizagn2.vor
+office52/share/template/english/wizard/wizagn3.vor
+office52/share/template/english/wizard/ss00.vor
+office52/share/template/english/wizard/wizmem1.vor
+office52/share/template/english/wizard/wizmem2.vor
+office52/share/template/english/wizard/wizmem3.vor
+office52/share/template/english/wizard/db01.vor
+office52/share/template/english/wizard/db02.vor
+office52/share/template/english/wizard/db03.vor
+office52/share/template/english/wizard/db04.vor
+office52/share/template/english/wizard/db05.vor
+office52/share/template/english/wizard/db06.vor
+office52/share/template/english/wizard/dbform.vor
+office52/share/template/english/wizard/event_a.htm
+office52/share/template/english/wizard/event_m.htm
+office52/share/template/english/wizard/event_s.htm
+office52/share/template/english/wizard/eventca.htm
+office52/share/template/english/wizard/eventrp.htm
+office52/share/template/english/wizard/eventrq.htm
+office52/share/template/english/wizard/task_m.htm
+office52/share/template/english/wizard/task_s.htm
+office52/share/template/english/wizard/taskca.htm
+office52/share/template/english/wizard/taskrp.htm
+office52/share/template/english/wizard/taskrq.htm
+office52/share/template/english/internal/html.vor
+office52/share/template/english/internal/idxexample.sdw
+office52/share/template/english/internal/prnchaos.vor
+office52/share/template/english/internal/prnmail.vor
+office52/share/template/english/internal/rplymail.vor
+office52/share/template/english/internal/rplytext.vor
+office52/share/template/english/internal/url_transfer.htm
+office52/share/template/english/internal/template.vor
+office52/share/template/english/officorr/faxcont.vor
+office52/share/template/english/officorr/faxeleg.vor
+office52/share/template/english/officorr/faxprof.vor
+office52/share/template/english/officorr/ltrcont.vor
+office52/share/template/english/officorr/ltreleg.vor
+office52/share/template/english/officorr/ltrprof.vor
+office52/share/template/english/officorr/memcont.vor
+office52/share/template/english/officorr/memeleg.vor
+office52/share/template/english/officorr/memprof.vor
+office52/share/template/english/offimisc/deliver.vor
+office52/share/template/english/offimisc/invoice.vor
+office52/share/template/english/offimisc/mincont.vor
+office52/share/template/english/offimisc/mineleg.vor
+office52/share/template/english/offimisc/minprof.vor
+office52/share/template/english/offimisc/prsprof.vor
+office52/share/template/english/offimisc/report.vor
+office52/share/template/english/personal/currvita.vor
+office52/share/template/english/personal/envelope.vor
+office52/share/template/english/personal/faxfrml.vor
+office52/share/template/english/personal/faxpriv.vor
+office52/share/template/english/personal/ltrfrml.vor
+office52/share/template/english/personal/ltrpriv.vor
+office52/share/template/english/personal/visit.vor
+office52/share/template/english/misc/book.vor
+office52/share/template/english/misc/giftcert.vor
+office52/share/template/english/misc/newslttr.vor
+office52/share/template/english/misc/calendar.vor
+office52/share/template/english/misc/schedule.vor
+office52/share/template/english/misc/cassette.vor
+office52/share/template/english/misc/cd.vor
+office52/share/template/english/misc/zip.vor
+office52/share/template/english/educate/diploma.vor
+office52/share/template/english/educate/paper.vor
+office52/share/template/english/educate/timetabl.vor
+office52/share/template/english/educate/scientfc.vor
+office52/share/template/english/forms/expenses.vor
+office52/share/template/english/forms/gnrlsale.vor
+office52/share/template/english/forms/intrnlnt.vor
+office52/share/template/english/forms/leporell.vor
+office52/share/template/english/forms/notes1.vor
+office52/share/template/english/forms/notes2.vor
+office52/share/template/english/forms/phonenot.vor
+office52/share/template/english/finance/budget.vor
+office52/share/template/english/finance/carfince.vor
+office52/share/template/english/finance/carmoney.vor
+office52/share/template/english/finance/depot.vor
+office52/share/template/english/finance/journal.vor
+office52/share/template/english/finance/loancalc.vor
+office52/share/template/english/layout/1999.vor
+office52/share/template/english/layout/2000.vor
+office52/share/template/english/layout/2001.vor
+office52/share/template/english/layout/2002.vor
+office52/share/template/english/layout/2buttons.vor
+office52/share/template/english/layout/america.vor
+office52/share/template/english/layout/blublack.vor
+office52/share/template/english/layout/blue.vor
+office52/share/template/english/layout/bluebtns.vor
+office52/share/template/english/layout/bluegray.vor
+office52/share/template/english/layout/bluetube.vor
+office52/share/template/english/layout/blutitle.vor
+office52/share/template/english/layout/chocolat.vor
+office52/share/template/english/layout/clouds.vor
+office52/share/template/english/layout/europe.vor
+office52/share/template/english/layout/film.vor
+office52/share/template/english/layout/fotoshow.vor
+office52/share/template/english/layout/goldstar.vor
+office52/share/template/english/layout/liteblue.vor
+office52/share/template/english/layout/marble.vor
+office52/share/template/english/layout/metal.vor
+office52/share/template/english/layout/notes.vor
+office52/share/template/english/layout/orange.vor
+office52/share/template/english/layout/purple.vor
+office52/share/template/english/layout/rainbow.vor
+office52/share/template/english/layout/redwhite.vor
+office52/share/template/english/layout/star.vor
+office52/share/template/english/layout/sun.vor
+office52/share/template/english/layout/sunset.vor
+office52/share/template/english/layout/suprnova.vor
+office52/share/template/english/layout/triangle.vor
+office52/share/template/english/layout/turqgrad.vor
+office52/share/template/english/layout/turquois.vor
+office52/share/template/english/layout/undrwatr.vor
+office52/share/template/english/layout/violet.vor
+office52/share/template/english/layout/watrdrop.vor
+office52/share/template/english/layout/whiteblu.vor
+office52/share/template/english/layout/whiturqs.vor
+office52/share/template/english/layout/winter.vor
+office52/share/template/english/layout/world.vor
+office52/share/template/english/presnt/bad.vor
+office52/share/template/english/presnt/branche.vor
+office52/share/template/english/presnt/comrep.vor
+office52/share/template/english/presnt/concept.vor
+office52/share/template/english/presnt/finance.vor
+office52/share/template/english/presnt/ideas.vor
+office52/share/template/english/presnt/info.vor
+office52/share/template/english/presnt/market.vor
+office52/share/template/english/presnt/meeting.vor
+office52/share/template/english/presnt/newemplo.vor
+office52/share/template/english/presnt/novelty.vor
+office52/share/template/english/presnt/pres.vor
+office52/share/template/english/presnt/project.vor
+office52/share/template/english/presnt/prorep.vor
+office52/share/template/english/presnt/sell.vor
+office52/share/template/english/presnt/standard.vor
+office52/share/template/english/presnt/strategy.vor
+office52/share/template/english/presnt/team.vor
+office52/share/template/english/presnt/tech.vor
+office52/share/template/english/presnt/training.vor
+office52/share/template/english/sfx.tlx
+office52/share/bookmark/english/Travel/amtrak.url
+office52/share/bookmark/english/Travel/city-net.url
+office52/share/bookmark/english/Travel/greyhnd.url
+office52/share/bookmark/english/Travel/webtrip.url
+office52/share/bookmark/english/StarOffice API/objects.url
+office52/share/bookmark/english/StarOffice API/overview.url
+office52/share/bookmark/english/StarOffice API/specs.url
+office52/share/bookmark/english/Fun&More/amazon.url
+office52/share/bookmark/english/Fun&More/dilbert.url
+office52/share/bookmark/english/Fun&More/imdb.url
+office52/share/bookmark/english/Fun&More/people.url
+office52/share/bookmark/english/Fun&More/tv-now.url
+office52/share/bookmark/english/Fun&More/webcam.url
+office52/share/bookmark/english/Information/cnn.url
+office52/share/bookmark/english/Information/currconv.url
+office52/share/bookmark/english/Information/fool.url
+office52/share/bookmark/english/Information/intlphon.url
+office52/share/bookmark/english/Information/phonsrch.url
+office52/share/bookmark/english/Information/stocks.url
+office52/share/bookmark/english/Information/weather.url
+office52/share/bookmark/english/Information/zdnet.url
+office52/share/bookmark/english/Information/zip-code.url
+office52/share/bookmark/english/Java/boutique.url
+office52/share/bookmark/english/Java/jars.url
+office52/share/bookmark/english/Java/javasoft.url
+office52/share/bookmark/english/Java/jconsole.url
+office52/share/bookmark/english/Java/jsystem.url
+office52/share/bookmark/english/Java/jsetup.url
+office52/share/bookmark/english/Internet/acronyms.url
+office52/share/bookmark/english/Internet/cliparts.url
+office52/share/bookmark/english/Internet/howtodo.url
+office52/share/bookmark/english/Internet/htmlmanl.url
+office52/share/bookmark/english/Internet/smiley.url
+office52/share/bookmark/english/Internet/textures.url
+office52/share/bookmark/english/nsbook.url
+office52/share/bookmark/english/staroffi.url
+office52/share/bookmark/english/sun.url
+office52/share/database/english/lang_address.sdb
+office52/share/config/webcast/show.asp
+office52/share/config/webcast/poll.pl
+office52/share/config/webcast/webcast.pl
+office52/share/config/webcast/common.pl
+office52/share/config/webcast/poll.asp
+office52/share/config/webcast/editpic.asp
+office52/share/config/webcast/savepic.asp
+office52/share/config/webcast/edit.asp
+office52/share/config/webcast/savepic.pl
+office52/share/config/webcast/edit.pl
+office52/share/config/webcast/webcast.asp
+office52/share/config/webcast/index.pl
+office52/share/config/webcast/show.pl
+office52/share/config/webcast/editpic.pl
+office52/share/config/webcast/common.inc
+office52/share/config/help/desktop.01
+office52/share/config/help/smath.01
+office52/share/config/help/schart.01
+office52/share/config/help/sbasic.01
+office52/share/config/help/simpress.01
+office52/share/config/help/schedule.01
+office52/share/config/help/swriter.01
+office52/share/config/help/simage.01
+office52/share/config/help/sdraw.01
+office52/share/config/help/scalc.01
+office52/share/config/tasks/dbase.url
+office52/share/config/tasks/frameset.url
+office52/share/config/tasks/global.url
+office52/share/config/tasks/html.url
+office52/share/config/tasks/mail.url
+office52/share/config/tasks/writer.url
+office52/share/config/tasks/calc.url
+office52/share/config/tasks/impress.url
+office52/share/config/tasks/draw.url
+office52/share/config/tasks/formula.url
+office52/share/config/tasks/chart.url
+office52/share/config/tasks/image.url
+office52/share/config/tasks/events.url
+office52/share/config/tasks/tasks.url
+office52/share/config/helpmenu/h100001.url
+office52/share/config/helpmenu/h100002.url
+office52/share/config/helpmenu/h100003.url
+office52/share/config/helpmenu/h100004.url
+office52/share/config/helpmenu/h100005.url
+office52/share/config/helpmenu/h100006.url
+office52/share/config/helpmenu/h100007.url
+office52/share/config/helpmenu/h100008.url
+office52/share/config/helpmenu/h100009.url
+office52/share/config/helpmenu/h100010.url
+office52/share/config/helpmenu/h100011.url
+office52/share/config/helpmenu/h100012.url
+office52/share/config/helpmenu/h100013.url
+office52/share/config/helpmenu/h100016.url
+office52/share/config/helpmenu/h100018.url
+office52/share/config/helpmenu/h100020.url
+office52/share/config/helpmenu/h100126.url
+office52/share/config/helpmenu/h100127.url
+office52/share/config/helpmenu/h100130.url
+office52/share/config/helpmenu/h100135.url
+office52/share/config/start/_05_text.url
+office52/share/config/start/_15_mail.url
+office52/share/config/start/_30_more.url
+office52/share/config/start/_45_sep.url
+office52/share/config/start/_50_prog.url
+office52/share/config/start/_55_book.url
+office52/share/config/start/_60_doc.url
+office52/share/config/start/_65_set.url
+office52/share/config/start/_68_find.url
+office52/share/config/start/_70_help.url
+office52/share/config/start/_75_exec.url
+office52/share/config/start/_10_sprd.url
+office52/share/config/start/_20_pres.url
+office52/share/config/start/_25_draw.url
+office52/share/config/symbol/sc00000.bmp
+office52/share/config/symbol/sc05300.bmp
+office52/share/config/symbol/sc05302.bmp
+office52/share/config/symbol/sc05325.bmp
+office52/share/config/symbol/sc05331.bmp
+office52/share/config/symbol/sc05338.bmp
+office52/share/config/symbol/sc05339.bmp
+office52/share/config/symbol/sc05361.bmp
+office52/share/config/symbol/sc05362.bmp
+office52/share/config/symbol/sc05363.bmp
+office52/share/config/symbol/sc05364.bmp
+office52/share/config/symbol/sc05365.bmp
+office52/share/config/symbol/sc05366.bmp
+office52/share/config/symbol/sc05367.bmp
+office52/share/config/symbol/sc05368.bmp
+office52/share/config/symbol/sc05369.bmp
+office52/share/config/symbol/sc05370.bmp
+office52/share/config/symbol/sc05371.bmp
+office52/share/config/symbol/sc05373.bmp
+office52/share/config/symbol/sc05374.bmp
+office52/share/config/symbol/sc05375.bmp
+office52/share/config/symbol/sc05377.bmp
+office52/share/config/symbol/sc05381.bmp
+office52/share/config/symbol/sc05382.bmp
+office52/share/config/symbol/sc05383.bmp
+office52/share/config/symbol/sc05384.bmp
+office52/share/config/symbol/sc05386.bmp
+office52/share/config/symbol/sc05387.bmp
+office52/share/config/symbol/sc05401.bmp
+office52/share/config/symbol/sc05402.bmp
+office52/share/config/symbol/sc05410.bmp
+office52/share/config/symbol/sc05411.bmp
+office52/share/config/symbol/sc05412.bmp
+office52/share/config/symbol/sc05413.bmp
+office52/share/config/symbol/sc05414.bmp
+office52/share/config/symbol/sc05415.bmp
+office52/share/config/symbol/sc05500.bmp
+office52/share/config/symbol/sc05501.bmp
+office52/share/config/symbol/sc05502.bmp
+office52/share/config/symbol/sc05503.bmp
+office52/share/config/symbol/sc05504.bmp
+office52/share/config/symbol/sc05505.bmp
+office52/share/config/symbol/sc05508.bmp
+office52/share/config/symbol/sc05509.bmp
+office52/share/config/symbol/sc05532.bmp
+office52/share/config/symbol/sc05533.bmp
+office52/share/config/symbol/sc05535.bmp
+office52/share/config/symbol/sc05537.bmp
+office52/share/config/symbol/sc05538.bmp
+office52/share/config/symbol/sc05539.bmp
+office52/share/config/symbol/sc05552.bmp
+office52/share/config/symbol/sc05555.bmp
+office52/share/config/symbol/sc05556.bmp
+office52/share/config/symbol/sc05561.bmp
+office52/share/config/symbol/sc05563.bmp
+office52/share/config/symbol/sc05595.bmp
+office52/share/config/symbol/sc05596.bmp
+office52/share/config/symbol/sc05624.bmp
+office52/share/config/symbol/sc05646.bmp
+office52/share/config/symbol/sc05647.bmp
+office52/share/config/symbol/sc05648.bmp
+office52/share/config/symbol/sc05649.bmp
+office52/share/config/symbol/sc05650.bmp
+office52/share/config/symbol/sc05651.bmp
+office52/share/config/symbol/sc05672.bmp
+office52/share/config/symbol/sc05673.bmp
+office52/share/config/symbol/sc05675.bmp
+office52/share/config/symbol/sc05694.bmp
+office52/share/config/symbol/sc05700.bmp
+office52/share/config/symbol/sc05701.bmp
+office52/share/config/symbol/sc05702.bmp
+office52/share/config/symbol/sc05710.bmp
+office52/share/config/symbol/sc05711.bmp
+office52/share/config/symbol/sc05712.bmp
+office52/share/config/symbol/sc05713.bmp
+office52/share/config/symbol/sc05723.bmp
+office52/share/config/symbol/sc05800.bmp
+office52/share/config/symbol/sc05801.bmp
+office52/share/config/symbol/sc05802.bmp
+office52/share/config/symbol/sc05904.bmp
+office52/share/config/symbol/sc05905.bmp
+office52/share/config/symbol/sc05906.bmp
+office52/share/config/symbol/sc05951.bmp
+office52/share/config/symbol/sc05952.bmp
+office52/share/config/symbol/sc05953.bmp
+office52/share/config/symbol/sc05954.bmp
+office52/share/config/symbol/sc05955.bmp
+office52/share/config/symbol/sc05956.bmp
+office52/share/config/symbol/sc05957.bmp
+office52/share/config/symbol/sc05958.bmp
+office52/share/config/symbol/sc05959.bmp
+office52/share/config/symbol/sc05960.bmp
+office52/share/config/symbol/sc05961.bmp
+office52/share/config/symbol/sc05962.bmp
+office52/share/config/symbol/sc05963.bmp
+office52/share/config/symbol/sc06300.bmp
+office52/share/config/symbol/sc06301.bmp
+office52/share/config/symbol/sc06302.bmp
+office52/share/config/symbol/sc06303.bmp
+office52/share/config/symbol/sc06304.bmp
+office52/share/config/symbol/sc06305.bmp
+office52/share/config/symbol/sc06306.bmp
+office52/share/config/symbol/sc06308.bmp
+office52/share/config/symbol/sc06309.bmp
+office52/share/config/symbol/sc06312.bmp
+office52/share/config/symbol/sc06313.bmp
+office52/share/config/symbol/sc06314.bmp
+office52/share/config/symbol/sc06315.bmp
+office52/share/config/symbol/sc06318.bmp
+office52/share/config/symbol/sc06330.bmp
+office52/share/config/symbol/sc06331.bmp
+office52/share/config/symbol/sc06332.bmp
+office52/share/config/symbol/sc06333.bmp
+office52/share/config/symbol/sc06334.bmp
+office52/share/config/symbol/sc06335.bmp
+office52/share/config/symbol/sc06336.bmp
+office52/share/config/symbol/sc06337.bmp
+office52/share/config/symbol/sc06338.bmp
+office52/share/config/symbol/sc06339.bmp
+office52/share/config/symbol/sc06350.bmp
+office52/share/config/symbol/sc06351.bmp
+office52/share/config/symbol/sc06352.bmp
+office52/share/config/symbol/sc06353.bmp
+office52/share/config/symbol/sc06354.bmp
+office52/share/config/symbol/sc06355.bmp
+office52/share/config/symbol/sc06356.bmp
+office52/share/config/symbol/sc06357.bmp
+office52/share/config/symbol/sc06362.bmp
+office52/share/config/symbol/sc06363.bmp
+office52/share/config/symbol/sc06364.bmp
+office52/share/config/symbol/sc06370.bmp
+office52/share/config/symbol/sc06377.bmp
+office52/share/config/symbol/sc06379.bmp
+office52/share/config/symbol/sc06384.bmp
+office52/share/config/symbol/sc06522.bmp
+office52/share/config/symbol/sc10000.bmp
+office52/share/config/symbol/sc10006.bmp
+office52/share/config/symbol/sc10007.bmp
+office52/share/config/symbol/sc10008.bmp
+office52/share/config/symbol/sc10009.bmp
+office52/share/config/symbol/sc10010.bmp
+office52/share/config/symbol/sc10012.bmp
+office52/share/config/symbol/sc10013.bmp
+office52/share/config/symbol/sc10014.bmp
+office52/share/config/symbol/sc10015.bmp
+office52/share/config/symbol/sc10016.bmp
+office52/share/config/symbol/sc10017.bmp
+office52/share/config/symbol/sc10028.bmp
+office52/share/config/symbol/sc10029.bmp
+office52/share/config/symbol/sc10030.bmp
+office52/share/config/symbol/sc10031.bmp
+office52/share/config/symbol/sc10035.bmp
+office52/share/config/symbol/sc10036.bmp
+office52/share/config/symbol/sc10045.bmp
+office52/share/config/symbol/sc10050.bmp
+office52/share/config/symbol/sc10055.bmp
+office52/share/config/symbol/sc10087.bmp
+office52/share/config/symbol/sc10096.bmp
+office52/share/config/symbol/sc10097.bmp
+office52/share/config/symbol/sc10098.bmp
+office52/share/config/symbol/sc10099.bmp
+office52/share/config/symbol/sc10100.bmp
+office52/share/config/symbol/sc10101.bmp
+office52/share/config/symbol/sc10102.bmp
+office52/share/config/symbol/sc10103.bmp
+office52/share/config/symbol/sc10104.bmp
+office52/share/config/symbol/sc10105.bmp
+office52/share/config/symbol/sc10106.bmp
+office52/share/config/symbol/sc10109.bmp
+office52/share/config/symbol/sc10110.bmp
+office52/share/config/symbol/sc10112.bmp
+office52/share/config/symbol/sc10114.bmp
+office52/share/config/symbol/sc10115.bmp
+office52/share/config/symbol/sc10116.bmp
+office52/share/config/symbol/sc10117.bmp
+office52/share/config/symbol/sc10118.bmp
+office52/share/config/symbol/sc10119.bmp
+office52/share/config/symbol/sc10120.bmp
+office52/share/config/symbol/sc10121.bmp
+office52/share/config/symbol/sc10122.bmp
+office52/share/config/symbol/sc10123.bmp
+office52/share/config/symbol/sc10124.bmp
+office52/share/config/symbol/sc10125.bmp
+office52/share/config/symbol/sc10126.bmp
+office52/share/config/symbol/sc10127.bmp
+office52/share/config/symbol/sc10128.bmp
+office52/share/config/symbol/sc10129.bmp
+office52/share/config/symbol/sc10130.bmp
+office52/share/config/symbol/sc10131.bmp
+office52/share/config/symbol/sc10132.bmp
+office52/share/config/symbol/sc10133.bmp
+office52/share/config/symbol/sc10134.bmp
+office52/share/config/symbol/sc10135.bmp
+office52/share/config/symbol/sc10136.bmp
+office52/share/config/symbol/sc10137.bmp
+office52/share/config/symbol/sc10138.bmp
+office52/share/config/symbol/sc10139.bmp
+office52/share/config/symbol/sc10140.bmp
+office52/share/config/symbol/sc10141.bmp
+office52/share/config/symbol/sc10142.bmp
+office52/share/config/symbol/sc10143.bmp
+office52/share/config/symbol/sc10144.bmp
+office52/share/config/symbol/sc10145.bmp
+office52/share/config/symbol/sc10146.bmp
+office52/share/config/symbol/sc10147.bmp
+office52/share/config/symbol/sc10148.bmp
+office52/share/config/symbol/sc10150.bmp
+office52/share/config/symbol/sc10151.bmp
+office52/share/config/symbol/sc10152.bmp
+office52/share/config/symbol/sc10153.bmp
+office52/share/config/symbol/sc10154.bmp
+office52/share/config/symbol/sc10155.bmp
+office52/share/config/symbol/sc10156.bmp
+office52/share/config/symbol/sc10157.bmp
+office52/share/config/symbol/sc10158.bmp
+office52/share/config/symbol/sc10159.bmp
+office52/share/config/symbol/sc10160.bmp
+office52/share/config/symbol/sc10161.bmp
+office52/share/config/symbol/sc10162.bmp
+office52/share/config/symbol/sc10163.bmp
+office52/share/config/symbol/sc10164.bmp
+office52/share/config/symbol/sc10185.bmp
+office52/share/config/symbol/sc10186.bmp
+office52/share/config/symbol/sc10187.bmp
+office52/share/config/symbol/sc10188.bmp
+office52/share/config/symbol/sc10189.bmp
+office52/share/config/symbol/sc10190.bmp
+office52/share/config/symbol/sc10191.bmp
+office52/share/config/symbol/sc10192.bmp
+office52/share/config/symbol/sc10193.bmp
+office52/share/config/symbol/sc10194.bmp
+office52/share/config/symbol/sc10195.bmp
+office52/share/config/symbol/sc10196.bmp
+office52/share/config/symbol/sc10197.bmp
+office52/share/config/symbol/sc10199.bmp
+office52/share/config/symbol/sc10200.bmp
+office52/share/config/symbol/sc10201.bmp
+office52/share/config/symbol/sc10217.bmp
+office52/share/config/symbol/sc10223.bmp
+office52/share/config/symbol/sc10224.bmp
+office52/share/config/symbol/sc10231.bmp
+office52/share/config/symbol/sc10232.bmp
+office52/share/config/symbol/sc10233.bmp
+office52/share/config/symbol/sc10240.bmp
+office52/share/config/symbol/sc10241.bmp
+office52/share/config/symbol/sc10242.bmp
+office52/share/config/symbol/sc10243.bmp
+office52/share/config/symbol/sc10244.bmp
+office52/share/config/symbol/sc10253.bmp
+office52/share/config/symbol/sc10254.bmp
+office52/share/config/symbol/sc10255.bmp
+office52/share/config/symbol/sc10256.bmp
+office52/share/config/symbol/sc10282.bmp
+office52/share/config/symbol/sc10283.bmp
+office52/share/config/symbol/sc10286.bmp
+office52/share/config/symbol/sc10287.bmp
+office52/share/config/symbol/sc10294.bmp
+office52/share/config/symbol/sc10295.bmp
+office52/share/config/symbol/sc10296.bmp
+office52/share/config/symbol/sc10297.bmp
+office52/share/config/symbol/sc10301.bmp
+office52/share/config/symbol/sc10350.bmp
+office52/share/config/symbol/sc10360.bmp
+office52/share/config/symbol/sc10366.bmp
+office52/share/config/symbol/sc10371.bmp
+office52/share/config/symbol/sc10375.bmp
+office52/share/config/symbol/sc10376.bmp
+office52/share/config/symbol/sc10378.bmp
+office52/share/config/symbol/sc10379.bmp
+office52/share/config/symbol/sc10380.bmp
+office52/share/config/symbol/sc10381.bmp
+office52/share/config/symbol/sc10382.bmp
+office52/share/config/symbol/sc10383.bmp
+office52/share/config/symbol/sc10384.bmp
+office52/share/config/symbol/sc10385.bmp
+office52/share/config/symbol/sc10386.bmp
+office52/share/config/symbol/sc10387.bmp
+office52/share/config/symbol/sc10388.bmp
+office52/share/config/symbol/sc10389.bmp
+office52/share/config/symbol/sc10390.bmp
+office52/share/config/symbol/sc10391.bmp
+office52/share/config/symbol/sc10393.bmp
+office52/share/config/symbol/sc10394.bmp
+office52/share/config/symbol/sc10395.bmp
+office52/share/config/symbol/sc10396.bmp
+office52/share/config/symbol/sc10397.bmp
+office52/share/config/symbol/sc10398.bmp
+office52/share/config/symbol/sc10399.bmp
+office52/share/config/symbol/sc10401.bmp
+office52/share/config/symbol/sc10402.bmp
+office52/share/config/symbol/sc10403.bmp
+office52/share/config/symbol/sc10434.bmp
+office52/share/config/symbol/sc10458.bmp
+office52/share/config/symbol/sc10461.bmp
+office52/share/config/symbol/sc10462.bmp
+office52/share/config/symbol/sc10463.bmp
+office52/share/config/symbol/sc10464.bmp
+office52/share/config/symbol/sc10465.bmp
+office52/share/config/symbol/sc10503.bmp
+office52/share/config/symbol/sc12021.bmp
+office52/share/config/symbol/sc12201.bmp
+office52/share/config/symbol/sc12202.bmp
+office52/share/config/symbol/sc12203.bmp
+office52/share/config/symbol/sc12204.bmp
+office52/share/config/symbol/sc12212.bmp
+office52/share/config/symbol/sc12221.bmp
+office52/share/config/symbol/sc12222.bmp
+office52/share/config/symbol/sc12223.bmp
+office52/share/config/symbol/sc12224.bmp
+office52/share/config/symbol/sc12225.bmp
+office52/share/config/symbol/sc12226.bmp
+office52/share/config/symbol/sc12227.bmp
+office52/share/config/symbol/sc12228.bmp
+office52/share/config/symbol/sc12229.bmp
+office52/share/config/symbol/sc12230.bmp
+office52/share/config/symbol/sc12231.bmp
+office52/share/config/symbol/sc12232.bmp
+office52/share/config/symbol/sc12234.bmp
+office52/share/config/symbol/sc14780.bmp
+office52/share/config/symbol/sc14781.bmp
+office52/share/config/symbol/sc14785.bmp
+office52/share/config/symbol/sc14786.bmp
+office52/share/config/symbol/sc21050.bmp
+office52/share/config/symbol/sc21051.bmp
+office52/share/config/symbol/sc21060.bmp
+office52/share/config/symbol/sc21061.bmp
+office52/share/config/symbol/sc21062.bmp
+office52/share/config/symbol/sc21070.bmp
+office52/share/config/symbol/sc21080.bmp
+office52/share/config/symbol/sc21100.bmp
+office52/share/config/symbol/sc21101.bmp
+office52/share/config/symbol/sc21102.bmp
+office52/share/config/symbol/sc21103.bmp
+office52/share/config/symbol/sc21104.bmp
+office52/share/config/symbol/sc21105.bmp
+office52/share/config/symbol/sc21110.bmp
+office52/share/config/symbol/sc21111.bmp
+office52/share/config/symbol/sc21120.bmp
+office52/share/config/symbol/sc21121.bmp
+office52/share/config/symbol/sc21130.bmp
+office52/share/config/symbol/sc21140.bmp
+office52/share/config/symbol/sc21141.bmp
+office52/share/config/symbol/sc21142.bmp
+office52/share/config/symbol/sc21150.bmp
+office52/share/config/symbol/sc21160.bmp
+office52/share/config/symbol/sc21170.bmp
+office52/share/config/symbol/sc21180.bmp
+office52/share/config/symbol/sc21190.bmp
+office52/share/config/symbol/sc21200.bmp
+office52/share/config/symbol/sc21210.bmp
+office52/share/config/symbol/sc21220.bmp
+office52/share/config/symbol/sc21230.bmp
+office52/share/config/symbol/sc21240.bmp
+office52/share/config/symbol/sc21250.bmp
+office52/share/config/symbol/sc27030.bmp
+office52/share/config/symbol/sc27065.bmp
+office52/share/config/symbol/sc27066.bmp
+office52/share/config/symbol/sc27067.bmp
+office52/share/config/symbol/sc30000.bmp
+office52/share/config/symbol/sc30002.bmp
+office52/share/config/symbol/sc30003.bmp
+office52/share/config/symbol/sc30004.bmp
+office52/share/config/symbol/sc30005.bmp
+office52/share/config/symbol/sc30007.bmp
+office52/share/config/symbol/sc30008.bmp
+office52/share/config/symbol/sc30009.bmp
+office52/share/config/symbol/sc30010.bmp
+office52/share/config/symbol/sc30011.bmp
+office52/share/config/symbol/sc30012.bmp
+office52/share/config/symbol/sc30770.bmp
+office52/share/config/symbol/sc30773.bmp
+office52/share/config/symbol/sc30774.bmp
+office52/share/config/symbol/sc30782.bmp
+office52/share/config/symbol/sc6377.bmp
+office52/share/config/symbol/scbullet.bmp
+office52/share/config/symbol/scnumb.bmp
+office52/share/config/symbol/sco161.bmp
+office52/share/config/symbol/sco261.bmp
+office52/share/config/symbol/sco262.bmp
+office52/share/config/symbol/sortd.bmp
+office52/share/config/symbol/sortu.bmp
+office52/share/config/symbol/u_high.bmp
+office52/share/config/symbol/u_low.bmp
+office52/share/config/symbol/u_normal.bmp
+office52/share/config/settings/_10_prin.url
+office52/share/config/wizard/_05_lttr.url
+office52/share/config/wizard/_10_fax.url
+office52/share/config/wizard/_15_agnd.url
+office52/share/config/wizard/_20_memo.url
+office52/share/config/wizard/_25_sep.url
+office52/share/config/wizard/_30_pres.url
+office52/share/config/wizard/_35_sep.url
+office52/share/config/wizard/_40_web.url
+office52/share/config/wizard/_45_sep.url
+office52/share/config/wizard/_50_tabl.url
+office52/share/config/wizard/_55_rprt.url
+office52/share/config/wizard/_60_form.url
+office52/share/config/wizard/_65_qury.url
+office52/share/config/wizard/_70_sep.url
+office52/share/config/wizard/_75_msi.url
+office52/share/config/wizard/_80_iset.url
+office52/share/config/wizard/_85_euro.url
+office52/share/config/english/labels.ini
+office52/share/config/new/_05_text.url
+office52/share/config/new/_25_sep.url
+office52/share/config/new/_30_html.url
+office52/share/config/new/_35_mail.url
+office52/share/config/new/_40_fram.url
+office52/share/config/new/_45_mstr.url
+office52/share/config/new/_48_data.url
+office52/share/config/new/_50_sep.url
+office52/share/config/new/_67_lab.url
+office52/share/config/new/_68_busi.url
+office52/share/config/new/_70_sep.url
+office52/share/config/new/_75_tpl.url
+office52/share/config/new/_10_sprd.url
+office52/share/config/new/_15_pres.url
+office52/share/config/new/_20_draw.url
+office52/share/config/new/_65_for.url
+office52/share/config/new/_55_chrt.url
+office52/share/config/new/_60_img.url
+office52/share/config/more/_05_html.url
+office52/share/config/more/_10_fram.url
+office52/share/config/more/_15_mstr.url
+office52/share/config/more/_18_data.url
+office52/share/config/more/_20_sep.url
+office52/share/config/more/_37_lab.url
+office52/share/config/more/_38_busi.url
+office52/share/config/more/_40_sep.url
+office52/share/config/more/_45_tpl.url
+office52/share/config/more/_35_for.url
+office52/share/config/more/_25_chrt.url
+office52/share/config/more/_30_img.url
+office52/share/config/defcal.txt
+office52/share/config/dbbusiness01.def
+office52/share/config/dbprivate01.def
+office52/share/config/defuser.txt
+office52/share/config/base_bck.gif
+office52/share/config/calc_bck.gif
+office52/share/config/desk_bck.gif
+office52/share/config/draw_bck.gif
+office52/share/config/impr_bck.gif
+office52/share/config/math_bck.gif
+office52/share/config/sam_bck.gif
+office52/share/config/writ_bck.gif
+office52/share/config/alarm.wav
+office52/share/config/gpm.ini
+office52/share/config/ssimport.ini
+office52/share/config/srcheng.ini
+office52/share/config/psetup.xpm
+office52/share/config/psetupl.xpm
+office52/share/config/sshelp.hid
+office52/share/config/sorc
+office52/share/fonts/75dpi/bdf/ariob10.bdf
+office52/share/fonts/75dpi/bdf/ariob12.bdf
+office52/share/fonts/75dpi/bdf/ariob14.bdf
+office52/share/fonts/75dpi/bdf/ariob17.bdf
+office52/share/fonts/75dpi/bdf/ariob20.bdf
+office52/share/fonts/75dpi/bdf/ariob24.bdf
+office52/share/fonts/75dpi/bdf/ariob8.bdf
+office52/share/fonts/75dpi/bdf/arion10.bdf
+office52/share/fonts/75dpi/bdf/arion12.bdf
+office52/share/fonts/75dpi/bdf/arion14.bdf
+office52/share/fonts/75dpi/bdf/arion17.bdf
+office52/share/fonts/75dpi/bdf/arion20.bdf
+office52/share/fonts/75dpi/bdf/arion24.bdf
+office52/share/fonts/75dpi/bdf/arion8.bdf
+office52/share/fonts/75dpi/bdf/chevn10.bdf
+office52/share/fonts/75dpi/bdf/chevn12.bdf
+office52/share/fonts/75dpi/bdf/chevn14.bdf
+office52/share/fonts/75dpi/bdf/chevn17.bdf
+office52/share/fonts/75dpi/bdf/chevn20.bdf
+office52/share/fonts/75dpi/bdf/chevn24.bdf
+office52/share/fonts/75dpi/bdf/chevn8.bdf
+office52/share/fonts/75dpi/bdf/chevon10.bdf
+office52/share/fonts/75dpi/bdf/chevon12.bdf
+office52/share/fonts/75dpi/bdf/chevon8.bdf
+office52/share/fonts/75dpi/bdf/chevon14.bdf
+office52/share/fonts/75dpi/bdf/chevon17.bdf
+office52/share/fonts/75dpi/bdf/chevon20.bdf
+office52/share/fonts/75dpi/bdf/chevon24.bdf
+office52/share/fonts/75dpi/bdf/congb10.bdf
+office52/share/fonts/75dpi/bdf/congb12.bdf
+office52/share/fonts/75dpi/bdf/congb14.bdf
+office52/share/fonts/75dpi/bdf/congb17.bdf
+office52/share/fonts/75dpi/bdf/congb20.bdf
+office52/share/fonts/75dpi/bdf/congb24.bdf
+office52/share/fonts/75dpi/bdf/congb8.bdf
+office52/share/fonts/75dpi/bdf/congn10.bdf
+office52/share/fonts/75dpi/bdf/congn12.bdf
+office52/share/fonts/75dpi/bdf/congn14.bdf
+office52/share/fonts/75dpi/bdf/congn17.bdf
+office52/share/fonts/75dpi/bdf/congn20.bdf
+office52/share/fonts/75dpi/bdf/congn24.bdf
+office52/share/fonts/75dpi/bdf/congn8.bdf
+office52/share/fonts/75dpi/bdf/fonts.dir
+office52/share/fonts/75dpi/bdf/helmb10.bdf
+office52/share/fonts/75dpi/bdf/helmb12.bdf
+office52/share/fonts/75dpi/bdf/helmb14.bdf
+office52/share/fonts/75dpi/bdf/helmb17.bdf
+office52/share/fonts/75dpi/bdf/helmb20.bdf
+office52/share/fonts/75dpi/bdf/helmb24.bdf
+office52/share/fonts/75dpi/bdf/helmb8.bdf
+office52/share/fonts/75dpi/bdf/helmbi10.bdf
+office52/share/fonts/75dpi/bdf/helmbi12.bdf
+office52/share/fonts/75dpi/bdf/helmbi14.bdf
+office52/share/fonts/75dpi/bdf/helmbi17.bdf
+office52/share/fonts/75dpi/bdf/helmbi20.bdf
+office52/share/fonts/75dpi/bdf/helmbi24.bdf
+office52/share/fonts/75dpi/bdf/helmbi8.bdf
+office52/share/fonts/75dpi/bdf/helmcb10.bdf
+office52/share/fonts/75dpi/bdf/helmcb12.bdf
+office52/share/fonts/75dpi/bdf/helmcb14.bdf
+office52/share/fonts/75dpi/bdf/helmcb17.bdf
+office52/share/fonts/75dpi/bdf/helmcb20.bdf
+office52/share/fonts/75dpi/bdf/helmcb24.bdf
+office52/share/fonts/75dpi/bdf/helmcb8.bdf
+office52/share/fonts/75dpi/bdf/helmcbi10.bdf
+office52/share/fonts/75dpi/bdf/helmcbi12.bdf
+office52/share/fonts/75dpi/bdf/helmcbi14.bdf
+office52/share/fonts/75dpi/bdf/helmcbi17.bdf
+office52/share/fonts/75dpi/bdf/helmcbi20.bdf
+office52/share/fonts/75dpi/bdf/helmcbi24.bdf
+office52/share/fonts/75dpi/bdf/helmcbi8.bdf
+office52/share/fonts/75dpi/bdf/helmci10.bdf
+office52/share/fonts/75dpi/bdf/helmci12.bdf
+office52/share/fonts/75dpi/bdf/helmci14.bdf
+office52/share/fonts/75dpi/bdf/helmci17.bdf
+office52/share/fonts/75dpi/bdf/helmci20.bdf
+office52/share/fonts/75dpi/bdf/helmci24.bdf
+office52/share/fonts/75dpi/bdf/helmci8.bdf
+office52/share/fonts/75dpi/bdf/helmcn10.bdf
+office52/share/fonts/75dpi/bdf/helmcn12.bdf
+office52/share/fonts/75dpi/bdf/helmcn14.bdf
+office52/share/fonts/75dpi/bdf/helmcn17.bdf
+office52/share/fonts/75dpi/bdf/helmcn20.bdf
+office52/share/fonts/75dpi/bdf/helmcn24.bdf
+office52/share/fonts/75dpi/bdf/helmcn8.bdf
+office52/share/fonts/75dpi/bdf/helmi10.bdf
+office52/share/fonts/75dpi/bdf/helmi12.bdf
+office52/share/fonts/75dpi/bdf/helmi14.bdf
+office52/share/fonts/75dpi/bdf/helmi17.bdf
+office52/share/fonts/75dpi/bdf/helmi20.bdf
+office52/share/fonts/75dpi/bdf/helmi24.bdf
+office52/share/fonts/75dpi/bdf/helmi8.bdf
+office52/share/fonts/75dpi/bdf/helmn10.bdf
+office52/share/fonts/75dpi/bdf/helmn12.bdf
+office52/share/fonts/75dpi/bdf/helmn14.bdf
+office52/share/fonts/75dpi/bdf/helmn17.bdf
+office52/share/fonts/75dpi/bdf/helmn20.bdf
+office52/share/fonts/75dpi/bdf/helmn24.bdf
+office52/share/fonts/75dpi/bdf/helmn8.bdf
+office52/share/fonts/75dpi/bdf/starbats10.bdf
+office52/share/fonts/75dpi/bdf/starbats12.bdf
+office52/share/fonts/75dpi/bdf/starbats14.bdf
+office52/share/fonts/75dpi/bdf/starbats17.bdf
+office52/share/fonts/75dpi/bdf/starbats20.bdf
+office52/share/fonts/75dpi/bdf/starbats24.bdf
+office52/share/fonts/75dpi/bdf/starbats8.bdf
+office52/share/fonts/75dpi/bdf/starmath10.bdf
+office52/share/fonts/75dpi/bdf/starmath12.bdf
+office52/share/fonts/75dpi/bdf/starmath14.bdf
+office52/share/fonts/75dpi/bdf/starmath17.bdf
+office52/share/fonts/75dpi/bdf/starmath20.bdf
+office52/share/fonts/75dpi/bdf/starmath24.bdf
+office52/share/fonts/75dpi/bdf/starmath8.bdf
+office52/share/fonts/75dpi/bdf/timmb10.bdf
+office52/share/fonts/75dpi/bdf/timmb12.bdf
+office52/share/fonts/75dpi/bdf/timmb14.bdf
+office52/share/fonts/75dpi/bdf/timmb17.bdf
+office52/share/fonts/75dpi/bdf/timmb20.bdf
+office52/share/fonts/75dpi/bdf/timmb24.bdf
+office52/share/fonts/75dpi/bdf/timmb8.bdf
+office52/share/fonts/75dpi/bdf/timmbi10.bdf
+office52/share/fonts/75dpi/bdf/timmbi12.bdf
+office52/share/fonts/75dpi/bdf/timmbi14.bdf
+office52/share/fonts/75dpi/bdf/timmbi17.bdf
+office52/share/fonts/75dpi/bdf/timmbi20.bdf
+office52/share/fonts/75dpi/bdf/timmbi24.bdf
+office52/share/fonts/75dpi/bdf/timmbi8.bdf
+office52/share/fonts/75dpi/bdf/timmi10.bdf
+office52/share/fonts/75dpi/bdf/timmi12.bdf
+office52/share/fonts/75dpi/bdf/timmi14.bdf
+office52/share/fonts/75dpi/bdf/timmi17.bdf
+office52/share/fonts/75dpi/bdf/timmi20.bdf
+office52/share/fonts/75dpi/bdf/timmi24.bdf
+office52/share/fonts/75dpi/bdf/timmi8.bdf
+office52/share/fonts/75dpi/bdf/timmn10.bdf
+office52/share/fonts/75dpi/bdf/timmn12.bdf
+office52/share/fonts/75dpi/bdf/timmn14.bdf
+office52/share/fonts/75dpi/bdf/timmn17.bdf
+office52/share/fonts/75dpi/bdf/timmn20.bdf
+office52/share/fonts/75dpi/bdf/timmn24.bdf
+office52/share/fonts/75dpi/bdf/timmn8.bdf
+office52/share/fonts/75dpi/ariob10.pcf.Z
+office52/share/fonts/75dpi/ariob12.pcf.Z
+office52/share/fonts/75dpi/ariob14.pcf.Z
+office52/share/fonts/75dpi/ariob17.pcf.Z
+office52/share/fonts/75dpi/ariob20.pcf.Z
+office52/share/fonts/75dpi/ariob24.pcf.Z
+office52/share/fonts/75dpi/ariob8.pcf.Z
+office52/share/fonts/75dpi/arion10.pcf.Z
+office52/share/fonts/75dpi/arion12.pcf.Z
+office52/share/fonts/75dpi/arion14.pcf.Z
+office52/share/fonts/75dpi/arion17.pcf.Z
+office52/share/fonts/75dpi/arion20.pcf.Z
+office52/share/fonts/75dpi/arion24.pcf.Z
+office52/share/fonts/75dpi/arion8.pcf.Z
+office52/share/fonts/75dpi/chevn10.pcf.Z
+office52/share/fonts/75dpi/chevn12.pcf.Z
+office52/share/fonts/75dpi/chevn14.pcf.Z
+office52/share/fonts/75dpi/chevn17.pcf.Z
+office52/share/fonts/75dpi/chevn20.pcf.Z
+office52/share/fonts/75dpi/fonts.dir
+office52/share/fonts/75dpi/chevn24.pcf.Z
+office52/share/fonts/75dpi/chevn8.pcf.Z
+office52/share/fonts/75dpi/chevon10.pcf.Z
+office52/share/fonts/75dpi/chevon12.pcf.Z
+office52/share/fonts/75dpi/chevon14.pcf.Z
+office52/share/fonts/75dpi/chevon17.pcf.Z
+office52/share/fonts/75dpi/chevon20.pcf.Z
+office52/share/fonts/75dpi/chevon24.pcf.Z
+office52/share/fonts/75dpi/chevon8.pcf.Z
+office52/share/fonts/75dpi/congb10.pcf.Z
+office52/share/fonts/75dpi/congb12.pcf.Z
+office52/share/fonts/75dpi/congb14.pcf.Z
+office52/share/fonts/75dpi/congb17.pcf.Z
+office52/share/fonts/75dpi/congb20.pcf.Z
+office52/share/fonts/75dpi/congb24.pcf.Z
+office52/share/fonts/75dpi/congb8.pcf.Z
+office52/share/fonts/75dpi/congn10.pcf.Z
+office52/share/fonts/75dpi/congn12.pcf.Z
+office52/share/fonts/75dpi/congn14.pcf.Z
+office52/share/fonts/75dpi/congn17.pcf.Z
+office52/share/fonts/75dpi/congn20.pcf.Z
+office52/share/fonts/75dpi/congn24.pcf.Z
+office52/share/fonts/75dpi/congn8.pcf.Z
+office52/share/fonts/75dpi/helmb10.pcf.Z
+office52/share/fonts/75dpi/helmb12.pcf.Z
+office52/share/fonts/75dpi/helmb14.pcf.Z
+office52/share/fonts/75dpi/helmb17.pcf.Z
+office52/share/fonts/75dpi/helmb20.pcf.Z
+office52/share/fonts/75dpi/helmb24.pcf.Z
+office52/share/fonts/75dpi/helmb8.pcf.Z
+office52/share/fonts/75dpi/helmbi10.pcf.Z
+office52/share/fonts/75dpi/helmbi12.pcf.Z
+office52/share/fonts/75dpi/helmbi14.pcf.Z
+office52/share/fonts/75dpi/helmbi17.pcf.Z
+office52/share/fonts/75dpi/helmbi20.pcf.Z
+office52/share/fonts/75dpi/helmbi24.pcf.Z
+office52/share/fonts/75dpi/helmbi8.pcf.Z
+office52/share/fonts/75dpi/helmcb10.pcf.Z
+office52/share/fonts/75dpi/helmcb12.pcf.Z
+office52/share/fonts/75dpi/helmcb14.pcf.Z
+office52/share/fonts/75dpi/helmcb17.pcf.Z
+office52/share/fonts/75dpi/helmcb20.pcf.Z
+office52/share/fonts/75dpi/helmcb24.pcf.Z
+office52/share/fonts/75dpi/helmcb8.pcf.Z
+office52/share/fonts/75dpi/helmcbi10.pcf.Z
+office52/share/fonts/75dpi/helmcbi12.pcf.Z
+office52/share/fonts/75dpi/helmcbi14.pcf.Z
+office52/share/fonts/75dpi/helmcbi17.pcf.Z
+office52/share/fonts/75dpi/helmcbi20.pcf.Z
+office52/share/fonts/75dpi/helmcbi24.pcf.Z
+office52/share/fonts/75dpi/helmcbi8.pcf.Z
+office52/share/fonts/75dpi/helmci10.pcf.Z
+office52/share/fonts/75dpi/helmci12.pcf.Z
+office52/share/fonts/75dpi/helmci14.pcf.Z
+office52/share/fonts/75dpi/helmci17.pcf.Z
+office52/share/fonts/75dpi/helmci20.pcf.Z
+office52/share/fonts/75dpi/helmci24.pcf.Z
+office52/share/fonts/75dpi/helmci8.pcf.Z
+office52/share/fonts/75dpi/helmcn10.pcf.Z
+office52/share/fonts/75dpi/helmcn12.pcf.Z
+office52/share/fonts/75dpi/helmcn14.pcf.Z
+office52/share/fonts/75dpi/helmcn17.pcf.Z
+office52/share/fonts/75dpi/helmcn20.pcf.Z
+office52/share/fonts/75dpi/helmcn24.pcf.Z
+office52/share/fonts/75dpi/helmcn8.pcf.Z
+office52/share/fonts/75dpi/helmi10.pcf.Z
+office52/share/fonts/75dpi/helmi12.pcf.Z
+office52/share/fonts/75dpi/helmi14.pcf.Z
+office52/share/fonts/75dpi/helmi17.pcf.Z
+office52/share/fonts/75dpi/helmi20.pcf.Z
+office52/share/fonts/75dpi/helmi24.pcf.Z
+office52/share/fonts/75dpi/helmi8.pcf.Z
+office52/share/fonts/75dpi/helmn10.pcf.Z
+office52/share/fonts/75dpi/helmn12.pcf.Z
+office52/share/fonts/75dpi/helmn14.pcf.Z
+office52/share/fonts/75dpi/helmn17.pcf.Z
+office52/share/fonts/75dpi/helmn20.pcf.Z
+office52/share/fonts/75dpi/helmn24.pcf.Z
+office52/share/fonts/75dpi/helmn8.pcf.Z
+office52/share/fonts/75dpi/starbats10.pcf.Z
+office52/share/fonts/75dpi/starbats12.pcf.Z
+office52/share/fonts/75dpi/starbats14.pcf.Z
+office52/share/fonts/75dpi/starbats17.pcf.Z
+office52/share/fonts/75dpi/starbats20.pcf.Z
+office52/share/fonts/75dpi/starbats24.pcf.Z
+office52/share/fonts/75dpi/starbats8.pcf.Z
+office52/share/fonts/75dpi/starmath10.pcf.Z
+office52/share/fonts/75dpi/starmath12.pcf.Z
+office52/share/fonts/75dpi/starmath14.pcf.Z
+office52/share/fonts/75dpi/starmath17.pcf.Z
+office52/share/fonts/75dpi/starmath20.pcf.Z
+office52/share/fonts/75dpi/starmath24.pcf.Z
+office52/share/fonts/75dpi/starmath8.pcf.Z
+office52/share/fonts/75dpi/timmb10.pcf.Z
+office52/share/fonts/75dpi/timmb12.pcf.Z
+office52/share/fonts/75dpi/timmb14.pcf.Z
+office52/share/fonts/75dpi/timmb17.pcf.Z
+office52/share/fonts/75dpi/timmb20.pcf.Z
+office52/share/fonts/75dpi/timmb24.pcf.Z
+office52/share/fonts/75dpi/timmb8.pcf.Z
+office52/share/fonts/75dpi/timmbi10.pcf.Z
+office52/share/fonts/75dpi/timmbi12.pcf.Z
+office52/share/fonts/75dpi/timmbi14.pcf.Z
+office52/share/fonts/75dpi/timmbi17.pcf.Z
+office52/share/fonts/75dpi/timmbi20.pcf.Z
+office52/share/fonts/75dpi/timmbi24.pcf.Z
+office52/share/fonts/75dpi/timmbi8.pcf.Z
+office52/share/fonts/75dpi/timmi10.pcf.Z
+office52/share/fonts/75dpi/timmi12.pcf.Z
+office52/share/fonts/75dpi/timmi14.pcf.Z
+office52/share/fonts/75dpi/timmi17.pcf.Z
+office52/share/fonts/75dpi/timmi20.pcf.Z
+office52/share/fonts/75dpi/timmi24.pcf.Z
+office52/share/fonts/75dpi/timmi8.pcf.Z
+office52/share/fonts/75dpi/timmn10.pcf.Z
+office52/share/fonts/75dpi/timmn12.pcf.Z
+office52/share/fonts/75dpi/timmn14.pcf.Z
+office52/share/fonts/75dpi/timmn17.pcf.Z
+office52/share/fonts/75dpi/timmn20.pcf.Z
+office52/share/fonts/75dpi/timmn24.pcf.Z
+office52/share/fonts/75dpi/timmn8.pcf.Z
+office52/share/fonts/type1/ariob___.pfa
+office52/share/fonts/type1/ariob___.pfb
+office52/share/fonts/type1/arion___.pfa
+office52/share/fonts/type1/arion___.pfb
+office52/share/fonts/type1/chevn___.pfa
+office52/share/fonts/type1/chevn___.pfb
+office52/share/fonts/type1/chevon__.pfa
+office52/share/fonts/type1/chevon__.pfb
+office52/share/fonts/type1/congb___.pfa
+office52/share/fonts/type1/congb___.pfb
+office52/share/fonts/type1/congn___.pfa
+office52/share/fonts/type1/congn___.pfb
+office52/share/fonts/type1/fonts.alias
+office52/share/fonts/type1/fonts.dir
+office52/share/fonts/type1/fonts.scale
+office52/share/fonts/type1/helmb___.pfa
+office52/share/fonts/type1/helmb___.pfb
+office52/share/fonts/type1/helmbi__.pfa
+office52/share/fonts/type1/helmbi__.pfb
+office52/share/fonts/type1/helmcb__.pfa
+office52/share/fonts/type1/psres.upr
+office52/share/fonts/type1/helmcb__.pfb
+office52/share/fonts/type1/helmcbi_.pfa
+office52/share/fonts/type1/helmcbi_.pfb
+office52/share/fonts/type1/helmci__.pfa
+office52/share/fonts/type1/helmci__.pfb
+office52/share/fonts/type1/helmcn__.pfa
+office52/share/fonts/type1/helmcn__.pfb
+office52/share/fonts/type1/helmi___.pfa
+office52/share/fonts/type1/helmi___.pfb
+office52/share/fonts/type1/helmn___.pfa
+office52/share/fonts/type1/helmn___.pfb
+office52/share/fonts/type1/lbdb1250.pfa
+office52/share/fonts/type1/lbdb1250.pfb
+office52/share/fonts/type1/lbdb1252.pfa
+office52/share/fonts/type1/lbdb1252.pfb
+office52/share/fonts/type1/lbdi1250.pfa
+office52/share/fonts/type1/lbdi1250.pfb
+office52/share/fonts/type1/lbdi1252.pfa
+office52/share/fonts/type1/lbdi1252.pfb
+office52/share/fonts/type1/lbit1250.pfa
+office52/share/fonts/type1/lbit1250.pfb
+office52/share/fonts/type1/lbit1252.pfa
+office52/share/fonts/type1/lbit1252.pfb
+office52/share/fonts/type1/lbre1250.pfa
+office52/share/fonts/type1/lbre1250.pfb
+office52/share/fonts/type1/lbre1252.pfa
+office52/share/fonts/type1/lbre1252.pfb
+office52/share/fonts/type1/lsdb1250.pfa
+office52/share/fonts/type1/lsdb1250.pfb
+office52/share/fonts/type1/lsdb1251.pfa
+office52/share/fonts/type1/lsdb1251.pfb
+office52/share/fonts/type1/lsdb1252.pfa
+office52/share/fonts/type1/lsdb1252.pfb
+office52/share/fonts/type1/lsdo1250.pfa
+office52/share/fonts/type1/lsdo1250.pfb
+office52/share/fonts/type1/lsdo1251.pfa
+office52/share/fonts/type1/lsdo1251.pfb
+office52/share/fonts/type1/lsdo1252.pfa
+office52/share/fonts/type1/lsdo1252.pfb
+office52/share/fonts/type1/lsob1250.pfa
+office52/share/fonts/type1/lsob1250.pfb
+office52/share/fonts/type1/lsob1251.pfa
+office52/share/fonts/type1/lsob1251.pfb
+office52/share/fonts/type1/lsob1252.pfa
+office52/share/fonts/type1/lsob1252.pfb
+office52/share/fonts/type1/lsre1250.pfa
+office52/share/fonts/type1/lsre1250.pfb
+office52/share/fonts/type1/lsre1251.pfa
+office52/share/fonts/type1/lsre1251.pfb
+office52/share/fonts/type1/lsre1252.pfa
+office52/share/fonts/type1/lsre1252.pfb
+office52/share/fonts/type1/ltbd1250.pfa
+office52/share/fonts/type1/ltbd1250.pfb
+office52/share/fonts/type1/ltbd1251.pfa
+office52/share/fonts/type1/ltbd1251.pfb
+office52/share/fonts/type1/ltbd1252.pfa
+office52/share/fonts/type1/ltbd1252.pfb
+office52/share/fonts/type1/ltbo1250.pfa
+office52/share/fonts/type1/ltbo1250.pfb
+office52/share/fonts/type1/ltbo1251.pfa
+office52/share/fonts/type1/ltbo1251.pfb
+office52/share/fonts/type1/ltbo1252.pfa
+office52/share/fonts/type1/ltbo1252.pfb
+office52/share/fonts/type1/ltob1250.pfa
+office52/share/fonts/type1/ltob1250.pfb
+office52/share/fonts/type1/ltob1251.pfa
+office52/share/fonts/type1/ltob1251.pfb
+office52/share/fonts/type1/ltob1252.pfa
+office52/share/fonts/type1/ltob1252.pfb
+office52/share/fonts/type1/ltre1250.pfa
+office52/share/fonts/type1/ltre1250.pfb
+office52/share/fonts/type1/ltre1251.pfa
+office52/share/fonts/type1/ltre1251.pfb
+office52/share/fonts/type1/ltre1252.pfa
+office52/share/fonts/type1/ltre1252.pfb
+office52/share/fonts/type1/starbats.pfa
+office52/share/fonts/type1/starbats.pfb
+office52/share/fonts/type1/starmath.pfa
+office52/share/fonts/type1/starmath.pfb
+office52/share/fonts/type1/timmb___.pfa
+office52/share/fonts/type1/timmb___.pfb
+office52/share/fonts/type1/timmbi__.pfa
+office52/share/fonts/type1/timmbi__.pfb
+office52/share/fonts/type1/timmi___.pfa
+office52/share/fonts/type1/timmi___.pfb
+office52/share/fonts/type1/timmn___.pfa
+office52/share/fonts/type1/timmn___.pfb
+office52/share/basic/webwizar.sbl
+office52/share/basic/ssfuncs.sbl
+office52/share/basic/formwiza.sbl
+office52/share/basic/tablewiz.sbl
+office52/share/basic/schedule.sbl
+office52/share/basic/ssprint.sbl
+office52/share/basic/gimmicks.sbl
+office52/share/basic/tools.sbl
+office52/share/basic/gridwiza.sbl
+office52/share/basic/importwi.sbl
+office52/share/basic/querywiz.sbl
+office52/share/basic/createre.sbl
+office52/share/basic/init.sbl
+office52/share/basic/dbhandle.sbl
+office52/share/basic/reportwi.sbl
+office52/share/basic/combowiz.sbl
+office52/share/basic/template.sbl
+office52/share/basic/internet.sbl
+office52/share/basic/euro.sbl
+office52/share/basic/formedit.sbl
+office52/share/basic/groupwiz.sbl
+office52/share/basic/spelling.sbl
+office52/share/xp3/fontmetrics/afm/AGaramond-Bold.afm
+office52/share/xp3/fontmetrics/afm/AvantGarde-Book.afm
+office52/share/xp3/fontmetrics/afm/AvantGarde-BookOblique.afm
+office52/share/xp3/fontmetrics/afm/AvantGarde-Demi.afm
+office52/share/xp3/fontmetrics/afm/AvantGarde-DemiOblique.afm
+office52/share/xp3/fontmetrics/afm/Bookman-Demi.afm
+office52/share/xp3/fontmetrics/afm/Bookman-DemiItalic.afm
+office52/share/xp3/fontmetrics/afm/Bookman-Light.afm
+office52/share/xp3/fontmetrics/afm/Bookman-LightItalic.afm
+office52/share/xp3/fontmetrics/afm/Courier-Bold.afm
+office52/share/xp3/fontmetrics/afm/Courier-BoldOblique.afm
+office52/share/xp3/fontmetrics/afm/Courier-Oblique.afm
+office52/share/xp3/fontmetrics/afm/Courier.afm
+office52/share/xp3/fontmetrics/afm/GothicBBB-Medium-83pv-RKSJ-H.afm
+office52/share/xp3/fontmetrics/afm/GothicBBB-Medium.Roman.afm
+office52/share/xp3/fontmetrics/afm/Helvetica.afm
+office52/share/xp3/fontmetrics/afm/Helvetica-Bold.afm
+office52/share/xp3/fontmetrics/afm/Helvetica-BoldOblique.afm
+office52/share/xp3/fontmetrics/afm/Helvetica-Oblique.afm
+office52/share/xp3/fontmetrics/afm/NewBaskerville-Bold.afm
+office52/share/xp3/fontmetrics/afm/NewBaskerville-BoldItalic.afm
+office52/share/xp3/fontmetrics/afm/NewBaskerville-Italic.afm
+office52/share/xp3/fontmetrics/afm/NewBaskerville-Roman.afm
+office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Bold.afm
+office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-BoldItalic.afm
+office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Italic.afm
+office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Roman.afm
+office52/share/xp3/fontmetrics/afm/Palatino-Bold.afm
+office52/share/xp3/fontmetrics/afm/Palatino-BoldItalic.afm
+office52/share/xp3/fontmetrics/afm/Palatino-Italic.afm
+office52/share/xp3/fontmetrics/afm/Palatino-Roman.afm
+office52/share/xp3/fontmetrics/afm/Ryumin-Light-83pv-RKSJ-H.afm
+office52/share/xp3/fontmetrics/afm/Ryumin-Light.Roman.afm
+office52/share/xp3/fontmetrics/afm/Symbol.afm
+office52/share/xp3/fontmetrics/afm/Times-Bold.afm
+office52/share/xp3/fontmetrics/afm/Times-BoldItalic.afm
+office52/share/xp3/fontmetrics/afm/Times-Italic.afm
+office52/share/xp3/fontmetrics/afm/Times-Roman.afm
+office52/share/xp3/fontmetrics/afm/Windsor.afm
+office52/share/xp3/fontmetrics/afm/ZapfChancery-MediumItalic.afm
+office52/share/xp3/fontmetrics/afm/ZapfDingbats.afm
+office52/share/xp3/fontmetrics/afm/ariob___.afm
+office52/share/xp3/fontmetrics/afm/arion___.afm
+office52/share/xp3/fontmetrics/afm/chevn___.afm
+office52/share/xp3/fontmetrics/afm/chevon__.afm
+office52/share/xp3/fontmetrics/afm/congb___.afm
+office52/share/xp3/fontmetrics/afm/congn___.afm
+office52/share/xp3/fontmetrics/afm/helmb___.afm
+office52/share/xp3/fontmetrics/afm/helmbi__.afm
+office52/share/xp3/fontmetrics/afm/helmcb__.afm
+office52/share/xp3/fontmetrics/afm/helmcbi_.afm
+office52/share/xp3/fontmetrics/afm/helmci__.afm
+office52/share/xp3/fontmetrics/afm/helmcn__.afm
+office52/share/xp3/fontmetrics/afm/helmi___.afm
+office52/share/xp3/fontmetrics/afm/helmn___.afm
+office52/share/xp3/fontmetrics/afm/lbdb1250.afm
+office52/share/xp3/fontmetrics/afm/lbdb1252.afm
+office52/share/xp3/fontmetrics/afm/lbdi1250.afm
+office52/share/xp3/fontmetrics/afm/lbdi1252.afm
+office52/share/xp3/fontmetrics/afm/lbit1250.afm
+office52/share/xp3/fontmetrics/afm/lbit1252.afm
+office52/share/xp3/fontmetrics/afm/lbre1250.afm
+office52/share/xp3/fontmetrics/afm/lbre1252.afm
+office52/share/xp3/fontmetrics/afm/lsdb1250.afm
+office52/share/xp3/fontmetrics/afm/lsdb1251.afm
+office52/share/xp3/fontmetrics/afm/lsdb1252.afm
+office52/share/xp3/fontmetrics/afm/lsdo1250.afm
+office52/share/xp3/fontmetrics/afm/lsdo1251.afm
+office52/share/xp3/fontmetrics/afm/lsdo1252.afm
+office52/share/xp3/fontmetrics/afm/lsob1250.afm
+office52/share/xp3/fontmetrics/afm/lsob1251.afm
+office52/share/xp3/fontmetrics/afm/lsob1252.afm
+office52/share/xp3/fontmetrics/afm/lsre1250.afm
+office52/share/xp3/fontmetrics/afm/lsre1251.afm
+office52/share/xp3/fontmetrics/afm/lsre1252.afm
+office52/share/xp3/fontmetrics/afm/ltbd1250.afm
+office52/share/xp3/fontmetrics/afm/ltbd1251.afm
+office52/share/xp3/fontmetrics/afm/ltbd1252.afm
+office52/share/xp3/fontmetrics/afm/ltbo1250.afm
+office52/share/xp3/fontmetrics/afm/ltbo1251.afm
+office52/share/xp3/fontmetrics/afm/ltbo1252.afm
+office52/share/xp3/fontmetrics/afm/ltob1250.afm
+office52/share/xp3/fontmetrics/afm/ltob1251.afm
+office52/share/xp3/fontmetrics/afm/ltob1252.afm
+office52/share/xp3/fontmetrics/afm/ltre1250.afm
+office52/share/xp3/fontmetrics/afm/ltre1251.afm
+office52/share/xp3/fontmetrics/afm/ltre1252.afm
+office52/share/xp3/fontmetrics/afm/starbats.afm
+office52/share/xp3/fontmetrics/afm/starmath.afm
+office52/share/xp3/fontmetrics/afm/timmb___.afm
+office52/share/xp3/fontmetrics/afm/timmbi__.afm
+office52/share/xp3/fontmetrics/afm/timmi___.afm
+office52/share/xp3/fontmetrics/afm/timmn___.afm
+office52/share/xp3/fontmetrics/tfm/9NB00041.TFM
+office52/share/xp3/fontmetrics/tfm/9NB00042.TFM
+office52/share/xp3/fontmetrics/tfm/9NB00050.TFM
+office52/share/xp3/fontmetrics/tfm/9NB00153.TFM
+office52/share/xp3/fontmetrics/tfm/9NB00292.TFM
+office52/share/xp3/fontmetrics/tfm/9NB00491.TFM
+office52/share/xp3/fontmetrics/tfm/9NB01869.TFM
+office52/share/xp3/fontmetrics/tfm/9NB02995.TFM
+office52/share/xp3/fontmetrics/tfm/9NB03902.TFM
+office52/share/xp3/fontmetrics/tfm/9NB03903.TFM
+office52/share/xp3/fontmetrics/tfm/9NB04827.TFM
+office52/share/xp3/fontmetrics/tfm/9NB05436.TFM
+office52/share/xp3/fontmetrics/tfm/9NB05447.TFM
+office52/share/xp3/fontmetrics/tfm/9NB05448.TFM
+office52/share/xp3/fontmetrics/tfm/9NB05705.TFM
+office52/share/xp3/fontmetrics/tfm/9NB06334.TFM
+office52/share/xp3/fontmetrics/tfm/9NB06335.TFM
+office52/share/xp3/fontmetrics/tfm/9NB09894.TFM
+office52/share/xp3/fontmetrics/tfm/9NB09961.TFM
+office52/share/xp3/fontmetrics/tfm/9NB11478.TFM
+office52/share/xp3/fontmetrics/tfm/9NB11538.TFM
+office52/share/xp3/fontmetrics/tfm/9NB11942.TFM
+office52/share/xp3/fontmetrics/tfm/9NB12382.TFM
+office52/share/xp3/fontmetrics/tfm/9NB14604.TFM
+office52/share/xp3/fontmetrics/tfm/9NB14771.TFM
+office52/share/xp3/fontmetrics/tfm/9NB15724.TFM
+office52/share/xp3/fontmetrics/tfm/9NB16827.TFM
+office52/share/xp3/fontmetrics/tfm/9NB17035.TFM
+office52/share/xp3/fontmetrics/tfm/9NB17421.TFM
+office52/share/xp3/fontmetrics/tfm/9NB17673.TFM
+office52/share/xp3/fontmetrics/tfm/9NB18467.TFM
+office52/share/xp3/fontmetrics/tfm/9NB18468.TFM
+office52/share/xp3/fontmetrics/tfm/9NB18716.TFM
+office52/share/xp3/fontmetrics/tfm/9NB18717.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19169.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19170.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19718.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19895.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19896.TFM
+office52/share/xp3/fontmetrics/tfm/9NB19912.TFM
+office52/share/xp3/fontmetrics/tfm/9NB21726.TFM
+office52/share/xp3/fontmetrics/tfm/9NB21727.TFM
+office52/share/xp3/fontmetrics/tfm/9NB23281.TFM
+office52/share/xp3/fontmetrics/tfm/9NB23811.TFM
+office52/share/xp3/fontmetrics/tfm/9NB24464.TFM
+office52/share/xp3/fontmetrics/tfm/9NB25667.TFM
+office52/share/xp3/fontmetrics/tfm/9NB26299.TFM
+office52/share/xp3/fontmetrics/tfm/9NB26500.TFM
+office52/share/xp3/fontmetrics/tfm/9NB26501.TFM
+office52/share/xp3/fontmetrics/tfm/9NB26962.TFM
+office52/share/xp3/fontmetrics/tfm/9NB28145.TFM
+office52/share/xp3/fontmetrics/tfm/9NB28703.TFM
+office52/share/xp3/fontmetrics/tfm/9NB29358.TFM
+office52/share/xp3/fontmetrics/tfm/9NB30333.TFM
+office52/share/xp3/fontmetrics/tfm/9NB31322.TFM
+office52/share/xp3/fontmetrics/tfm/9NB32391.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14E1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14LGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14PCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14PDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14PMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB14R8A.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CE1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CLGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CLGC.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CPCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CPDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CPMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRB1CR8A.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14E1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14LGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14PCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14PDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14PMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI14R8A.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CE1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CLGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CPCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CPDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CPMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRI1CR8A.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14E1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14LGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14PCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14PDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14PMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR14R8A.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CE1A.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CLGA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CPCA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CPDA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CPMA.TFM
+office52/share/xp3/fontmetrics/tfm/CRR1CR8A.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YE1A.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YLGA.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YPCA.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YPDA.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YPMA.TFM
+office52/share/xp3/fontmetrics/tfm/LPR0YR8A.TFM
+office52/share/xp3/fontmetrics/tfm/TRB0000S.TFM
+office52/share/xp3/fontmetrics/tfm/TRI0000S.TFM
+office52/share/xp3/fontmetrics/tfm/TRJ0000S.TFM
+office52/share/xp3/fontmetrics/tfm/TRR0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNA0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNB0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNC0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNF0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNH0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNI0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNJ0000S.TFM
+office52/share/xp3/fontmetrics/tfm/UNR0000S.TFM
+office52/share/xp3/fontmetrics/tfm/ZDR0000S.TFM
+office52/share/xp3/ppds/ADISTILL.PS
+office52/share/xp3/ppds/HP__CLJ1.PS
+office52/share/xp3/ppds/APLWGRJ1.PS
+office52/share/xp3/ppds/APLWIIF2.PS
+office52/share/xp3/ppds/APLWLOT1.PS
+office52/share/xp3/ppds/APNTXJ1_.PS
+office52/share/xp3/ppds/APPL_380.PS
+office52/share/xp3/ppds/APPL_422.PS
+office52/share/xp3/ppds/HP_3P52_.PS
+office52/share/xp3/ppds/HP_3D52_.PS
+office52/share/xp3/ppds/HPLJ__31.PS
+office52/share/xp3/ppds/APTOLLW1.PS
+office52/share/xp3/ppds/HPLJ5SIM.PS
+office52/share/xp3/ppds/HPLJ5SI1.PS
+office52/share/xp3/ppds/CAECOGR1.PS
+office52/share/xp3/ppds/HPLJ5P_1.PS
+office52/share/xp3/ppds/HPLJ5M_4.PS
+office52/share/xp3/ppds/HPLJ4MV1.PS
+office52/share/xp3/ppds/HPLJ3P1_.PS
+office52/share/xp3/ppds/HPLJ3D1_.PS
+office52/share/xp3/ppds/HPIIP52_.PS
+office52/share/xp3/ppds/HPIII52_.PS
+office52/share/xp3/ppds/HPIID52_.PS
+office52/share/xp3/ppds/HP4SI6_1.PS
+office52/share/xp3/ppds/DC1152_1.PS
+office52/share/xp3/ppds/HP4SI3_1.PS
+office52/share/xp3/ppds/HP4PLUS6.PS
+office52/share/xp3/ppds/HP4PLUS3.PS
+office52/share/xp3/ppds/HP4MP6_1.PS
+office52/share/xp3/ppds/HP4MP3_1.PS
+office52/share/xp3/ppds/HP4ML_V1.PS
+office52/share/xp3/ppds/HP4M6_V1.PS
+office52/share/xp3/ppds/EFXJK3F3.PS
+office52/share/xp3/ppds/HP4M3_V1.PS
+office52/share/xp3/ppds/HP3SIL21.PS
+office52/share/xp3/ppds/HP3SI52_.PS
+office52/share/xp3/ppds/EP_STPH1.PS
+office52/share/xp3/ppds/HP2500C1.PS
+office52/share/xp3/ppds/HP1200C1.PS
+office52/share/xp3/ppds/GENERIC.PS
+office52/share/xp3/ppds/EP_P1201.PS
+office52/share/xp3/ppds/EP_P0701.PS
+office52/share/xp3/ppds/EP_82F51.PS
+office52/share/xp3/ppds/EP_82F21.PS
+office52/share/xp3/ppds/EP_50001.PS
+office52/share/xp3/ppds/EP_30001.PS
+office52/share/xp3/ppds/EP_15201.PS
+office52/share/xp3/ppds/EP_08001.PS
+office52/share/xp3/ppds/EFXJK303.PS
+office52/share/xp3/ppds/EFXJK2F3.PS
+office52/share/xp3/ppds/EFXJK1F3.PS
+office52/share/xp3/ppds/EFMX7010.PS
+office52/share/xp3/ppds/EFMX5010.PS
+office52/share/xp3/ppds/EFMX3010.PS
+office52/share/xp3/ppds/EFAX7010.PS
+office52/share/xp3/ppds/EFAX5010.PS
+office52/share/xp3/ppds/EFAX4010.PS
+office52/share/xp3/ppds/EFAX3010.PS
+office52/share/xp3/ppds/APTOLLD1.PS
+office52/share/xp3/ppds/APNTX501.PS
+office52/share/xp3/ppds/APPL_230.PS
+office52/share/xp3/ppds/APL_NTR1.PS
+office52/share/xp3/ppds/APNT518_.PS
+office52/share/xp3/ppds/APL_IIF1.PS
+office52/share/xp3/ppds/APL_IIG1.PS
+office52/share/xp3/ppds/APLWGRI1.PS
+office52/share/xp3/ppds/APLWIIG2.PS
+office52/share/xp3/ppds/APLWGRF1.PS
+office52/share/xp3/ppds/APLWCSB1.PS
+office52/share/xp3/ppds/APLWCOB1.PS
+office52/share/xp3/ppds/APLWBGR1.PS
+office52/share/xp3/ppds/APLW81F1.PS
+office52/share/xp3/ppds/APLW8101.PS
+office52/share/xp3/ppds/APLW6101.PS
+office52/share/xp3/ppds/APLW3601.PS
+office52/share/xp3/ppds/APLW3201.PS
+office52/share/xp3/ppds/APLW3101.PS
+office52/share/xp3/ppds/KD92P001.PS
+office52/share/xp3/ppds/L20__493.PS
+office52/share/xp3/ppds/L30__493.PS
+office52/share/xp3/ppds/L33__523.PS
+office52/share/xp3/ppds/L50__493.PS
+office52/share/xp3/ppds/L53__523.PS
+office52/share/xp3/ppds/LEX4039P.PS
+office52/share/xp3/ppds/LHSIGNI3.PS
+office52/share/xp3/ppds/LOS3455P.PS
+office52/share/xp3/ppds/LWNT_518.PS
+office52/share/xp3/ppds/SGENPRT.PS
+office52/share/xp3/ppds/TKP600J1.PS
+office52/share/xp3/ppds/TKPH6001.PS
+office52/share/xp3/ppds/LOPTRAEP.PS
+office52/share/xp3/ppds/LOPTRAK.PS
+office52/share/xp3/ppds/LOPS3455.PS
+office52/share/xp3/ppds/LOPTRAC.PS
+office52/share/xp3/ppds/LOPT616.PS
+office52/share/xp3/ppds/LOPT614.PS
+office52/share/xp3/ppds/U9415470.PS
+office52/share/xp3/ppds/LOPT612.PS
+office52/share/xp3/ppds/LOPT610.PS
+office52/share/xp3/ppds/LOPTRAN.PS
+office52/share/xp3/ppds/LOS1255P.PS
+office52/share/xp3/ppds/LOS1625P.PS
+office52/share/xp3/ppds/LOPTRASC.PS
+office52/share/xp3/ppds/LOPW810.PS
+office52/share/xp3/ppds/LOPS2455.PS
+office52/share/xp3/ppds/LOPTRAS.PS
+office52/share/xp3/ppds/LOPTRAP.PS
+office52/share/xp3/ppds/LOPS1625.PS
+office52/share/xp3/ppds/LOPS1855.PS
+office52/share/xp3/ppds/LOPC1200.PS
+office52/share/xp3/ppds/LOPS1255.PS
+office52/share/xp3/ppds/LOPM410.PS
+office52/share/xp3/ppds/LOPE310.PS
+office52/share/xp3/ppds/LOPC45.PS
+office52/share/xp3/ppds/LOPC40.PS
+office52/share/xp3/ppds/LHSIGIJ4.PS
+office52/share/xp3/ppds/LHSIGNH3.PS
+office52/share/xp3/ppds/LHQUSRI3.PS
+office52/share/xp3/ppds/LHSIGHJ4.PS
+office52/share/xp3/ppds/LHQUSRH3.PS
+office52/share/xp3/ppds/LHQUSHJ4.PS
+office52/share/xp3/ppds/LHQUSIJ4.PS
+office52/share/xp3/ppds/LHHRKPH7.PS
+office52/share/xp3/ppds/LHHRKPI7.PS
+office52/share/xp3/ppds/XRD61801.PS
+office52/share/xp3/ppds/TKPH3801.PS
+office52/share/xp3/ppds/TKPH4501.PS
+office52/share/xp3/ppds/TKP350J2.PS
+office52/share/xp3/ppds/XRN24320.PS
+office52/share/xp3/ppds/LHHKPIJ7.PS
+office52/share/xp3/ppds/XRN17000.PS
+office52/share/xp3/ppds/XRD61354.PS
+office52/share/xp3/ppds/LHHKPHJ7.PS
+office52/share/xp3/ppds/TKP450P1.PS
+office52/share/xp3/ppds/TKP550J1.PS
+office52/share/xp3/ppds/TKP380P1.PS
+office52/share/xp3/ppds/TKP450J1.PS
+office52/share/xp3/ppds/TKP360P1.PS
+office52/share/xp3/ppds/TK550PJ1.PS
+office52/share/xp3/ppds/TKP380J1.PS
+office52/share/xp3/ppds/TK550391.PS
+office52/share/xp3/ppds/TK550171.PS
+office52/share/xp3/ppds/TK450PJ1.PS
+office52/share/xp3/ppds/TK360J71.PS
+office52/share/xp3/ppds/TK360J51.PS
+office52/share/xp3/ppds/TK360J21.PS
+office52/share/xp3/ppds/TK350PJ2.PS
+office52/share/xp3/ppds/TK350692.PS
+office52/share/xp3/ppds/TK350691.PS
+office52/share/xp3/ppds/TK350172.PS
+office52/share/xp3/ppds/TK350171.PS
+office52/share/xp3/ppds/TK300XJ1.PS
+office52/share/xp3/ppds/TK300PJ1.PS
+office52/share/xp3/ppds/SNSPREC1.PS
+office52/share/xp3/ppds/LOS1855P.PS
+office52/share/xp3/ppds/LOS2455P.PS
+office52/share/xp3/ppds/LHHERKI4.PS
+office52/share/xp3/ppds/LHHERKH3.PS
+office52/share/xp3/ppds/LHHERIJ4.PS
+office52/share/xp3/ppds/LHHERHJ4.PS
+office52/share/xp3/ppds/LHGUBHJ4.PS
+office52/share/xp3/ppds/LHGUBEH3.PS
+office52/share/xp3/ppds/LHCOFLR5.PS
+office52/share/xp3/ppds/LHCOFLC5.PS
+office52/share/xp3/ppds/LHCFLRJ5.PS
+office52/share/xp3/ppds/LEXOPTR_.PS
+office52/share/xp3/ppds/LEX4079P.PS
+office52/share/xp3/ppds/L533_523.PS
+office52/share/xp3/ppds/L333_523.PS
+office52/share/xp3/ppds/L30__471.PS
+office52/share/xp3/ppds/L20__471.PS
+office52/share/xp3/ppds/L10__425.PS
+office52/share/xp3/ppds/KDH00002.PS
+office52/share/xp3/ppds/KDH00001.PS
+office52/share/xp3/ppds/KD8650P1.PS
+office52/share/xp3/ppds/XR_DC230.PS
+office52/share/xp3/pssoftfonts/ariob___.pfb
+office52/share/xp3/pssoftfonts/arion___.pfb
+office52/share/xp3/pssoftfonts/chevn___.pfb
+office52/share/xp3/pssoftfonts/chevon__.pfb
+office52/share/xp3/pssoftfonts/congb___.pfb
+office52/share/xp3/pssoftfonts/congn___.pfb
+office52/share/xp3/pssoftfonts/helmb___.pfb
+office52/share/xp3/pssoftfonts/helmbi__.pfb
+office52/share/xp3/pssoftfonts/helmcb__.pfb
+office52/share/xp3/pssoftfonts/helmcbi_.pfb
+office52/share/xp3/pssoftfonts/helmci__.pfb
+office52/share/xp3/pssoftfonts/helmcn__.pfb
+office52/share/xp3/pssoftfonts/helmi___.pfb
+office52/share/xp3/pssoftfonts/helmn___.pfb
+office52/share/xp3/pssoftfonts/lbdb1250.pfb
+office52/share/xp3/pssoftfonts/lbdb1252.pfb
+office52/share/xp3/pssoftfonts/lbdi1250.pfb
+office52/share/xp3/pssoftfonts/lbdi1252.pfb
+office52/share/xp3/pssoftfonts/lbit1250.pfb
+office52/share/xp3/pssoftfonts/lbit1252.pfb
+office52/share/xp3/pssoftfonts/lbre1250.pfb
+office52/share/xp3/pssoftfonts/lbre1252.pfb
+office52/share/xp3/pssoftfonts/lsdb1250.pfb
+office52/share/xp3/pssoftfonts/lsdb1251.pfb
+office52/share/xp3/pssoftfonts/lsdb1252.pfb
+office52/share/xp3/pssoftfonts/lsdo1250.pfb
+office52/share/xp3/pssoftfonts/lsdo1251.pfb
+office52/share/xp3/pssoftfonts/lsdo1252.pfb
+office52/share/xp3/pssoftfonts/lsob1250.pfb
+office52/share/xp3/pssoftfonts/lsob1251.pfb
+office52/share/xp3/pssoftfonts/lsob1252.pfb
+office52/share/xp3/pssoftfonts/lsre1250.pfb
+office52/share/xp3/pssoftfonts/lsre1251.pfb
+office52/share/xp3/pssoftfonts/lsre1252.pfb
+office52/share/xp3/pssoftfonts/ltbd1250.pfb
+office52/share/xp3/pssoftfonts/ltbd1251.pfb
+office52/share/xp3/pssoftfonts/ltbd1252.pfb
+office52/share/xp3/pssoftfonts/ltbo1250.pfb
+office52/share/xp3/pssoftfonts/ltbo1251.pfb
+office52/share/xp3/pssoftfonts/ltbo1252.pfb
+office52/share/xp3/pssoftfonts/ltob1250.pfb
+office52/share/xp3/pssoftfonts/ltob1251.pfb
+office52/share/xp3/pssoftfonts/ltob1252.pfb
+office52/share/xp3/pssoftfonts/ltre1250.pfb
+office52/share/xp3/pssoftfonts/ltre1251.pfb
+office52/share/xp3/pssoftfonts/ltre1252.pfb
+office52/share/xp3/pssoftfonts/starbats.pfb
+office52/share/xp3/pssoftfonts/starmath.pfb
+office52/share/xp3/pssoftfonts/timmb___.pfb
+office52/share/xp3/pssoftfonts/timmbi__.pfb
+office52/share/xp3/pssoftfonts/timmi___.pfb
+office52/share/xp3/pssoftfonts/timmn___.pfb
+office52/share/xp3/pclstd.fonts
+office52/share/xp3/psstd.fonts
+office52/share/xp3/rgb.txt
+office52/share/xp3/xprinter.prolog
+office52/share/xp3/Xpdefaults
+office52/share/gallery/www-back/aqua.jpg
+office52/share/gallery/www-back/back.jpg
+office52/share/gallery/www-back/backdark.jpg
+office52/share/gallery/www-back/bathroom.jpg
+office52/share/gallery/www-back/blocks.jpg
+office52/share/gallery/www-back/blow_green.jpg
+office52/share/gallery/www-back/blue.jpg
+office52/share/gallery/www-back/blueblop.jpg
+office52/share/gallery/www-back/brback.jpg
+office52/share/gallery/www-back/brnpaws.gif
+office52/share/gallery/www-back/bulb.gif
+office52/share/gallery/www-back/bulging.jpg
+office52/share/gallery/www-back/bumps1.jpg
+office52/share/gallery/www-back/bumps2.jpg
+office52/share/gallery/www-back/canvas_blue.jpg
+office52/share/gallery/www-back/cheese.jpg
+office52/share/gallery/www-back/chocolate.jpg
+office52/share/gallery/www-back/circle.jpg
+office52/share/gallery/www-back/citrus.jpg
+office52/share/gallery/www-back/confetti.jpg
+office52/share/gallery/www-back/daisy.jpg
+office52/share/gallery/www-back/fluffy-grey.jpg
+office52/share/gallery/www-back/sky.jpg
+office52/share/gallery/www-back/fluffy.jpg
+office52/share/gallery/www-back/fond_ora.jpg
+office52/share/gallery/www-back/fuzzy-blue.jpg
+office52/share/gallery/www-back/fuzzy-darkgrey.jpg
+office52/share/gallery/www-back/fuzzy-grey.jpg
+office52/share/gallery/www-back/fuzzy-lightgrey.jpg
+office52/share/gallery/www-back/fuzzy_light.jpg
+office52/share/gallery/www-back/grcross.jpg
+office52/share/gallery/www-back/gregre.gif
+office52/share/gallery/www-back/grey.gif
+office52/share/gallery/www-back/grey2bri.jpg
+office52/share/gallery/www-back/grypaws.gif
+office52/share/gallery/www-back/ice-blue.jpg
+office52/share/gallery/www-back/ice-light.jpg
+office52/share/gallery/www-back/imitation_leather.jpg
+office52/share/gallery/www-back/interstices.jpg
+office52/share/gallery/www-back/jeans.jpg
+office52/share/gallery/www-back/jeansblk.jpg
+office52/share/gallery/www-back/lawn-artificial.jpg
+office52/share/gallery/www-back/lawn.jpg
+office52/share/gallery/www-back/lightblue-wet.jpg
+office52/share/gallery/www-back/linen-fine.jpg
+office52/share/gallery/www-back/lino-green.jpg
+office52/share/gallery/www-back/liquid-blue.jpg
+office52/share/gallery/www-back/marble.jpg
+office52/share/gallery/www-back/marble_dark.jpg
+office52/share/gallery/www-back/mazes.jpg
+office52/share/gallery/www-back/mint.gif
+office52/share/gallery/www-back/notes.gif
+office52/share/gallery/www-back/pattern.jpg
+office52/share/gallery/www-back/pattern2.jpg
+office52/share/gallery/www-back/pebble-light.jpg
+office52/share/gallery/www-back/pink.gif
+office52/share/gallery/www-back/pool.jpg
+office52/share/gallery/www-back/popcorn.jpg
+office52/share/gallery/www-back/purple.jpg
+office52/share/gallery/www-back/reddark.jpg
+office52/share/gallery/www-back/rings-green.jpg
+office52/share/gallery/www-back/rings-orange.jpg
+office52/share/gallery/www-back/roses.jpg
+office52/share/gallery/www-back/sand-light.jpg
+office52/share/gallery/www-back/sand.jpg
+office52/share/gallery/www-back/smgreen.jpg
+office52/share/gallery/www-back/space.jpg
+office52/share/gallery/www-back/soft-structure_grey.jpg
+office52/share/gallery/www-back/stone-dark.jpg
+office52/share/gallery/www-back/stone.jpg
+office52/share/gallery/www-back/structure.jpg
+office52/share/gallery/www-back/structure_darkgreen.gif
+office52/share/gallery/www-back/structure_green.jpg
+office52/share/gallery/www-back/tissue.jpg
+office52/share/gallery/www-back/velvet.jpg
+office52/share/gallery/www-back/wall-grey.jpg
+office52/share/gallery/www-back/watback.jpg
+office52/share/gallery/www-back/water.jpg
+office52/share/gallery/www-back/waterblue.jpg
+office52/share/gallery/www-back/wet-turquoise.jpg
+office52/share/gallery/www-back/wildstruc.jpg
+office52/share/gallery/www-back/wood.gif
+office52/share/gallery/www-back/wood.jpg
+office52/share/gallery/www-back/yellow.jpg
+office52/share/gallery/symbols/answer.wmf
+office52/share/gallery/symbols/attention.wmf
+office52/share/gallery/symbols/bomb.wmf
+office52/share/gallery/symbols/cloud.wmf
+office52/share/gallery/symbols/cloudy.wmf
+office52/share/gallery/symbols/cold.wmf
+office52/share/gallery/symbols/compassrose.wmf
+office52/share/gallery/symbols/computer.wmf
+office52/share/gallery/symbols/cup.wmf
+office52/share/gallery/symbols/cut.wmf
+office52/share/gallery/symbols/disabled.wmf
+office52/share/gallery/symbols/down.wmf
+office52/share/gallery/symbols/drop.wmf
+office52/share/gallery/symbols/exting.wmf
+office52/share/gallery/symbols/family_1.wmf
+office52/share/gallery/symbols/family_2.wmf
+office52/share/gallery/symbols/female.wmf
+office52/share/gallery/symbols/five.wmf
+office52/share/gallery/symbols/flash.wmf
+office52/share/gallery/symbols/four.wmf
+office52/share/gallery/symbols/group_1.wmf
+office52/share/gallery/symbols/group_2.wmf
+office52/share/gallery/symbols/handshake.wmf
+office52/share/gallery/symbols/help.wmf
+office52/share/gallery/symbols/hot.wmf
+office52/share/gallery/symbols/idea.wmf
+office52/share/gallery/symbols/left.wmf
+office52/share/gallery/symbols/letter.wmf
+office52/share/gallery/symbols/letter_2.wmf
+office52/share/gallery/symbols/loudspeaker.wmf
+office52/share/gallery/symbols/male.wmf
+office52/share/gallery/symbols/man.wmf
+office52/share/gallery/symbols/man1.wmf
+office52/share/gallery/symbols/man2.wmf
+office52/share/gallery/symbols/medal.wmf
+office52/share/gallery/symbols/meeting.wmf
+office52/share/gallery/symbols/mild.wmf
+office52/share/gallery/symbols/monitor.wmf
+office52/share/gallery/symbols/network.wmf
+office52/share/gallery/symbols/no_smoking.wmf
+office52/share/gallery/symbols/nosmoke.wmf
+office52/share/gallery/symbols/one.wmf
+office52/share/gallery/symbols/page.wmf
+office52/share/gallery/symbols/pair.wmf
+office52/share/gallery/symbols/paper.wmf
+office52/share/gallery/symbols/paperclip.wmf
+office52/share/gallery/symbols/pen.wmf
+office52/share/gallery/symbols/plane.wmf
+office52/share/gallery/symbols/q_and_a.wmf
+office52/share/gallery/symbols/question.wmf
+office52/share/gallery/symbols/rain.wmf
+office52/share/gallery/symbols/right.wmf
+office52/share/gallery/symbols/scissors.wmf
+office52/share/gallery/symbols/ship.wmf
+office52/share/gallery/symbols/snowflake.wmf
+office52/share/gallery/symbols/stop.wmf
+office52/share/gallery/symbols/sun.wmf
+office52/share/gallery/symbols/teacher.wmf
+office52/share/gallery/symbols/three.wmf
+office52/share/gallery/symbols/top.wmf
+office52/share/gallery/symbols/train.wmf
+office52/share/gallery/symbols/two.wmf
+office52/share/gallery/symbols/web.wmf
+office52/share/gallery/symbols/wheelchair.wmf
+office52/share/gallery/symbols/woman.wmf
+office52/share/gallery/symbols/woman1.wmf
+office52/share/gallery/symbols/woman2.wmf
+office52/share/gallery/symbols/writing.wmf
+office52/share/gallery/symbols/zero.wmf
+office52/share/gallery/surface/berries.jpg
+office52/share/gallery/surface/blue-coarse.jpg
+office52/share/gallery/surface/blue2.jpg
+office52/share/gallery/surface/blue3.jpg
+office52/share/gallery/surface/blue4.jpg
+office52/share/gallery/surface/bluegray.jpg
+office52/share/gallery/surface/chaossky.jpg
+office52/share/gallery/surface/choc.jpg
+office52/share/gallery/surface/crazy-blue.jpg
+office52/share/gallery/surface/crazy-green.jpg
+office52/share/gallery/surface/drops.jpg
+office52/share/gallery/surface/fiery.jpg
+office52/share/gallery/surface/green.jpg
+office52/share/gallery/surface/green_drops.jpg
+office52/share/gallery/surface/gregrn.jpg
+office52/share/gallery/surface/grey1.jpg
+office52/share/gallery/surface/grey2.jpg
+office52/share/gallery/surface/grooved.jpg
+office52/share/gallery/surface/hyper-metal.jpg
+office52/share/gallery/surface/leaves-brown.jpg
+office52/share/gallery/surface/leaves-green.jpg
+office52/share/gallery/surface/leaves.jpg
+office52/share/gallery/surface/linen-blue.jpg
+office52/share/gallery/surface/linen.jpg
+office52/share/gallery/surface/lino-blue.jpg
+office52/share/gallery/surface/marble.jpg
+office52/share/gallery/surface/metal-blue.jpg
+office52/share/gallery/surface/mosaic.jpg
+office52/share/gallery/surface/mussel.jpg
+office52/share/gallery/surface/net.jpg
+office52/share/gallery/surface/orange.gif
+office52/share/gallery/surface/orange1.jpg
+office52/share/gallery/surface/orange2.jpg
+office52/share/gallery/surface/pasta.jpg
+office52/share/gallery/surface/pattern-big.jpg
+office52/share/gallery/surface/pebbles.jpg
+office52/share/gallery/surface/pink.jpg
+office52/share/gallery/surface/power.jpg
+office52/share/gallery/surface/raindrop.jpg
+office52/share/gallery/surface/roughcast.jpg
+office52/share/gallery/surface/sandstone.jpg
+office52/share/gallery/surface/space-metal.jpg
+office52/share/gallery/surface/star.jpg
+office52/share/gallery/surface/stones.jpg
+office52/share/gallery/surface/sunflowers.jpg
+office52/share/gallery/surface/tulip.jpg
+office52/share/gallery/surface/violet1.jpg
+office52/share/gallery/surface/wall-red.jpg
+office52/share/gallery/surface/wall1.jpg
+office52/share/gallery/surface/wall2.jpg
+office52/share/gallery/surface/water.jpg
+office52/share/gallery/surface/wet.jpg
+office52/share/gallery/surface/yellow.jpg
+office52/share/gallery/photos/apples.jpg
+office52/share/gallery/photos/autumn.jpg
+office52/share/gallery/photos/canyon.jpg
+office52/share/gallery/photos/castle.jpg
+office52/share/gallery/photos/clouds.jpg
+office52/share/gallery/photos/desert1.jpg
+office52/share/gallery/photos/desert2.jpg
+office52/share/gallery/photos/desert3.jpg
+office52/share/gallery/photos/flowers.jpg
+office52/share/gallery/photos/forest1.jpg
+office52/share/gallery/photos/forest2.jpg
+office52/share/gallery/photos/gldngate.jpg
+office52/share/gallery/photos/leafs.jpg
+office52/share/gallery/photos/meadow.jpg
+office52/share/gallery/photos/mountns1.jpg
+office52/share/gallery/photos/mountns2.jpg
+office52/share/gallery/photos/mountns3.jpg
+office52/share/gallery/photos/ocean.jpg
+office52/share/gallery/photos/railroad.jpg
+office52/share/gallery/photos/sunflowr.jpg
+office52/share/gallery/photos/sunset1.jpg
+office52/share/gallery/photos/sunset2.jpg
+office52/share/gallery/photos/sunset3.jpg
+office52/share/gallery/photos/sunset4.jpg
+office52/share/gallery/photos/tajmahal.jpg
+office52/share/gallery/photos/watrlily.jpg
+office52/share/gallery/rulers/blkballs.gif
+office52/share/gallery/rulers/blurulr1.gif
+office52/share/gallery/rulers/blurulr2.gif
+office52/share/gallery/rulers/blurulr3.gif
+office52/share/gallery/rulers/blurulr4.gif
+office52/share/gallery/rulers/blurulr5.gif
+office52/share/gallery/rulers/blurulr6.gif
+office52/share/gallery/rulers/gldballs.gif
+office52/share/gallery/rulers/grnballs.gif
+office52/share/gallery/rulers/grnrulr1.gif
+office52/share/gallery/rulers/grnrulr2.gif
+office52/share/gallery/rulers/grnrulr3.gif
+office52/share/gallery/rulers/grnrulr4.gif
+office52/share/gallery/rulers/gryrulr1.gif
+office52/share/gallery/rulers/gryrulr2.gif
+office52/share/gallery/rulers/gryrulr3.gif
+office52/share/gallery/rulers/orgrulr1.gif
+office52/share/gallery/rulers/redrulr1.gif
+office52/share/gallery/rulers/redrulr2.gif
+office52/share/gallery/rulers/redrulr3.gif
+office52/share/gallery/rulers/redrulr4.gif
+office52/share/gallery/rulers/redrulr5.gif
+office52/share/gallery/rulers/striped.gif
+office52/share/gallery/rulers/whtballs.gif
+office52/share/gallery/rulers/ylwrulr1.gif
+office52/share/gallery/www-graf/bluat.gif
+office52/share/gallery/www-graf/bluback.gif
+office52/share/gallery/www-graf/bludisk.gif
+office52/share/gallery/www-graf/bludown.gif
+office52/share/gallery/www-graf/bluhome.gif
+office52/share/gallery/www-graf/bluinfo.gif
+office52/share/gallery/www-graf/bluleft.gif
+office52/share/gallery/www-graf/blumail.gif
+office52/share/gallery/www-graf/bluminus.gif
+office52/share/gallery/www-graf/bluplus.gif
+office52/share/gallery/www-graf/bluquest.gif
+office52/share/gallery/www-graf/bluright.gif
+office52/share/gallery/www-graf/bluup.gif
+office52/share/gallery/www-graf/created.gif
+office52/share/gallery/www-graf/gredisk.gif
+office52/share/gallery/www-graf/gredown.gif
+office52/share/gallery/www-graf/grehome.gif
+office52/share/gallery/www-graf/greinfo.gif
+office52/share/gallery/www-graf/greleft.gif
+office52/share/gallery/www-graf/gremail.gif
+office52/share/gallery/www-graf/greminus.gif
+office52/share/gallery/www-graf/greplus.gif
+office52/share/gallery/www-graf/grequest.gif
+office52/share/gallery/www-graf/greright.gif
+office52/share/gallery/www-graf/greup.gif
+office52/share/gallery/www-graf/grnat.gif
+office52/share/gallery/www-graf/grnback.gif
+office52/share/gallery/www-graf/grndisk.gif
+office52/share/gallery/www-graf/grndown.gif
+office52/share/gallery/www-graf/grnexcla.gif
+office52/share/gallery/www-graf/grnhome.gif
+office52/share/gallery/www-graf/grninfo.gif
+office52/share/gallery/www-graf/grnleft.gif
+office52/share/gallery/www-graf/grnmail.gif
+office52/share/gallery/www-graf/grnminus.gif
+office52/share/gallery/www-graf/grnplus.gif
+office52/share/gallery/www-graf/grnquest.gif
+office52/share/gallery/www-graf/grnright.gif
+office52/share/gallery/www-graf/grnup.gif
+office52/share/gallery/www-graf/gryat.gif
+office52/share/gallery/www-graf/gryback.gif
+office52/share/gallery/www-graf/grydisk.gif
+office52/share/gallery/www-graf/grydown.gif
+office52/share/gallery/www-graf/gryhome.gif
+office52/share/gallery/www-graf/gryinfo.gif
+office52/share/gallery/www-graf/gryleft.gif
+office52/share/gallery/www-graf/grymail.gif
+office52/share/gallery/www-graf/gryminus.gif
+office52/share/gallery/www-graf/gryplus.gif
+office52/share/gallery/www-graf/gryquest.gif
+office52/share/gallery/www-graf/gryright.gif
+office52/share/gallery/www-graf/gryup.gif
+office52/share/gallery/www-graf/men@work.gif
+office52/share/gallery/www-graf/office.gif
+office52/share/gallery/www-graf/orgat.gif
+office52/share/gallery/www-graf/orgback.gif
+office52/share/gallery/www-graf/orgdisk.gif
+office52/share/gallery/www-graf/orgdown.gif
+office52/share/gallery/www-graf/orghome.gif
+office52/share/gallery/www-graf/orginfo.gif
+office52/share/gallery/www-graf/orgleft.gif
+office52/share/gallery/www-graf/orgmail.gif
+office52/share/gallery/www-graf/orgminus.gif
+office52/share/gallery/www-graf/orgplus.gif
+office52/share/gallery/www-graf/orgquest.gif
+office52/share/gallery/www-graf/orgright.gif
+office52/share/gallery/www-graf/orgup.gif
+office52/share/gallery/www-graf/redat.gif
+office52/share/gallery/www-graf/redback.gif
+office52/share/gallery/www-graf/reddisk.gif
+office52/share/gallery/www-graf/reddown.gif
+office52/share/gallery/www-graf/redhome.gif
+office52/share/gallery/www-graf/redinfo.gif
+office52/share/gallery/www-graf/redleft.gif
+office52/share/gallery/www-graf/redmail.gif
+office52/share/gallery/www-graf/redminus.gif
+office52/share/gallery/www-graf/redplus.gif
+office52/share/gallery/www-graf/redquest.gif
+office52/share/gallery/www-graf/redright.gif
+office52/share/gallery/www-graf/redup.gif
+office52/share/gallery/www-graf/sologo.gif
+office52/share/gallery/www-graf/turdown.gif
+office52/share/gallery/www-graf/turhome.gif
+office52/share/gallery/www-graf/turleft.gif
+office52/share/gallery/www-graf/turright.gif
+office52/share/gallery/www-graf/turup.gif
+office52/share/gallery/www-graf/viohome.gif
+office52/share/gallery/www-graf/violeft.gif
+office52/share/gallery/www-graf/vioright.gif
+office52/share/gallery/www-graf/vioup.gif
+office52/share/gallery/www-graf/ylwdown.gif
+office52/share/gallery/www-graf/ylwhome.gif
+office52/share/gallery/www-graf/ylwleft.gif
+office52/share/gallery/www-graf/ylwmail.gif
+office52/share/gallery/www-graf/ylwright.gif
+office52/share/gallery/www-graf/ylwup.gif
+office52/share/gallery/bullets/blkpearl.gif
+office52/share/gallery/bullets/bluarrow.gif
+office52/share/gallery/bullets/bluball.gif
+office52/share/gallery/bullets/bludiamd.gif
+office52/share/gallery/bullets/bluered.gif
+office52/share/gallery/bullets/blusqare.gif
+office52/share/gallery/bullets/blustar.gif
+office52/share/gallery/bullets/darkball.gif
+office52/share/gallery/bullets/darkblue.gif
+office52/share/gallery/bullets/gldpearl.gif
+office52/share/gallery/bullets/golfball.gif
+office52/share/gallery/bullets/grnarrow.gif
+office52/share/gallery/bullets/grnball.gif
+office52/share/gallery/bullets/grndiamd.gif
+office52/share/gallery/bullets/grnpearl.gif
+office52/share/gallery/bullets/grnsqare.gif
+office52/share/gallery/bullets/grnstar.gif
+office52/share/gallery/bullets/gryarrow.gif
+office52/share/gallery/bullets/gryball.gif
+office52/share/gallery/bullets/grydiamd.gif
+office52/share/gallery/bullets/grysqare.gif
+office52/share/gallery/bullets/grystar.gif
+office52/share/gallery/bullets/orgball.gif
+office52/share/gallery/bullets/orgdiamd.gif
+office52/share/gallery/bullets/poliball.gif
+office52/share/gallery/bullets/rainbow.gif
+office52/share/gallery/bullets/redarrow.gif
+office52/share/gallery/bullets/redball.gif
+office52/share/gallery/bullets/reddiamd.gif
+office52/share/gallery/bullets/redsqare.gif
+office52/share/gallery/bullets/redstar.gif
+office52/share/gallery/bullets/whtpearl.gif
+office52/share/gallery/bullets/ylwball.gif
+office52/share/gallery/bullets/ylwdiamd.gif
+office52/share/gallery/htmlexpo/bludown.gif
+office52/share/gallery/htmlexpo/blufirs.gif
+office52/share/gallery/htmlexpo/blufirs_.gif
+office52/share/gallery/htmlexpo/blulast.gif
+office52/share/gallery/htmlexpo/blulast_.gif
+office52/share/gallery/htmlexpo/blunav.gif
+office52/share/gallery/htmlexpo/blunext.gif
+office52/share/gallery/htmlexpo/blunext_.gif
+office52/share/gallery/htmlexpo/bluprev.gif
+office52/share/gallery/htmlexpo/bluprev_.gif
+office52/share/gallery/htmlexpo/blutext.gif
+office52/share/gallery/htmlexpo/bluup.gif
+office52/share/gallery/htmlexpo/cubdown.gif
+office52/share/gallery/htmlexpo/cubfirs.gif
+office52/share/gallery/htmlexpo/cubfirs_.gif
+office52/share/gallery/htmlexpo/cublast.gif
+office52/share/gallery/htmlexpo/cublast_.gif
+office52/share/gallery/htmlexpo/cubnav.gif
+office52/share/gallery/htmlexpo/cubnext.gif
+office52/share/gallery/htmlexpo/cubnext_.gif
+office52/share/gallery/htmlexpo/cubprev.gif
+office52/share/gallery/htmlexpo/cubprev_.gif
+office52/share/gallery/htmlexpo/cubtext.gif
+office52/share/gallery/htmlexpo/cubup.gif
+office52/share/gallery/htmlexpo/gredown.gif
+office52/share/gallery/htmlexpo/grefirs.gif
+office52/share/gallery/htmlexpo/grefirs_.gif
+office52/share/gallery/htmlexpo/grelast.gif
+office52/share/gallery/htmlexpo/grelast_.gif
+office52/share/gallery/htmlexpo/grenav.gif
+office52/share/gallery/htmlexpo/grenext.gif
+office52/share/gallery/htmlexpo/grenext_.gif
+office52/share/gallery/htmlexpo/greprev.gif
+office52/share/gallery/htmlexpo/greprev_.gif
+office52/share/gallery/htmlexpo/gretext.gif
+office52/share/gallery/htmlexpo/greup.gif
+office52/share/gallery/htmlexpo/simdown.gif
+office52/share/gallery/htmlexpo/simfirs.gif
+office52/share/gallery/htmlexpo/simfirs_.gif
+office52/share/gallery/htmlexpo/simlast.gif
+office52/share/gallery/htmlexpo/simlast_.gif
+office52/share/gallery/htmlexpo/simnav.gif
+office52/share/gallery/htmlexpo/simnext.gif
+office52/share/gallery/htmlexpo/simnext_.gif
+office52/share/gallery/htmlexpo/simprev.gif
+office52/share/gallery/htmlexpo/simprev_.gif
+office52/share/gallery/htmlexpo/simtext.gif
+office52/share/gallery/htmlexpo/simup.gif
+office52/share/gallery/htmlexpo/sologo.gif
+office52/share/gallery/flags/Indon1.wmf
+office52/share/gallery/flags/Indon2.wmf
+office52/share/gallery/flags/Malaysi1.wmf
+office52/share/gallery/flags/Malaysi2.wmf
+office52/share/gallery/flags/Northko1.wmf
+office52/share/gallery/flags/Northko2.wmf
+office52/share/gallery/flags/Singa1.wmf
+office52/share/gallery/flags/Singa2.wmf
+office52/share/gallery/flags/Southko1.wmf
+office52/share/gallery/flags/Southko2.wmf
+office52/share/gallery/flags/Taiwan1.wmf
+office52/share/gallery/flags/Taiwan2.wmf
+office52/share/gallery/flags/Thaila1.wmf
+office52/share/gallery/flags/Thaila2.wmf
+office52/share/gallery/flags/argent1.wmf
+office52/share/gallery/flags/argent2.wmf
+office52/share/gallery/flags/austral1.wmf
+office52/share/gallery/flags/austral2.wmf
+office52/share/gallery/flags/austria1.wmf
+office52/share/gallery/flags/austria2.wmf
+office52/share/gallery/flags/belgium1.wmf
+office52/share/gallery/flags/belgium2.wmf
+office52/share/gallery/flags/brasil1.wmf
+office52/share/gallery/flags/brasil2.wmf
+office52/share/gallery/flags/bulgari1.wmf
+office52/share/gallery/flags/bulgari2.wmf
+office52/share/gallery/flags/canada1.wmf
+office52/share/gallery/flags/canada2.wmf
+office52/share/gallery/flags/chile1.wmf
+office52/share/gallery/flags/chile2.wmf
+office52/share/gallery/flags/china1.wmf
+office52/share/gallery/flags/china2.wmf
+office52/share/gallery/flags/colombi1.wmf
+office52/share/gallery/flags/colombi2.wmf
+office52/share/gallery/flags/cuba1.wmf
+office52/share/gallery/flags/cuba2.wmf
+office52/share/gallery/flags/cyprus1.wmf
+office52/share/gallery/flags/cyprus2.wmf
+office52/share/gallery/flags/czech1.wmf
+office52/share/gallery/flags/czech2.wmf
+office52/share/gallery/flags/denmark1.wmf
+office52/share/gallery/flags/denmark2.wmf
+office52/share/gallery/flags/egypt1.wmf
+office52/share/gallery/flags/egypt2.wmf
+office52/share/gallery/flags/europe1.wmf
+office52/share/gallery/flags/finland1.wmf
+office52/share/gallery/flags/finland2.wmf
+office52/share/gallery/flags/france1.wmf
+office52/share/gallery/flags/france2.wmf
+office52/share/gallery/flags/germany1.wmf
+office52/share/gallery/flags/germany2.wmf
+office52/share/gallery/flags/greatbr1.wmf
+office52/share/gallery/flags/greatbr2.wmf
+office52/share/gallery/flags/greece1.wmf
+office52/share/gallery/flags/greece2.wmf
+office52/share/gallery/flags/guatema1.wmf
+office52/share/gallery/flags/guatema2.wmf
+office52/share/gallery/flags/hungary1.wmf
+office52/share/gallery/flags/hungary2.wmf
+office52/share/gallery/flags/iceland1.wmf
+office52/share/gallery/flags/iceland2.wmf
+office52/share/gallery/flags/india1.wmf
+office52/share/gallery/flags/india2.wmf
+office52/share/gallery/flags/ireland1.wmf
+office52/share/gallery/flags/ireland2.wmf
+office52/share/gallery/flags/israel1.wmf
+office52/share/gallery/flags/israel2.wmf
+office52/share/gallery/flags/italy1.wmf
+office52/share/gallery/flags/italy2.wmf
+office52/share/gallery/flags/japan1.wmf
+office52/share/gallery/flags/japan2.wmf
+office52/share/gallery/flags/kenya1.wmf
+office52/share/gallery/flags/kenya2.wmf
+office52/share/gallery/flags/liecht1.wmf
+office52/share/gallery/flags/liecht2.wmf
+office52/share/gallery/flags/luxemb1.wmf
+office52/share/gallery/flags/luxemb2.wmf
+office52/share/gallery/flags/mexico1.wmf
+office52/share/gallery/flags/mexico2.wmf
+office52/share/gallery/flags/nederl1.wmf
+office52/share/gallery/flags/nederl2.wmf
+office52/share/gallery/flags/newzea1.wmf
+office52/share/gallery/flags/newzea2.wmf
+office52/share/gallery/flags/norge1.wmf
+office52/share/gallery/flags/norge2.wmf
+office52/share/gallery/flags/pakist1.wmf
+office52/share/gallery/flags/pakist2.wmf
+office52/share/gallery/flags/paragua1.wmf
+office52/share/gallery/flags/paragua2.wmf
+office52/share/gallery/flags/peru1.wmf
+office52/share/gallery/flags/peru2.wmf
+office52/share/gallery/flags/poland1.wmf
+office52/share/gallery/flags/poland2.wmf
+office52/share/gallery/flags/portug1.wmf
+office52/share/gallery/flags/portug2.wmf
+office52/share/gallery/flags/romania1.wmf
+office52/share/gallery/flags/romania2.wmf
+office52/share/gallery/flags/russia1.wmf
+office52/share/gallery/flags/russia2.wmf
+office52/share/gallery/flags/slowak1.wmf
+office52/share/gallery/flags/slowak2.wmf
+office52/share/gallery/flags/spain1.wmf
+office52/share/gallery/flags/spain2.wmf
+office52/share/gallery/flags/sthafri1.wmf
+office52/share/gallery/flags/sthafri2.wmf
+office52/share/gallery/flags/sweden1.wmf
+office52/share/gallery/flags/sweden2.wmf
+office52/share/gallery/flags/switz1.wmf
+office52/share/gallery/flags/switz2.wmf
+office52/share/gallery/flags/turkey1.wmf
+office52/share/gallery/flags/turkey2.wmf
+office52/share/gallery/flags/uno1.wmf
+office52/share/gallery/flags/uruguay1.wmf
+office52/share/gallery/flags/uruguay2.wmf
+office52/share/gallery/flags/usa1.wmf
+office52/share/gallery/flags/usa2.wmf
+office52/share/gallery/flags/venez1.wmf
+office52/share/gallery/flags/venez2.wmf
+office52/share/gallery/www-anim/barblak.gif
+office52/share/gallery/www-anim/barwhit.gif
+office52/share/gallery/www-anim/boxnew.gif
+office52/share/gallery/www-anim/constrct.gif
+office52/share/gallery/www-anim/cubes.gif
+office52/share/gallery/www-anim/diskblak.gif
+office52/share/gallery/www-anim/diskwhit.gif
+office52/share/gallery/www-anim/email.gif
+office52/share/gallery/www-anim/envelope.gif
+office52/share/gallery/www-anim/gearsnew.gif
+office52/share/gallery/www-anim/glb4dark.gif
+office52/share/gallery/www-anim/glb4lght.gif
+office52/share/gallery/sounds/apert.wav
+office52/share/gallery/sounds/apert2.wav
+office52/share/gallery/sounds/applause.wav
+office52/share/gallery/sounds/beam.wav
+office52/share/gallery/sounds/beam2.wav
+office52/share/gallery/sounds/cow.wav
+office52/share/gallery/sounds/curve.wav
+office52/share/gallery/sounds/drama.wav
+office52/share/gallery/sounds/explos.wav
+office52/share/gallery/sounds/falling.wav
+office52/share/gallery/sounds/glasses.wav
+office52/share/gallery/sounds/gong.wav
+office52/share/gallery/sounds/horse.wav
+office52/share/gallery/sounds/kling.wav
+office52/share/gallery/sounds/kongas.wav
+office52/share/gallery/sounds/laser.wav
+office52/share/gallery/sounds/left.wav
+office52/share/gallery/sounds/nature1.wav
+office52/share/gallery/sounds/nature2.wav
+office52/share/gallery/sounds/ok.wav
+office52/share/gallery/sounds/pluck.wav
+office52/share/gallery/sounds/roll.wav
+office52/share/gallery/sounds/romans.wav
+office52/share/gallery/sounds/soft.wav
+office52/share/gallery/sounds/space.wav
+office52/share/gallery/sounds/space2.wav
+office52/share/gallery/sounds/space3.wav
+office52/share/gallery/sounds/sparcle.wav
+office52/share/gallery/sounds/strom.wav
+office52/share/gallery/sounds/theetone.wav
+office52/share/gallery/sounds/top.wav
+office52/share/gallery/sounds/train.wav
+office52/share/gallery/sounds/untie.wav
+office52/share/gallery/sounds/ups.wav
+office52/share/gallery/sounds/wallewal.wav
+office52/share/gallery/clipart/arrow1.wmf
+office52/share/gallery/clipart/arrow2.wmf
+office52/share/gallery/clipart/arrow3.wmf
+office52/share/gallery/clipart/arrow4.wmf
+office52/share/gallery/clipart/arrow5.wmf
+office52/share/gallery/clipart/birthday.wmf
+office52/share/gallery/clipart/bottle.wmf
+office52/share/gallery/clipart/bowling.wmf
+office52/share/gallery/clipart/cake.wmf
+office52/share/gallery/clipart/candle.wmf
+office52/share/gallery/clipart/car.wmf
+office52/share/gallery/clipart/cards.wmf
+office52/share/gallery/clipart/disk.wmf
+office52/share/gallery/clipart/dog.wmf
+office52/share/gallery/clipart/eagle.wmf
+office52/share/gallery/clipart/flash.wmf
+office52/share/gallery/clipart/formula1.wmf
+office52/share/gallery/clipart/gifts.wmf
+office52/share/gallery/clipart/glas.wmf
+office52/share/gallery/clipart/heart.wmf
+office52/share/gallery/clipart/helicptr.wmf
+office52/share/gallery/clipart/laptop.wmf
+office52/share/gallery/clipart/locomotv.wmf
+office52/share/gallery/clipart/mac.wmf
+office52/share/gallery/clipart/monitor.wmf
+office52/share/gallery/clipart/moving.wmf
+office52/share/gallery/clipart/mtrbike.wmf
+office52/share/gallery/clipart/notebook.wmf
+office52/share/gallery/clipart/notepad1.wmf
+office52/share/gallery/clipart/notepad2.wmf
+office52/share/gallery/clipart/notes.wmf
+office52/share/gallery/clipart/panda.wmf
+office52/share/gallery/clipart/paper.wmf
+office52/share/gallery/clipart/pawprnts.wmf
+office52/share/gallery/clipart/pc.wmf
+office52/share/gallery/clipart/plane.wmf
+office52/share/gallery/clipart/printer.wmf
+office52/share/gallery/clipart/pumpkin.wmf
+office52/share/gallery/clipart/rose.wmf
+office52/share/gallery/clipart/santa.wmf
+office52/share/gallery/clipart/sleigh.wmf
+office52/share/gallery/clipart/snowmen.wmf
+office52/share/gallery/clipart/soap.wmf
+office52/share/gallery/clipart/soccer.wmf
+office52/share/gallery/clipart/sound.wmf
+office52/share/gallery/clipart/talk.wmf
+office52/share/gallery/clipart/teddy.wmf
+office52/share/gallery/clipart/thought.wmf
+office52/share/gallery/clipart/toys.wmf
+office52/share/gallery/clipart/wedding.wmf
+office52/share/gallery/clipart/world1.wmf
+office52/share/gallery/clipart/world2.wmf
+office52/share/gallery/clipart/world3.wmf
+office52/share/gallery/clipart/xmas.gif
+office52/share/gallery/clipart/xmastree.wmf
+office52/share/gallery/sg10.sdg
+office52/share/gallery/sg10.sdv
+office52/share/gallery/sg10.thm
+office52/share/gallery/sg12.sdg
+office52/share/gallery/sg12.sdv
+office52/share/gallery/sg12.thm
+office52/share/gallery/sg13.sdg
+office52/share/gallery/sg13.sdv
+office52/share/gallery/sg13.thm
+office52/share/gallery/sg14.sdg
+office52/share/gallery/sg14.sdv
+office52/share/gallery/sg14.thm
+office52/share/gallery/sg15.sdg
+office52/share/gallery/sg15.sdv
+office52/share/gallery/sg15.thm
+office52/share/gallery/sg17.sdg
+office52/share/gallery/sg17.sdv
+office52/share/gallery/sg17.thm
+office52/share/gallery/sg4.sdg
+office52/share/gallery/sg4.sdv
+office52/share/gallery/sg4.thm
+office52/share/gallery/sg5.sdg
+office52/share/gallery/sg5.sdv
+office52/share/gallery/sg5.thm
+office52/share/gallery/sg6.sdg
+office52/share/gallery/sg6.sdv
+office52/share/gallery/sg6.thm
+office52/share/gallery/sg7.sdg
+office52/share/gallery/sg7.sdv
+office52/share/gallery/sg7.thm
+office52/share/gallery/sg8.sdg
+office52/share/gallery/sg8.sdv
+office52/share/gallery/sg8.thm
+office52/share/gallery/apples.gif
+office52/share/gallery/bigapple.gif
+office52/share/gallery/flower.gif
+office52/share/gallery/flowers.gif
+office52/share/gallery/sdddndx1
+office52/share/gallery/sky.gif
+office52/share/gallery/sg1.sdg
+office52/share/gallery/sg1.sdv
+office52/share/gallery/sg1.thm
+office52/share/gallery/sg16.sdg
+office52/share/gallery/sg16.sdv
+office52/share/gallery/sg16.thm
+office52/share/gallery/sg2.sdg
+office52/share/gallery/sg2.sdv
+office52/share/gallery/sg2.thm
+office52/share/gallery/sg24.sdg
+office52/share/gallery/sg24.sdv
+office52/share/gallery/sg24.thm
+office52/share/gallery/sg25.sdg
+office52/share/gallery/sg25.sdv
+office52/share/gallery/sg25.thm
+office52/share/gallery/sg3.sdg
+office52/share/gallery/sg3.sdv
+office52/share/gallery/sg3.thm
+office52/share/gallery/sg11.sdg
+office52/share/gallery/sg11.sdv
+office52/share/gallery/sg11.thm
+office52/share/wordbook/english/soffice.dic
+office52/share/wordbook/english/sun.dic
+office52/share/samples/english/databases/Files/table.dat
+office52/share/samples/english/databases/Files/cat.dat
+office52/share/samples/english/databases/Files/file_load.prt
+office52/share/samples/english/databases/Files/init.cfg
+office52/share/samples/english/databases/Video01.sdb
+office52/share/samples/english/databases/_generate.url
+office52/share/samples/english/menu/texts.url
+office52/share/samples/english/menu/spreadsheets.url
+office52/share/samples/english/menu/presentations.url
+office52/share/samples/english/menu/drawings.url
+office52/share/samples/english/menu/formulas.url
+office52/share/samples/english/menu/databases.url
+office52/share/samples/english/texts/Chapters/Chapter1.sdw
+office52/share/samples/english/texts/Chapters/Chapter2.sdw
+office52/share/samples/english/texts/Chapters/Chapter3.sdw
+office52/share/samples/english/texts/Chapters/Glass.jpg
+office52/share/samples/english/texts/Chapters/Ham.jpg
+office52/share/samples/english/texts/Chapters/Strwbrry.jpg
+office52/share/samples/english/texts/Chapters/Tennis.jpg
+office52/share/samples/english/texts/Chapters/Villa1.jpg
+office52/share/samples/english/texts/Chapters/Villa2.jpg
+office52/share/samples/english/texts/Homepage/about.gif
+office52/share/samples/english/texts/Homepage/about.html
+office52/share/samples/english/texts/Homepage/abouto.gif
+office52/share/samples/english/texts/Homepage/backgrnd.jpg
+office52/share/samples/english/texts/Homepage/bar.gif
+office52/share/samples/english/texts/Homepage/contact.gif
+office52/share/samples/english/texts/Homepage/contact.html
+office52/share/samples/english/texts/Homepage/contacto.gif
+office52/share/samples/english/texts/Homepage/coop.html
+office52/share/samples/english/texts/Homepage/empty.html
+office52/share/samples/english/texts/Homepage/hole.gif
+office52/share/samples/english/texts/Homepage/home.gif
+office52/share/samples/english/texts/Homepage/info.gif
+office52/share/samples/english/texts/Homepage/info.html
+office52/share/samples/english/texts/Homepage/leftbar.gif
+office52/share/samples/english/texts/Homepage/motor.html
+office52/share/samples/english/texts/Homepage/partnero.gif
+office52/share/samples/english/texts/Homepage/partners.gif
+office52/share/samples/english/texts/Homepage/partners.html
+office52/share/samples/english/texts/Homepage/producto.gif
+office52/share/samples/english/texts/Homepage/products.gif
+office52/share/samples/english/texts/Homepage/products.html
+office52/share/samples/english/texts/Homepage/question.gif
+office52/share/samples/english/texts/Homepage/question.html
+office52/share/samples/english/texts/Homepage/race.html
+office52/share/samples/english/texts/Homepage/recar.sdc
+office52/share/samples/english/texts/Homepage/soffice.gif
+office52/share/samples/english/texts/Homepage/start.html
+office52/share/samples/english/texts/Homepage/story.gif
+office52/share/samples/english/texts/Homepage/title.gif
+office52/share/samples/english/texts/Book.sgl
+office52/share/samples/english/texts/Brochure.sdw
+office52/share/samples/english/texts/Flyers.sdw
+office52/share/samples/english/texts/Games.sdw
+office52/share/samples/english/texts/Homepage.html
+office52/share/samples/english/texts/IceCreamMenu.sdw
+office52/share/samples/english/texts/Invitation.sdw
+office52/share/samples/english/texts/JobAd.sdw
+office52/share/samples/english/texts/LostDogNotice.sdw
+office52/share/samples/english/spreadsheets/Biorhythm.sdc
+office52/share/samples/english/spreadsheets/Buffet.sdc
+office52/share/samples/english/spreadsheets/ConversionTable.sdc
+office52/share/samples/english/spreadsheets/CurrencyConverter.sdc
+office52/share/samples/english/spreadsheets/DataAnalysys.sdc
+office52/share/samples/english/spreadsheets/Movie1.sdc
+office52/share/samples/english/spreadsheets/Movie2.sdc
+office52/share/samples/english/spreadsheets/Movie3.sdc
+office52/share/samples/english/spreadsheets/OfficeSharingAssoc.sdc
+office52/share/samples/english/spreadsheets/Recar-Scenarios.sdc
+office52/share/samples/english/presentations/Chess.sdd
+office52/share/samples/english/presentations/Orgchart.sdd
+office52/share/samples/english/presentations/RecarShareholderMeeting.sdd
+office52/share/samples/english/presentations/ThreeDimensions.sdd
+office52/share/samples/english/presentations/VacationPhotos.sdd
+office52/share/samples/english/drawings/Automobile.sda
+office52/share/samples/english/drawings/Blueprint.sda
+office52/share/samples/english/drawings/ColorProfile.sda
+office52/share/samples/english/drawings/Jazz.sda
+office52/share/samples/english/drawings/Ship.sda
+office52/share/samples/english/drawings/Workshop.sda
+office52/share/samples/english/drawings/engine.sda
+office52/share/samples/english/formulas/Annuities.smf
+office52/share/samples/english/formulas/Cauchy.smf
+office52/share/samples/english/formulas/ChemicalElement.smf
+office52/share/samples/english/formulas/DefinitionStraightLine.smf
+office52/share/samples/english/formulas/EffectiveAnnualInterestRate.smf
+office52/share/samples/english/formulas/HamiltonOperator.smf
+office52/share/samples/english/formulas/InvestmentReturns.smf
+office52/share/samples/english/formulas/LawOfErrorPropagation.smf
+office52/share/samples/english/formulas/Limes.smf
+office52/share/samples/english/formulas/LinearRegression.smf
+office52/share/samples/english/formulas/Maxwell.smf
+office52/share/samples/english/formulas/ScalarProduct.smf
+office52/share/samples/english/formulas/Sinus.smf
+office52/share/samples/english/formulas/SquareRoot.smf
+office52/share/samples/english/formulas/StandardDeviation.smf
+office52/share/samples/english/formulas/VectorProduct.smf
+office52/share/autotext/english/standard.bau
+office52/share/autotext/english/template.bau
+office52/share/autotext/english/crdbus50.bau
+office52/share/autotext/english/crdbus54.bau
+office52/share/autotext/english/crdprv50.bau
+office52/share/autotext/english/crdprv54.bau
+office52/share/dict/01-hyph.dat
+office52/share/dict/01-spell.dat
+office52/share/dict/01_thes.dat
+office52/share/dict/44_thes.dat
+office52/share/dict/44-hyph.dat
+office52/share/dict/44-spell.dat
+office52/share/dict/33_thes.dat
+office52/share/dict/33-hyph.dat
+office52/share/dict/33-spell.dat
+office52/share/dict/34_thes.dat
+office52/share/dict/34-hyph.dat
+office52/share/dict/34-spell.dat
+office52/share/dict/49-hyph.dat
+office52/share/dict/49-ohyph.dat
+office52/share/dict/49-ospell.dat
+office52/share/dict/49-spell.dat
+office52/share/dict/49_thes.dat
+office52/share/dict/dhco40
+office52/share/dict/dhta40
+office52/share/dict/dtco40
+office52/share/dict/ds40.bin
+office52/share/dict/dt40.bin
+office52/share/dict/dtex40no.cat
+office52/share/dict/dt40.cut
+office52/share/dict/dt40.prl
+office52/share/kde/applnk/SPAdmin.kdelnk
+office52/share/kde/applnk/Setup.kdelnk
+office52/share/kde/applnk/StarOffice.kdelnk
+office52/share/kde/applnk/.directory
+office52/share/kde/icons/mini/htm.xpm
+office52/share/kde/icons/mini/html.xpm
+office52/share/kde/icons/mini/psetup.xpm
+office52/share/kde/icons/mini/sch.xpm
+office52/share/kde/icons/mini/sda.xpm
+office52/share/kde/icons/mini/sdc.xpm
+office52/share/kde/icons/mini/sdd.xpm
+office52/share/kde/icons/mini/sdf.xpm
+office52/share/kde/icons/mini/sds.xpm
+office52/share/kde/icons/mini/sdw.xpm
+office52/share/kde/icons/mini/set52.xpm
+office52/share/kde/icons/mini/sgl.xpm
+office52/share/kde/icons/mini/smf.xpm
+office52/share/kde/icons/mini/so52.xpm
+office52/share/kde/icons/htm.xpm
+office52/share/kde/icons/html.xpm
+office52/share/kde/icons/psetup.xpm
+office52/share/kde/icons/sch.xpm
+office52/share/kde/icons/sda.xpm
+office52/share/kde/icons/sdc.xpm
+office52/share/kde/icons/sdd.xpm
+office52/share/kde/icons/sdf.xpm
+office52/share/kde/icons/sds.xpm
+office52/share/kde/icons/sdw.xpm
+office52/share/kde/icons/set52.xpm
+office52/share/kde/icons/setup.xpm
+office52/share/kde/icons/sgl.xpm
+office52/share/kde/icons/smf.xpm
+office52/share/kde/icons/so52.xpm
+office52/share/kde/mimelnk/application/x-scalc.kdelnk
+office52/share/kde/mimelnk/application/x-sda.kdelnk
+office52/share/kde/mimelnk/application/x-sdf.kdelnk
+office52/share/kde/mimelnk/application/x-sdraw.kdelnk
+office52/share/kde/mimelnk/application/x-sds.kdelnk
+office52/share/kde/mimelnk/application/x-sgl.kdelnk
+office52/share/kde/mimelnk/application/x-smf.kdelnk
+office52/share/kde/mimelnk/application/x-swriter.kdelnk
+office52/share/kde/mimelnk/text/html.kdelnk
+office52/user/explorer/address.url
+office52/user/explorer/biblio.url
+office52/user/explorer/bookmark.url
+office52/user/explorer/work.url
+office52/user/explorer/samples.url
+office52/user/autotext/english/signatur.bau
+office52/user/autotext/english/mytexts.bau
+office52/user/database/biblio/biblio.dbf
+office52/user/database/address/address.dbf
+office52/user/database/address/address.dbt
+office52/user/database/address.sdb
+office52/user/database/address.url
+office52/user/database/biblio.sdb
+office52/user/database/lang_address.url
+office52/user/config/groups/bookmark.url
+office52/user/config/groups/explorer.url
+office52/user/config/groups/tasks.url
+office52/user/config/groups/work.url
+office52/user/config/starmath01.sms
+office52/user/config/cmyk.soc
+office52/user/config/html.soc
+office52/user/config/standard.sob
+office52/user/config/standard.soc
+office52/user/config/standard.sod
+office52/user/config/standard.soe
+office52/user/config/standard.sog
+office52/user/config/standard.soh
+office52/user/config/web.soc
+office52/user/config/arrowhd.soe
+office52/user/config/classic.sog
+office52/user/config/hatching.soh
+office52/user/config/modern.sog
+office52/user/config/palette.soc
+office52/user/config/styles.sod
+office52/user/config/hlpagent.ini
+office52/user/config/convert.ini
+office52/user/config/autotbl.fmt
+office52/user/config/ssprsize.ini
+office52/user/config/dbtitle.rdb
+office52/user/desktop/psetup.url
+office52/user/desktop/writer.url
+office52/user/desktop/web.url
+office52/user/desktop/mail.url
+office52/user/desktop/staroffi.url
+office52/user/desktop/sun.url
+office52/user/desktop/sforum.url
+office52/user/desktop/calc.url
+office52/user/desktop/impress.url
+office52/user/desktop/draw.url
+office52/user/desktop/events.url
+office52/user/desktop/tasks.url
+office52/user/basic/soffice.new
+office52/user/bookmark/sobook.url
+office52/user/autocorr/acor1033.dat
+office52/user/wordbook/standard.dic
+office52/user/gallery/sg100.sdv
+office52/user/gallery/sg100.thm
+office52/user/gallery/sg9.sdg
+office52/user/gallery/sg9.sdv
+office52/user/gallery/sg9.thm
+office52/help/01/desktop.svh
+office52/help/01/shelp.svh
+office52/help/01/database.svh
+office52/help/01/tips.svh
+office52/help/01/swriter.svh
+office52/help/01/scalc.svh
+office52/help/01/simpress.svh
+office52/help/01/sdraw.svh
+office52/help/01/smath.svh
+office52/help/01/schart.svh
+office52/help/01/simage.svh
+office52/help/01/schedule.svh
+office52/help/01/sbasic.svh
+office52/help/01/shelp.dir
+office52/help/01/shelp.dat
+office52/LICENSE
+office52/README
+@dirrm office52/user/work
+@dirrm office52/user/wordbook
+@dirrm office52/user/template
+@dirrm office52/user/store
+@dirrm office52/user/plugin
+@dirrm office52/user/gallery
+@dirrm office52/user/explorer
+@dirrm office52/user/download
+@dirrm office52/user/desktop
+@dirrm office52/user/database/biblio
+@dirrm office52/user/database/address
+@dirrm office52/user/database
+@dirrm office52/user/config/startup
+@dirrm office52/user/config/quickstart
+@dirrm office52/user/config/help
+@dirrm office52/user/config/groups
+@dirrm office52/user/config/folders
+@dirrm office52/user/config
+@dirrm office52/user/bookmark
+@dirrm office52/user/basic
+@dirrm office52/user/backup
+@dirrm office52/user/autotext/english
+@dirrm office52/user/autotext
+@dirrm office52/user/autocorr
+@dirrm office52/user
+@dirrm office52/share/xp3/pssoftfonts
+@dirrm office52/share/xp3/ppds
+@dirrm office52/share/xp3/fontmetrics/tfm
+@dirrm office52/share/xp3/fontmetrics/afm
+@dirrm office52/share/xp3/fontmetrics
+@dirrm office52/share/xp3
+@dirrm office52/share/wordbook/english
+@dirrm office52/share/wordbook
+@dirrm office52/share/template/english/wizard/web
+@dirrm office52/share/template/english/wizard/styles
+@dirrm office52/share/template/english/wizard/bitmap
+@dirrm office52/share/template/english/wizard
+@dirrm office52/share/template/english/presnt
+@dirrm office52/share/template/english/personal
+@dirrm office52/share/template/english/offimisc
+@dirrm office52/share/template/english/officorr
+@dirrm office52/share/template/english/misc
+@dirrm office52/share/template/english/layout
+@dirrm office52/share/template/english/internal
+@dirrm office52/share/template/english/forms
+@dirrm office52/share/template/english/finance
+@dirrm office52/share/template/english/educate
+@dirrm office52/share/template/english
+@dirrm office52/share/template
+@dirrm office52/share/samples/english/texts/Homepage
+@dirrm office52/share/samples/english/texts/Chapters
+@dirrm office52/share/samples/english/texts
+@dirrm office52/share/samples/english/spreadsheets
+@dirrm office52/share/samples/english/presentations
+@dirrm office52/share/samples/english/menu
+@dirrm office52/share/samples/english/formulas
+@dirrm office52/share/samples/english/drawings
+@dirrm office52/share/samples/english/databases/Files
+@dirrm office52/share/samples/english/databases
+@dirrm office52/share/samples/english
+@dirrm office52/share/samples
+@dirrm office52/share/plugin
+@dirrm office52/share/kde/mimelnk/text
+@dirrm office52/share/kde/mimelnk/application
+@dirrm office52/share/kde/mimelnk
+@dirrm office52/share/kde/icons/mini
+@dirrm office52/share/kde/icons
+@dirrm office52/share/kde/applnk
+@dirrm office52/share/kde
+@dirrm office52/share/gallery/www-graf
+@dirrm office52/share/gallery/www-back
+@dirrm office52/share/gallery/www-anim
+@dirrm office52/share/gallery/symbols
+@dirrm office52/share/gallery/surface
+@dirrm office52/share/gallery/sounds
+@dirrm office52/share/gallery/rulers
+@dirrm office52/share/gallery/photos
+@dirrm office52/share/gallery/htmlexpo
+@dirrm office52/share/gallery/flags
+@dirrm office52/share/gallery/clipart
+@dirrm office52/share/gallery/bullets
+@dirrm office52/share/gallery
+@dirrm office52/share/fonts/type1
+@dirrm office52/share/fonts/75dpi/bdf
+@dirrm office52/share/fonts/75dpi
+@dirrm office52/share/fonts
+@dirrm office52/share/dict
+@dirrm office52/share/database/english
+@dirrm office52/share/database
+@dirrm office52/share/config/wizard
+@dirrm office52/share/config/webcast
+@dirrm office52/share/config/tasks
+@dirrm office52/share/config/symbol
+@dirrm office52/share/config/start
+@dirrm office52/share/config/settings
+@dirrm office52/share/config/new
+@dirrm office52/share/config/more
+@dirrm office52/share/config/helpmenu
+@dirrm office52/share/config/help
+@dirrm office52/share/config/english
+@dirrm office52/share/config
+@dirrm office52/share/bookmark/english/Travel
+@dirrm office52/share/bookmark/english/StarOffice API
+@dirrm office52/share/bookmark/english/Java
+@dirrm office52/share/bookmark/english/Internet
+@dirrm office52/share/bookmark/english/Information
+@dirrm office52/share/bookmark/english/Fun&More
+@dirrm office52/share/bookmark/english
+@dirrm office52/share/bookmark
+@dirrm office52/share/basic
+@dirrm office52/share/autotext/english
+@dirrm office52/share/autotext
+@dirrm office52/share
+@dirrm office52/program/resource
+@dirrm office52/program/filter
+@dirrm office52/program/classes
+@dirrm office52/program
+@dirrm office52/help/01
+@dirrm office52/help
+@dirrm office52