summaryrefslogtreecommitdiff
path: root/graphics/dx
diff options
context:
space:
mode:
authordrochner <drochner>1999-10-01 11:23:14 +0000
committerdrochner <drochner>1999-10-01 11:23:14 +0000
commit6dde522beb469cd088400ba9e122a7887fc1d4ed (patch)
tree4535f8d249a57b4030e87545e6f6b8ca79981cd6 /graphics/dx
parent4dd63f9db6fc2beee4c2c702cf4d0244e447e43b (diff)
downloadpkgsrc-6dde522beb469cd088400ba9e122a7887fc1d4ed.tar.gz
add pkg for IBM / Open Visualization Data Explorer
Diffstat (limited to 'graphics/dx')
-rw-r--r--graphics/dx/Makefile17
-rw-r--r--graphics/dx/files/md52
-rw-r--r--graphics/dx/files/patch-sum13
-rw-r--r--graphics/dx/patches/patch-aa12
-rw-r--r--graphics/dx/patches/patch-ab13
-rw-r--r--graphics/dx/patches/patch-ac24
-rw-r--r--graphics/dx/patches/patch-ad12
-rw-r--r--graphics/dx/patches/patch-ae30
-rw-r--r--graphics/dx/patches/patch-af13
-rw-r--r--graphics/dx/patches/patch-ag12
-rw-r--r--graphics/dx/patches/patch-ah12
-rw-r--r--graphics/dx/patches/patch-ai12
-rw-r--r--graphics/dx/patches/patch-aj12
-rw-r--r--graphics/dx/patches/patch-ak11
-rw-r--r--graphics/dx/pkg/COMMENT1
-rw-r--r--graphics/dx/pkg/DESCR7
-rw-r--r--graphics/dx/pkg/PLIST2283
17 files changed, 2486 insertions, 0 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
new file mode 100644
index 00000000000..d51cee3d706
--- /dev/null
+++ b/graphics/dx/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/01 11:23:14 drochner Exp $
+
+DISTNAME= dx-4.0.7
+CATEGORIES= graphics
+MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.research.ibm.com/dx/
+
+DEPENDS+= Mesa-*:../../graphics/Mesa
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+
+USE_MOTIF= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/dx/files/md5 b/graphics/dx/files/md5
new file mode 100644
index 00000000000..95e80f2a0c2
--- /dev/null
+++ b/graphics/dx/files/md5
@@ -0,0 +1,2 @@
+$NetBSD: md5,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $
+MD5 (dx-4.0.7.tar.gz) = 3ea2e4eff6a9ebc8f2e8c0d1d7c0c896
diff --git a/graphics/dx/files/patch-sum b/graphics/dx/files/patch-sum
new file mode 100644
index 00000000000..ccab6946e27
--- /dev/null
+++ b/graphics/dx/files/patch-sum
@@ -0,0 +1,13 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $
+
+MD5 (patch-aa) = 60cbeb7aedff7bfe4b2a6b9931a4c022
+MD5 (patch-ab) = d7b99a9de1e62500b9009f2ba81a259e
+MD5 (patch-ac) = bcda219bbf7cc8dc3fba24c8ab8922f8
+MD5 (patch-ad) = c2b576e82c6034a69469aacdbfb97653
+MD5 (patch-ae) = 58f269eb6b031de8d397cb61d75735fd
+MD5 (patch-af) = 0000d1f69f9ab596e623b63bd0e96210
+MD5 (patch-ag) = b361a2a900b04b6c385108127ee7806b
+MD5 (patch-ah) = 72332c85c9f8bbb5211e25a6aecd3ef1
+MD5 (patch-ai) = 58e373d9b276504cb1161d7b27ff334a
+MD5 (patch-aj) = bc9f4da6d5b1c9a01706bf6204ddd191
+MD5 (patch-ak) = 43deef85c2cb099a9e80021fd9737053
diff --git a/graphics/dx/patches/patch-aa b/graphics/dx/patches/patch-aa
new file mode 100644
index 00000000000..f8056aa102a
--- /dev/null
+++ b/graphics/dx/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/exec/libdx/message.c.orig Sun Sep 26 22:04:06 1999
++++ src/exec/libdx/message.c Sun Sep 26 22:04:26 1999
+@@ -271,7 +271,7 @@
+ DXPrintError(char *s)
+ {
+ extern int sys_nerr;
+-#if !defined(linux) && !defined(freebsd)
++#if !defined(linux) && !defined(freebsd) && !defined(__NetBSD__)
+ extern char *sys_errlist[];
+ #endif
+ char *msg, *errnomsg;
diff --git a/graphics/dx/patches/patch-ab b/graphics/dx/patches/patch-ab
new file mode 100644
index 00000000000..3126e176eec
--- /dev/null
+++ b/graphics/dx/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- configure.orig Sun Sep 26 22:13:17 1999
++++ configure Sun Sep 26 22:13:41 1999
+@@ -901,6 +901,9 @@
+ if test $unameS = "FreeBSD" ; then
+ ARCH=freebsd
+ fi
++ if test $unameS = "NetBSD" ; then
++ ARCH=netbsd
++ fi
+ if test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then
+ ARCH=cygwin
+ fi
diff --git a/graphics/dx/patches/patch-ac b/graphics/dx/patches/patch-ac
new file mode 100644
index 00000000000..08e85416d0b
--- /dev/null
+++ b/graphics/dx/patches/patch-ac
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- bin/dxworker.in.orig Wed Aug 4 22:03:37 1999
++++ bin/dxworker.in Mon Sep 27 19:42:26 1999
+@@ -29,6 +29,12 @@
+
+ breaksw
+
++ case NetBSD:
++ set exarch=netbsd
++ set uiarch=netbsd
++
++ breaksw
++
+ case AIX*:
+ set exarch=ibm6000
+ set uiarch=ibm6000
+@@ -1452,6 +1458,7 @@
+ case alphax:
+ case linux:
+ case freebsd:
++ case netbsd:
+ breaksw
+
+ default:
diff --git a/graphics/dx/patches/patch-ad b/graphics/dx/patches/patch-ad
new file mode 100644
index 00000000000..4b4e18a85bd
--- /dev/null
+++ b/graphics/dx/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- include/dx/arch.h.orig Sun Sep 26 22:27:58 1999
++++ include/dx/arch.h Sun Sep 26 22:28:20 1999
+@@ -127,7 +127,7 @@
+
+ #endif
+
+-#if defined(freebsd)
++#if defined(freebsd) || defined(__NetBSD__)
+
+ #undef F_CHAR_READY
+ #define F_CHAR_READY(fp) ((fp)->_r > 0)
diff --git a/graphics/dx/patches/patch-ae b/graphics/dx/patches/patch-ae
new file mode 100644
index 00000000000..16f748498de
--- /dev/null
+++ b/graphics/dx/patches/patch-ae
@@ -0,0 +1,30 @@
+$NetBSD: patch-ae,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/exec/dpexec/loader.c.orig Sat Jun 5 22:25:38 1999
++++ src/exec/dpexec/loader.c Mon Sep 27 00:27:49 1999
+@@ -85,7 +85,7 @@
+ #endif /* hp700 */
+
+
+-#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd)
++#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__)
+
+ #include <dlfcn.h>
+ typedef void *Handle;
+@@ -574,7 +574,7 @@
+ #endif /* hp700 */
+
+
+-#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd)
++#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__)
+
+
+ #define __ROUTINES_DEF
+@@ -852,7 +852,7 @@
+ return ERROR;
+ }
+
+-Error DXUnloadObjFile(char *fname)
++Error DXUnloadObjFile(char *fname, char *envvar)
+ {
+ /* the unload routine needs the entry point address, which we
+ * wouldn't need to save unless this is an important function.
diff --git a/graphics/dx/patches/patch-af b/graphics/dx/patches/patch-af
new file mode 100644
index 00000000000..7bb84a1d6a9
--- /dev/null
+++ b/graphics/dx/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/exec/dxmods/_compoper1.c.orig Sun Sep 26 23:18:48 1999
++++ src/exec/dxmods/_compoper1.c Sun Sep 26 23:19:04 1999
+@@ -457,6 +457,9 @@
+ #ifdef freebsd
+ # define trunc(x) ((float)((int)(x)))
+ #endif
++#ifdef __NetBSD__
++# define trunc(x) ((float)((int)(x)))
++#endif
+ #ifdef cygwin
+ # define trunc(x) ((float)((int)(x)))
+ #endif
diff --git a/graphics/dx/patches/patch-ag b/graphics/dx/patches/patch-ag
new file mode 100644
index 00000000000..f6ecee4ddd4
--- /dev/null
+++ b/graphics/dx/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/uipp/dxui/Makefile.in.orig Sun Sep 26 23:47:09 1999
++++ src/uipp/dxui/Makefile.in Sun Sep 26 23:47:12 1999
+@@ -74,7 +74,7 @@
+ JAVA_ARCH = @JAVA_ARCH@
+ JBASE = @JBASE@
+ JDKBIN = @JDKBIN@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lcompat
+ MAKEINFO = @MAKEINFO@
+ OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
diff --git a/graphics/dx/patches/patch-ah b/graphics/dx/patches/patch-ah
new file mode 100644
index 00000000000..87637d3be1d
--- /dev/null
+++ b/graphics/dx/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/uipp/dxuilib/Makefile.in.orig Mon Sep 27 00:06:55 1999
++++ src/uipp/dxuilib/Makefile.in Mon Sep 27 00:06:59 1999
+@@ -2724,7 +2724,7 @@
+ sed -e 's/$$/",/' > imagemac.txt
+
+ netlex.c: net.lex
+- $(LEX) net.lex
++ $(LEX) -l net.lex
+ mv lex.yy.c netlex.c
+
+ netyacc.c: net.yacc netlex.c netyacc.awk
diff --git a/graphics/dx/patches/patch-ai b/graphics/dx/patches/patch-ai
new file mode 100644
index 00000000000..879de8bb3bc
--- /dev/null
+++ b/graphics/dx/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+--- src/uipp/prompter/Makefile.in.orig Mon Sep 27 08:07:32 1999
++++ src/uipp/prompter/Makefile.in Mon Sep 27 08:07:56 1999
+@@ -74,7 +74,7 @@
+ JAVA_ARCH = @JAVA_ARCH@
+ JBASE = @JBASE@
+ JDKBIN = @JDKBIN@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lcompat
+ MAKEINFO = @MAKEINFO@
+ OBJEXT = @OBJEXT@
+ PACKAGE = @PACKAGE@
diff --git a/graphics/dx/patches/patch-aj b/graphics/dx/patches/patch-aj
new file mode 100644
index 00000000000..dbcb229dc63
--- /dev/null
+++ b/graphics/dx/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $
+--- src/uipp/startup/StartupWindow.C.orig Mon Sep 27 08:11:37 1999
++++ src/uipp/startup/StartupWindow.C Mon Sep 27 08:12:04 1999
+@@ -63,7 +63,7 @@
+ // On these platforms, the pipe doesn't work that way so we'll make a
+ // polling loop that runs once every few seconds and checks the child pid.
+ //
+-#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd)
++#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__)
+ #define USE_WAIT3 1
+ #endif
+
diff --git a/graphics/dx/patches/patch-ak b/graphics/dx/patches/patch-ak
new file mode 100644
index 00000000000..a63bd9f99df
--- /dev/null
+++ b/graphics/dx/patches/patch-ak
@@ -0,0 +1,11 @@
+$NetBSD: patch-ak,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $
+--- html/Makefile.in.orig Tue Sep 28 22:21:11 1999
++++ html/Makefile.in Tue Sep 28 22:22:35 1999
+@@ -218,6 +218,7 @@
+ if test ! -d $(htmldir) ; then \
+ mkdir $(htmldir) ; \
+ fi ; \
++ cd $(htmldir) ; \
+ tar xf $$f/pages.tar ; \
+ tar xf $$f/images.tar ; \
+ ln -s $(htmldir)/allguide.htm $(htmldir)/index.htm ; \
diff --git a/graphics/dx/pkg/COMMENT b/graphics/dx/pkg/COMMENT
new file mode 100644
index 00000000000..56d0682f5f0
--- /dev/null
+++ b/graphics/dx/pkg/COMMENT
@@ -0,0 +1 @@
+Open Visualization Data Explorer
diff --git a/graphics/dx/pkg/DESCR b/graphics/dx/pkg/DESCR
new file mode 100644
index 00000000000..3b57487833f
--- /dev/null
+++ b/graphics/dx/pkg/DESCR
@@ -0,0 +1,7 @@
+Data Explorer is a system of tools and user interfaces for visualizing data.
+In general terms the visualization of data can be considered a 3-stage
+process:
+
+1. Describing and importing data
+2. Processing the data through a visualization program
+3. Presenting the resulting image.
diff --git a/graphics/dx/pkg/PLIST b/graphics/dx/pkg/PLIST
new file mode 100644
index 00000000000..448c775c823
--- /dev/null
+++ b/graphics/dx/pkg/PLIST
@@ -0,0 +1,2283 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $
+bin/dx
+dx/lib_netbsd/libDXlite.a
+dx/lib_netbsd/libDXcallm.a
+dx/lib_netbsd/libDX.a
+dx/lib_netbsd/libDXL.a
+dx/lib/dx.mdf
+dx/lib/mdf2c.awk
+dx/lib/messages
+dx/lib/colors.txt
+dx/lib/dxfSaveCurrentImage.net
+dx/lib/dxrc
+dx/lib/dxexec.exp
+dx/lib/outboard.c
+dx/bin_netbsd/dxexec
+dx/bin_netbsd/dxui
+dx/bin_netbsd/prompter
+dx/bin_netbsd/tutor
+dx/bin_netbsd/builder
+dx/bin_netbsd/startupui
+dx/ui/icon50.dat
+dx/ui/logo.dat
+dx/ui/ui.mdf
+dx/ui/Basic2D.cfg
+dx/ui/Basic2D.net
+dx/ui/Basic3D.cfg
+dx/ui/Basic3D.net
+dx/ui/FacesLoopsEdges.cfg
+dx/ui/FacesLoopsEdges.net
+dx/ui/GARMWName
+dx/ui/Gridded_2D_1var_notseries.cfg
+dx/ui/Gridded_2D_1var_notseries.net
+dx/ui/Gridded_2D_2ormorevar_notseries.cfg
+dx/ui/Gridded_2D_2ormorevar_notseries.net
+dx/ui/Gridded_3D_1var_notseries.cfg
+dx/ui/Gridded_3D_1var_notseries.net
+dx/ui/ReadImage.cfg
+dx/ui/Gridded_3D_2ormorevar_notseries.cfg
+dx/ui/Gridded_3D_2ormorevar_notseries.net
+dx/ui/ImportSpreadsheetMatrix.cfg
+dx/ui/ImportSpreadsheetMatrix.net
+dx/ui/ImportSpreadsheetTable.cfg
+dx/ui/ImportSpreadsheetTable.net
+dx/ui/ReadImage.net
+dx/ui/UnGridded_2D_1var_notseries.cfg
+dx/ui/UnGridded_2D_1var_notseries.net
+dx/ui/UnGridded_2D_2ormorevar_notseries.cfg
+dx/ui/UnGridded_2D_2ormorevar_notseries.net
+dx/ui/UnGridded_3D_1var_notseries.cfg
+dx/ui/UnGridded_3D_1var_notseries.net
+dx/ui/UnGridded_3D_2ormorevar_notseries.cfg
+dx/ui/UnGridded_3D_2ormorevar_notseries.net
+dx/ui/date.fmt
+dx/ui/decision.cfg
+dx/ui/decision.net
+dx/ui/editorWindow
+dx/ui/help.txt
+dx/ui/imageWindow
+dx/ui/support.txt
+dx/ui/syntax.txt
+dx/ui/testimp.net
+dx/ui/testssheet.net
+dx/ui/viewer.net
+dx/include/dx/UserInteractors.h
+dx/include/dx/advanced.h
+dx/include/dx/arch.h
+dx/include/dx/array.h
+dx/include/dx/arrayhandles.h
+dx/include/dx/basic.h
+dx/include/dx/cache.h
+dx/include/dx/camera.h
+dx/include/dx/clipped.h
+dx/include/dx/component.h
+dx/include/dx/dx.h
+dx/include/dx/error.h
+dx/include/dx/extract.h
+dx/include/dx/field.h
+dx/include/dx/geometry.h
+dx/include/dx/group.h
+dx/include/dx/grow.h
+dx/include/dx/hash.h
+dx/include/dx/helper.h
+dx/include/dx/image.h
+dx/include/dx/import.h
+dx/include/dx/invalid.h
+dx/include/dx/lexical.h
+dx/include/dx/light.h
+dx/include/dx/memory.h
+dx/include/dx/modflags.h
+dx/include/dx/object.h
+dx/include/dx/partition.h
+dx/include/dx/pending.h
+dx/include/dx/pick.h
+dx/include/dx/private.h
+dx/include/dx/rel_1_bc.h
+dx/include/dx/render.h
+dx/include/dx/resampling.h
+dx/include/dx/screen.h
+dx/include/dx/seglist.h
+dx/include/dx/string.h
+dx/include/dx/task.h
+dx/include/dx/timing.h
+dx/include/dx/version.h
+dx/include/dx/xform.h
+dx/include/dxl.h
+dx/include/dxconfig.h
+dx/bin/dxworker
+dx/bin/mdf2c
+dx/help/mbidx
+dx/help/quikidx
+dx/help/ugidx
+dx/help/svsmstrh
+dx/help/usrefidx
+dx/help/GarHelpDir
+dx/help/BMHelpDir
+dx/help/HelpDir
+dx/help/HelpNotAvailable
+dx/help/dxall1
+dx/help/dxall10
+dx/help/dxall100
+dx/help/dxall1000
+dx/help/dxall1001
+dx/help/dxall1002
+dx/help/dxall1003
+dx/help/dxall1004
+dx/help/dxall1005
+dx/help/dxall1006
+dx/help/dxall1007
+dx/help/dxall1008
+dx/help/dxall1009
+dx/help/dxall101
+dx/help/dxall1010
+dx/help/dxall1011
+dx/help/dxall1012
+dx/help/dxall1013
+dx/help/dxall1014
+dx/help/dxall1015
+dx/help/dxall1016
+dx/help/dxall1017
+dx/help/dxall1018
+dx/help/dxall1019
+dx/help/dxall102
+dx/help/dxall1020
+dx/help/dxall1021
+dx/help/dxall1022
+dx/help/dxall1023
+dx/help/dxall1024
+dx/help/dxall1025
+dx/help/dxall1026
+dx/help/dxall1027
+dx/help/dxall1028
+dx/help/dxall1029
+dx/help/dxall103
+dx/help/dxall1030
+dx/help/dxall1031
+dx/help/dxall1032
+dx/help/dxall1033
+dx/help/dxall1034
+dx/help/dxall1035
+dx/help/dxall1036
+dx/help/dxall1037
+dx/help/dxall1038
+dx/help/dxall1039
+dx/help/dxall104
+dx/help/dxall1040
+dx/help/dxall1041
+dx/help/dxall1042
+dx/help/dxall1043
+dx/help/dxall1044
+dx/help/dxall1045
+dx/help/dxall1046
+dx/help/dxall1047
+dx/help/dxall1048
+dx/help/dxall1049
+dx/help/dxall105
+dx/help/dxall1050
+dx/help/dxall1051
+dx/help/dxall1052
+dx/help/dxall1053
+dx/help/dxall1054
+dx/help/dxall1055
+dx/help/dxall1056
+dx/help/dxall1057
+dx/help/dxall1058
+dx/help/dxall1059
+dx/help/dxall106
+dx/help/dxall1060
+dx/help/dxall1061
+dx/help/dxall1062
+dx/help/dxall1063
+dx/help/dxall1064
+dx/help/dxall1065
+dx/help/dxall1066
+dx/help/dxall1067
+dx/help/dxall1068
+dx/help/dxall1069
+dx/help/dxall107
+dx/help/dxall1070
+dx/help/dxall1071
+dx/help/dxall1072
+dx/help/dxall1073
+dx/help/dxall1074
+dx/help/dxall1075
+dx/help/dxall1076
+dx/help/dxall1077
+dx/help/dxall1078
+dx/help/dxall1079
+dx/help/dxall108
+dx/help/dxall1080
+dx/help/dxall1081
+dx/help/dxall1082
+dx/help/dxall1083
+dx/help/dxall1084
+dx/help/dxall1085
+dx/help/dxall1086
+dx/help/dxall1087
+dx/help/dxall1088
+dx/help/dxall1089
+dx/help/dxall109
+dx/help/dxall1090
+dx/help/dxall1091
+dx/help/dxall1092
+dx/help/dxall1093
+dx/help/dxall1094
+dx/help/dxall1095
+dx/help/dxall1096
+dx/help/dxall1097
+dx/help/dxall1098
+dx/help/dxall1099
+dx/help/dxall11
+dx/help/dxall110
+dx/help/dxall1100
+dx/help/dxall1101
+dx/help/dxall1102
+dx/help/dxall1103
+dx/help/dxall1104
+dx/help/dxall1105
+dx/help/dxall1106
+dx/help/dxall1107
+dx/help/dxall12
+dx/help/dxall1108
+dx/help/dxall1109
+dx/help/dxall111
+dx/help/dxall1110
+dx/help/dxall1111
+dx/help/dxall1112
+dx/help/dxall1113
+dx/help/dxall1114
+dx/help/dxall1115
+dx/help/dxall1116
+dx/help/dxall1117
+dx/help/dxall1118
+dx/help/dxall1119
+dx/help/dxall112
+dx/help/dxall1120
+dx/help/dxall1121
+dx/help/dxall1122
+dx/help/dxall1123
+dx/help/dxall1124
+dx/help/dxall1125
+dx/help/dxall1126
+dx/help/dxall1127
+dx/help/dxall1128
+dx/help/dxall1129
+dx/help/dxall113
+dx/help/dxall1130
+dx/help/dxall1131
+dx/help/dxall1132
+dx/help/dxall1133
+dx/help/dxall1134
+dx/help/dxall1135
+dx/help/dxall1136
+dx/help/dxall1137
+dx/help/dxall1138
+dx/help/dxall1139
+dx/help/dxall114
+dx/help/dxall1140
+dx/help/dxall1141
+dx/help/dxall1142
+dx/help/dxall1143
+dx/help/dxall1144
+dx/help/dxall1145
+dx/help/dxall1146
+dx/help/dxall1147
+dx/help/dxall1148
+dx/help/dxall1149
+dx/help/dxall115
+dx/help/dxall1150
+dx/help/dxall1151
+dx/help/dxall1152
+dx/help/dxall1153
+dx/help/dxall1154
+dx/help/dxall1155
+dx/help/dxall1156
+dx/help/dxall1157
+dx/help/dxall1158
+dx/help/dxall1159
+dx/help/dxall116
+dx/help/dxall1160
+dx/help/dxall1161
+dx/help/dxall1162
+dx/help/dxall1163
+dx/help/dxall1164
+dx/help/dxall1165
+dx/help/dxall1166
+dx/help/dxall1167
+dx/help/dxall1168
+dx/help/dxall1169
+dx/help/dxall117
+dx/help/dxall1170
+dx/help/dxall1171
+dx/help/dxall1172
+dx/help/dxall1173
+dx/help/dxall1174
+dx/help/dxall1175
+dx/help/dxall1176
+dx/help/dxall1177
+dx/help/dxall1178
+dx/help/dxall1179
+dx/help/dxall118
+dx/help/dxall1180
+dx/help/dxall1181
+dx/help/dxall1182
+dx/help/dxall1183
+dx/help/dxall1184
+dx/help/dxall1185
+dx/help/dxall1186
+dx/help/dxall1187
+dx/help/dxall1188
+dx/help/dxall1189
+dx/help/dxall119
+dx/help/dxall1190
+dx/help/dxall1191
+dx/help/dxall1192
+dx/help/dxall1193
+dx/help/dxall1194
+dx/help/dxall1195
+dx/help/dxall1196
+dx/help/dxall1197
+dx/help/dxall1198
+dx/help/dxall1199
+dx/help/dxall120
+dx/help/dxall1200
+dx/help/dxall1201
+dx/help/dxall1202
+dx/help/dxall1203
+dx/help/dxall1204
+dx/help/dxall1205
+dx/help/dxall1206
+dx/help/dxall1207
+dx/help/dxall1208
+dx/help/dxall1209
+dx/help/dxall121
+dx/help/dxall1210
+dx/help/dxall1211
+dx/help/dxall1212
+dx/help/dxall1213
+dx/help/dxall1214
+dx/help/dxall1215
+dx/help/dxall1216
+dx/help/dxall1217
+dx/help/dxall1218
+dx/help/dxall1219
+dx/help/dxall122
+dx/help/dxall1220
+dx/help/dxall1221
+dx/help/dxall1222
+dx/help/dxall1223
+dx/help/dxall1224
+dx/help/dxall1225
+dx/help/dxall1226
+dx/help/dxall1227
+dx/help/dxall1228
+dx/help/dxall1229
+dx/help/dxall123
+dx/help/dxall1230
+dx/help/dxall1231
+dx/help/dxall1232
+dx/help/dxall1233
+dx/help/dxall1234
+dx/help/dxall1235
+dx/help/dxall1236
+dx/help/dxall1237
+dx/help/dxall1238
+dx/help/dxall1239
+dx/help/dxall124
+dx/help/dxall1240
+dx/help/dxall1241
+dx/help/dxall1242
+dx/help/dxall1243
+dx/help/dxall1244
+dx/help/dxall1245
+dx/help/dxall1246
+dx/help/dxall1247
+dx/help/dxall1248
+dx/help/dxall1249
+dx/help/dxall125
+dx/help/dxall1250
+dx/help/dxall1251
+dx/help/dxall1252
+dx/help/dxall1253
+dx/help/dxall1254
+dx/help/dxall1255
+dx/help/dxall1256
+dx/help/dxall1257
+dx/help/dxall1258
+dx/help/dxall1259
+dx/help/dxall126
+dx/help/dxall1260
+dx/help/dxall1261
+dx/help/dxall1262
+dx/help/dxall1263
+dx/help/dxall1264
+dx/help/dxall1265
+dx/help/dxall1266
+dx/help/dxall1267
+dx/help/dxall1268
+dx/help/dxall1269
+dx/help/dxall127
+dx/help/dxall1270
+dx/help/dxall1271
+dx/help/dxall1272
+dx/help/dxall1273
+dx/help/dxall1274
+dx/help/dxall1275
+dx/help/dxall1276
+dx/help/dxall1277
+dx/help/dxall1278
+dx/help/dxall1279
+dx/help/dxall128
+dx/help/dxall1280
+dx/help/dxall1281
+dx/help/dxall1282
+dx/help/dxall1283
+dx/help/dxall1284
+dx/help/dxall1285
+dx/help/dxall1286
+dx/help/dxall1287
+dx/help/dxall1288
+dx/help/dxall1289
+dx/help/dxall129
+dx/help/dxall1290
+dx/help/dxall1291
+dx/help/dxall1292
+dx/help/dxall1293
+dx/help/dxall1294
+dx/help/dxall1295
+dx/help/dxall1296
+dx/help/dxall1297
+dx/help/dxall1298
+dx/help/dxall1299
+dx/help/dxall13
+dx/help/dxall130
+dx/help/dxall1300
+dx/help/dxall1301
+dx/help/dxall1302
+dx/help/dxall1303
+dx/help/dxall1304
+dx/help/dxall1305
+dx/help/dxall1306
+dx/help/dxall1307
+dx/help/dxall1308
+dx/help/dxall1309
+dx/help/dxall131
+dx/help/dxall1310
+dx/help/dxall15
+dx/help/dxall1311
+dx/help/dxall1312
+dx/help/dxall1313
+dx/help/dxall1314
+dx/help/dxall1315
+dx/help/dxall1316
+dx/help/dxall1317
+dx/help/dxall1318
+dx/help/dxall1319
+dx/help/dxall132
+dx/help/dxall1320
+dx/help/dxall1321
+dx/help/dxall1322
+dx/help/dxall1323
+dx/help/dxall1324
+dx/help/dxall1325
+dx/help/dxall1326
+dx/help/dxall1327
+dx/help/dxall1328
+dx/help/dxall1329
+dx/help/dxall133
+dx/help/dxall1330
+dx/help/dxall1331
+dx/help/dxall1332
+dx/help/dxall1333
+dx/help/dxall1334
+dx/help/dxall1335
+dx/help/dxall1336
+dx/help/dxall1337
+dx/help/dxall1338
+dx/help/dxall1339
+dx/help/dxall134
+dx/help/dxall1340
+dx/help/dxall1341
+dx/help/dxall1342
+dx/help/dxall1343
+dx/help/dxall1344
+dx/help/dxall1345
+dx/help/dxall1346
+dx/help/dxall1347
+dx/help/dxall1348
+dx/help/dxall1349
+dx/help/dxall135
+dx/help/dxall1350
+dx/help/dxall1351
+dx/help/dxall1352
+dx/help/dxall1353
+dx/help/dxall1354
+dx/help/dxall1355
+dx/help/dxall1356
+dx/help/dxall1357
+dx/help/dxall1358
+dx/help/dxall1359
+dx/help/dxall136
+dx/help/dxall1360
+dx/help/dxall1361
+dx/help/dxall1362
+dx/help/dxall1363
+dx/help/dxall1364
+dx/help/dxall1365
+dx/help/dxall1366
+dx/help/dxall1367
+dx/help/dxall1368
+dx/help/dxall1369
+dx/help/dxall137
+dx/help/dxall1370
+dx/help/dxall1371
+dx/help/dxall1372
+dx/help/dxall1373
+dx/help/dxall1374
+dx/help/dxall1375
+dx/help/dxall1376
+dx/help/dxall1377
+dx/help/dxall1378
+dx/help/dxall1379
+dx/help/dxall138
+dx/help/dxall1380
+dx/help/dxall1381
+dx/help/dxall1382
+dx/help/dxall1383
+dx/help/dxall1384
+dx/help/dxall1385
+dx/help/dxall1386
+dx/help/dxall1387
+dx/help/dxall1388
+dx/help/dxall1389
+dx/help/dxall139
+dx/help/dxall1390
+dx/help/dxall1391
+dx/help/dxall1392
+dx/help/dxall1393
+dx/help/dxall1394
+dx/help/dxall1395
+dx/help/dxall1396
+dx/help/dxall1397
+dx/help/dxall1398
+dx/help/dxall1399
+dx/help/dxall140
+dx/help/dxall1400
+dx/help/dxall1401
+dx/help/dxall1402
+dx/help/dxall1403
+dx/help/dxall1404
+dx/help/dxall1405
+dx/help/dxall1406
+dx/help/dxall1407
+dx/help/dxall141
+dx/help/dxall142
+dx/help/dxall143
+dx/help/dxall144
+dx/help/dxall145
+dx/help/dxall146
+dx/help/dxall147
+dx/help/dxall148
+dx/help/dxall149
+dx/help/dxall150
+dx/help/dxall151
+dx/help/dxall152
+dx/help/dxall153
+dx/help/dxall154
+dx/help/dxall155
+dx/help/dxall156
+dx/help/dxall157
+dx/help/dxall158
+dx/help/dxall159
+dx/help/dxall160
+dx/help/dxall161
+dx/help/dxall162
+dx/help/dxall163
+dx/help/dxall164
+dx/help/dxall165
+dx/help/dxall166
+dx/help/dxall167
+dx/help/dxall168
+dx/help/dxall169
+dx/help/dxall17
+dx/help/dxall170
+dx/help/dxall171
+dx/help/dxall172
+dx/help/dxall173
+dx/help/dxall174
+dx/help/dxall175
+dx/help/dxall176
+dx/help/dxall177
+dx/help/dxall178
+dx/help/dxall179
+dx/help/dxall180
+dx/help/dxall181
+dx/help/dxall182
+dx/help/dxall183
+dx/help/dxall19
+dx/help/dxall184
+dx/help/dxall185
+dx/help/dxall186
+dx/help/dxall187
+dx/help/dxall188
+dx/help/dxall189
+dx/help/dxall190
+dx/help/dxall191
+dx/help/dxall192
+dx/help/dxall193
+dx/help/dxall194
+dx/help/dxall195
+dx/help/dxall196
+dx/help/dxall197
+dx/help/dxall198
+dx/help/dxall199
+dx/help/dxall2
+dx/help/dxall20
+dx/help/dxall200
+dx/help/dxall201
+dx/help/dxall203
+dx/help/dxall204
+dx/help/dxall206
+dx/help/dxall207
+dx/help/dxall208
+dx/help/dxall21
+dx/help/dxall210
+dx/help/dxall211
+dx/help/dxall213
+dx/help/dxall215
+dx/help/dxall217
+dx/help/dxall219
+dx/help/dxall22
+dx/help/dxall220
+dx/help/dxall221
+dx/help/dxall222
+dx/help/dxall223
+dx/help/dxall225
+dx/help/dxall227
+dx/help/dxall229
+dx/help/dxall23
+dx/help/dxall231
+dx/help/dxall233
+dx/help/dxall235
+dx/help/dxall237
+dx/help/dxall239
+dx/help/dxall24
+dx/help/dxall241
+dx/help/dxall243
+dx/help/dxall245
+dx/help/dxall247
+dx/help/dxall249
+dx/help/dxall25
+dx/help/dxall251
+dx/help/dxall252
+dx/help/dxall253
+dx/help/dxall254
+dx/help/dxall255
+dx/help/dxall256
+dx/help/dxall257
+dx/help/dxall258
+dx/help/dxall259
+dx/help/dxall26
+dx/help/dxall260
+dx/help/dxall261
+dx/help/dxall262
+dx/help/dxall263
+dx/help/dxall264
+dx/help/dxall265
+dx/help/dxall266
+dx/help/dxall267
+dx/help/dxall268
+dx/help/dxall269
+dx/help/dxall27
+dx/help/dxall270
+dx/help/dxall271
+dx/help/dxall272
+dx/help/dxall273
+dx/help/dxall274
+dx/help/dxall275
+dx/help/dxall276
+dx/help/dxall278
+dx/help/dxall28
+dx/help/dxall280
+dx/help/dxall282
+dx/help/dxall283
+dx/help/dxall284
+dx/help/dxall285
+dx/help/dxall286
+dx/help/dxall287
+dx/help/dxall288
+dx/help/dxall289
+dx/help/dxall29
+dx/help/dxall290
+dx/help/dxall291
+dx/help/dxall292
+dx/help/dxall293
+dx/help/dxall294
+dx/help/dxall295
+dx/help/dxall296
+dx/help/dxall297
+dx/help/dxall298
+dx/help/dxall299
+dx/help/dxall3
+dx/help/dxall30
+dx/help/dxall300
+dx/help/dxall301
+dx/help/dxall302
+dx/help/dxall304
+dx/help/dxall305
+dx/help/dxall306
+dx/help/dxall307
+dx/help/dxall308
+dx/help/dxall309
+dx/help/dxall31
+dx/help/dxall310
+dx/help/dxall312
+dx/help/dxall314
+dx/help/dxall316
+dx/help/dxall317
+dx/help/dxall318
+dx/help/dxall32
+dx/help/dxall320
+dx/help/dxall321
+dx/help/dxall322
+dx/help/dxall323
+dx/help/dxall324
+dx/help/dxall325
+dx/help/dxall326
+dx/help/dxall327
+dx/help/dxall328
+dx/help/dxall329
+dx/help/dxall33
+dx/help/dxall330
+dx/help/dxall331
+dx/help/dxall332
+dx/help/dxall333
+dx/help/dxall334
+dx/help/dxall335
+dx/help/dxall336
+dx/help/dxall337
+dx/help/dxall338
+dx/help/dxall339
+dx/help/dxall34
+dx/help/dxall340
+dx/help/dxall341
+dx/help/dxall342
+dx/help/dxall343
+dx/help/dxall344
+dx/help/dxall345
+dx/help/dxall346
+dx/help/dxall347
+dx/help/dxall348
+dx/help/dxall349
+dx/help/dxall35
+dx/help/dxall350
+dx/help/dxall351
+dx/help/dxall352
+dx/help/dxall353
+dx/help/dxall354
+dx/help/dxall355
+dx/help/dxall356
+dx/help/dxall357
+dx/help/dxall358
+dx/help/dxall359
+dx/help/dxall36
+dx/help/dxall361
+dx/help/dxall363
+dx/help/dxall364
+dx/help/dxall365
+dx/help/dxall366
+dx/help/dxall367
+dx/help/dxall368
+dx/help/dxall37
+dx/help/dxall370
+dx/help/dxall371
+dx/help/dxall372
+dx/help/dxall373
+dx/help/dxall374
+dx/help/dxall375
+dx/help/dxall376
+dx/help/dxall377
+dx/help/dxall378
+dx/help/dxall379
+dx/help/dxall38
+dx/help/dxall380
+dx/help/dxall381
+dx/help/dxall382
+dx/help/dxall383
+dx/help/dxall384
+dx/help/dxall385
+dx/help/dxall386
+dx/help/dxall387
+dx/help/dxall388
+dx/help/dxall389
+dx/help/dxall39
+dx/help/dxall390
+dx/help/dxall391
+dx/help/dxall392
+dx/help/dxall393
+dx/help/dxall394
+dx/help/dxall395
+dx/help/dxall396
+dx/help/dxall397
+dx/help/dxall399
+dx/help/dxall4
+dx/help/dxall40
+dx/help/dxall400
+dx/help/dxall401
+dx/help/dxall402
+dx/help/dxall403
+dx/help/dxall404
+dx/help/dxall405
+dx/help/dxall406
+dx/help/dxall407
+dx/help/dxall408
+dx/help/dxall409
+dx/help/dxall41
+dx/help/dxall410
+dx/help/dxall411
+dx/help/dxall413
+dx/help/dxall415
+dx/help/dxall417
+dx/help/dxall418
+dx/help/dxall419
+dx/help/dxall42
+dx/help/dxall420
+dx/help/dxall421
+dx/help/dxall423
+dx/help/dxall425
+dx/help/dxall427
+dx/help/dxall429
+dx/help/dxall43
+dx/help/dxall430
+dx/help/dxall431
+dx/help/dxall432
+dx/help/dxall433
+dx/help/dxall434
+dx/help/dxall435
+dx/help/dxall436
+dx/help/dxall437
+dx/help/dxall438
+dx/help/dxall439
+dx/help/dxall44
+dx/help/dxall440
+dx/help/dxall441
+dx/help/dxall442
+dx/help/dxall443
+dx/help/dxall444
+dx/help/dxall445
+dx/help/dxall446
+dx/help/dxall447
+dx/help/dxall448
+dx/help/dxall449
+dx/help/dxall45
+dx/help/dxall450
+dx/help/dxall451
+dx/help/dxall452
+dx/help/dxall453
+dx/help/dxall454
+dx/help/dxall455
+dx/help/dxall456
+dx/help/dxall457
+dx/help/dxall458
+dx/help/dxall459
+dx/help/dxall46
+dx/help/dxall460
+dx/help/dxall461
+dx/help/dxall462
+dx/help/dxall463
+dx/help/dxall464
+dx/help/dxall465
+dx/help/dxall466
+dx/help/dxall467
+dx/help/dxall468
+dx/help/dxall469
+dx/help/dxall47
+dx/help/dxall470
+dx/help/dxall471
+dx/help/dxall472
+dx/help/dxall473
+dx/help/dxall474
+dx/help/dxall475
+dx/help/dxall476
+dx/help/dxall477
+dx/help/dxall478
+dx/help/dxall479
+dx/help/dxall48
+dx/help/dxall480
+dx/help/dxall481
+dx/help/dxall482
+dx/help/dxall483
+dx/help/dxall484
+dx/help/dxall485
+dx/help/dxall486
+dx/help/dxall487
+dx/help/dxall488
+dx/help/dxall489
+dx/help/dxall49
+dx/help/dxall490
+dx/help/dxall491
+dx/help/dxall492
+dx/help/dxall493
+dx/help/dxall494
+dx/help/dxall495
+dx/help/dxall496
+dx/help/dxall497
+dx/help/dxall499
+dx/help/dxall5
+dx/help/dxall50
+dx/help/dxall501
+dx/help/dxall503
+dx/help/dxall505
+dx/help/dxall506
+dx/help/dxall507
+dx/help/dxall508
+dx/help/dxall509
+dx/help/dxall51
+dx/help/dxall510
+dx/help/dxall511
+dx/help/dxall512
+dx/help/dxall513
+dx/help/dxall514
+dx/help/dxall515
+dx/help/dxall516
+dx/help/dxall517
+dx/help/dxall518
+dx/help/dxall52
+dx/help/dxall520
+dx/help/dxall522
+dx/help/dxall523
+dx/help/dxall525
+dx/help/dxall527
+dx/help/dxall529
+dx/help/dxall53
+dx/help/dxall530
+dx/help/dxall531
+dx/help/dxall532
+dx/help/dxall533
+dx/help/dxall534
+dx/help/dxall535
+dx/help/dxall536
+dx/help/dxall537
+dx/help/dxall538
+dx/help/dxall539
+dx/help/dxall54
+dx/help/dxall540
+dx/help/dxall541
+dx/help/dxall542
+dx/help/dxall543
+dx/help/dxall544
+dx/help/dxall545
+dx/help/dxall546
+dx/help/dxall547
+dx/help/dxall548
+dx/help/dxall549
+dx/help/dxall55
+dx/help/dxall550
+dx/help/dxall551
+dx/help/dxall552
+dx/help/dxall553
+dx/help/dxall554
+dx/help/dxall555
+dx/help/dxall556
+dx/help/dxall557
+dx/help/dxall558
+dx/help/dxall559
+dx/help/dxall56
+dx/help/dxall560
+dx/help/dxall561
+dx/help/dxall562
+dx/help/dxall563
+dx/help/dxall564
+dx/help/dxall565
+dx/help/dxall566
+dx/help/dxall567
+dx/help/dxall568
+dx/help/dxall569
+dx/help/dxall57
+dx/help/dxall570
+dx/help/dxall571
+dx/help/dxall572
+dx/help/dxall573
+dx/help/dxall575
+dx/help/dxall576
+dx/help/dxall578
+dx/help/dxall58
+dx/help/dxall580
+dx/help/dxall582
+dx/help/dxall584
+dx/help/dxall586
+dx/help/dxall587
+dx/help/dxall589
+dx/help/dxall59
+dx/help/dxall590
+dx/help/dxall592
+dx/help/dxall594
+dx/help/dxall596
+dx/help/dxall597
+dx/help/dxall598
+dx/help/dxall599
+dx/help/dxall6
+dx/help/dxall60
+dx/help/dxall600
+dx/help/dxall601
+dx/help/dxall602
+dx/help/dxall603
+dx/help/dxall604
+dx/help/dxall605
+dx/help/dxall606
+dx/help/dxall607
+dx/help/dxall608
+dx/help/dxall609
+dx/help/dxall61
+dx/help/dxall610
+dx/help/dxall611
+dx/help/dxall612
+dx/help/dxall613
+dx/help/dxall614
+dx/help/dxall615
+dx/help/dxall616
+dx/help/dxall617
+dx/help/dxall618
+dx/help/dxall619
+dx/help/dxall62
+dx/help/dxall620
+dx/help/dxall621
+dx/help/dxall622
+dx/help/dxall623
+dx/help/dxall624
+dx/help/dxall625
+dx/help/dxall626
+dx/help/dxall627
+dx/help/dxall628
+dx/help/dxall629
+dx/help/dxall63
+dx/help/dxall630
+dx/help/dxall631
+dx/help/dxall632
+dx/help/dxall633
+dx/help/dxall634
+dx/help/dxall635
+dx/help/dxall636
+dx/help/dxall637
+dx/help/dxall638
+dx/help/dxall639
+dx/help/dxall64
+dx/help/dxall640
+dx/help/dxall641
+dx/help/dxall642
+dx/help/dxall643
+dx/help/dxall644
+dx/help/dxall645
+dx/help/dxall646
+dx/help/dxall647
+dx/help/dxall648
+dx/help/dxall649
+dx/help/dxall65
+dx/help/dxall650
+dx/help/dxall651
+dx/help/dxall652
+dx/help/dxall653
+dx/help/dxall654
+dx/help/dxall655
+dx/help/dxall656
+dx/help/dxall657
+dx/help/dxall658
+dx/help/dxall659
+dx/help/dxall66
+dx/help/dxall660
+dx/help/dxall661
+dx/help/dxall662
+dx/help/dxall663
+dx/help/dxall664
+dx/help/dxall665
+dx/help/dxall666
+dx/help/dxall667
+dx/help/dxall668
+dx/help/dxall669
+dx/help/dxall67
+dx/help/dxall670
+dx/help/dxall671
+dx/help/dxall672
+dx/help/dxall673
+dx/help/dxall674
+dx/help/dxall675
+dx/help/dxall676
+dx/help/dxall677
+dx/help/dxall678
+dx/help/dxall679
+dx/help/dxall68
+dx/help/dxall680
+dx/help/dxall681
+dx/help/dxall682
+dx/help/dxall683
+dx/help/dxall684
+dx/help/dxall685
+dx/help/dxall687
+dx/help/dxall689
+dx/help/dxall69
+dx/help/dxall691
+dx/help/dxall693
+dx/help/dxall694
+dx/help/dxall695
+dx/help/dxall697
+dx/help/dxall699
+dx/help/dxall7
+dx/help/dxall70
+dx/help/dxall701
+dx/help/dxall703
+dx/help/dxall705
+dx/help/dxall707
+dx/help/dxall709
+dx/help/dxall71
+dx/help/dxall711
+dx/help/dxall713
+dx/help/dxall715
+dx/help/dxall717
+dx/help/dxall719
+dx/help/dxall72
+dx/help/dxall721
+dx/help/dxall723
+dx/help/dxall725
+dx/help/dxall727
+dx/help/dxall729
+dx/help/dxall73
+dx/help/dxall731
+dx/help/dxall733
+dx/help/dxall735
+dx/help/dxall737
+dx/help/dxall739
+dx/help/dxall74
+dx/help/dxall741
+dx/help/dxall743
+dx/help/dxall744
+dx/help/dxall745
+dx/help/dxall746
+dx/help/dxall747
+dx/help/dxall748
+dx/help/dxall749
+dx/help/dxall75
+dx/help/dxall750
+dx/help/dxall751
+dx/help/dxall752
+dx/help/dxall753
+dx/help/dxall754
+dx/help/dxall755
+dx/help/dxall756
+dx/help/dxall757
+dx/help/dxall758
+dx/help/dxall759
+dx/help/dxall76
+dx/help/dxall760
+dx/help/dxall761
+dx/help/dxall762
+dx/help/dxall763
+dx/help/dxall764
+dx/help/dxall765
+dx/help/dxall766
+dx/help/dxall767
+dx/help/dxall768
+dx/help/dxall769
+dx/help/dxall77
+dx/help/dxall770
+dx/help/dxall771
+dx/help/dxall772
+dx/help/dxall773
+dx/help/dxall774
+dx/help/dxall775
+dx/help/dxall776
+dx/help/dxall777
+dx/help/dxall778
+dx/help/dxall779
+dx/help/dxall78
+dx/help/dxall780
+dx/help/dxall781
+dx/help/dxall782
+dx/help/dxall783
+dx/help/dxall784
+dx/help/dxall785
+dx/help/dxall786
+dx/help/dxall787
+dx/help/dxall788
+dx/help/dxall789
+dx/help/dxall79
+dx/help/dxall790
+dx/help/dxall791
+dx/help/dxall792
+dx/help/dxall793
+dx/help/dxall794
+dx/help/dxall795
+dx/help/dxall796
+dx/help/dxall797
+dx/help/dxall798
+dx/help/dxall799
+dx/help/dxall8
+dx/help/dxall80
+dx/help/dxall800
+dx/help/dxall801
+dx/help/dxall802
+dx/help/dxall803
+dx/help/dxall804
+dx/help/dxall805
+dx/help/dxall806
+dx/help/dxall807
+dx/help/dxall809
+dx/help/dxall81
+dx/help/dxall811
+dx/help/dxall812
+dx/help/dxall813
+dx/help/dxall814
+dx/help/dxall815
+dx/help/dxall817
+dx/help/dxall818
+dx/help/dxall819
+dx/help/dxall82
+dx/help/dxall820
+dx/help/dxall821
+dx/help/dxall822
+dx/help/dxall823
+dx/help/dxall824
+dx/help/dxall825
+dx/help/dxall826
+dx/help/dxall827
+dx/help/dxall828
+dx/help/dxall829
+dx/help/dxall83
+dx/help/dxall830
+dx/help/dxall831
+dx/help/dxall832
+dx/help/dxall833
+dx/help/dxall835
+dx/help/dxall837
+dx/help/dxall839
+dx/help/dxall84
+dx/help/dxall841
+dx/help/dxall843
+dx/help/dxall844
+dx/help/dxall845
+dx/help/dxall846
+dx/help/dxall847
+dx/help/dxall848
+dx/help/dxall849
+dx/help/dxall85
+dx/help/dxall850
+dx/help/dxall851
+dx/help/dxall852
+dx/help/dxall853
+dx/help/dxall854
+dx/help/dxall855
+dx/help/dxall856
+dx/help/dxall857
+dx/help/dxall858
+dx/help/dxall859
+dx/help/dxall86
+dx/help/dxall860
+dx/help/dxall862
+dx/help/dxall864
+dx/help/dxall866
+dx/help/dxall868
+dx/help/dxall87
+dx/help/dxall870
+dx/help/dxall871
+dx/help/dxall872
+dx/help/dxall873
+dx/help/dxall875
+dx/help/dxall876
+dx/help/dxall877
+dx/help/dxall878
+dx/help/dxall879
+dx/help/dxall88
+dx/help/dxall880
+dx/help/dxall881
+dx/help/dxall882
+dx/help/dxall883
+dx/help/dxall884
+dx/help/dxall885
+dx/help/dxall886
+dx/help/dxall887
+dx/help/dxall888
+dx/help/dxall889
+dx/help/dxall89
+dx/help/dxall890
+dx/help/dxall891
+dx/help/dxall892
+dx/help/dxall893
+dx/help/dxall894
+dx/help/dxall895
+dx/help/dxall896
+dx/help/dxall897
+dx/help/dxall898
+dx/help/dxall899
+dx/help/dxall9
+dx/help/dxall90
+dx/help/dxall900
+dx/help/dxall901
+dx/help/dxall902
+dx/help/dxall903
+dx/help/dxall904
+dx/help/dxall905
+dx/help/dxall906
+dx/help/dxall908
+dx/help/dxall909
+dx/help/dxall91
+dx/help/dxall910
+dx/help/dxall911
+dx/help/dxall912
+dx/help/dxall913
+dx/help/dxall914
+dx/help/dxall915
+dx/help/dxall916
+dx/help/dxall917
+dx/help/dxall918
+dx/help/dxall919
+dx/help/dxall92
+dx/help/dxall920
+dx/help/dxall921
+dx/help/dxall922
+dx/help/dxall923
+dx/help/dxall924
+dx/help/dxall925
+dx/help/dxall926
+dx/help/dxall927
+dx/help/dxall928
+dx/help/dxall929
+dx/help/dxall93
+dx/help/dxall930
+dx/help/dxall931
+dx/help/dxall932
+dx/help/dxall933
+dx/help/dxall934
+dx/help/dxall935
+dx/help/dxall936
+dx/help/dxall937
+dx/help/dxall938
+dx/help/dxall939
+dx/help/dxall94
+dx/help/dxall940
+dx/help/dxall941
+dx/help/dxall942
+dx/help/dxall943
+dx/help/dxall944
+dx/help/dxall945
+dx/help/dxall946
+dx/help/dxall947
+dx/help/dxall948
+dx/help/dxall949
+dx/help/dxall95
+dx/help/dxall950
+dx/help/dxall951
+dx/help/dxall952
+dx/help/dxall953
+dx/help/dxall954
+dx/help/dxall955
+dx/help/dxall956
+dx/help/dxall957
+dx/help/dxall958
+dx/help/dxall959
+dx/help/dxall96
+dx/help/dxall960
+dx/help/dxall961
+dx/help/dxall962
+dx/help/dxall963
+dx/help/dxall964
+dx/help/dxall965
+dx/help/dxall966
+dx/help/dxall967
+dx/help/dxall968
+dx/help/dxall969
+dx/help/dxall97
+dx/help/dxall970
+dx/help/dxall971
+dx/help/dxall972
+dx/help/dxall973
+dx/help/dxall974
+dx/help/dxall975
+dx/help/dxall976
+dx/help/dxall977
+dx/help/dxall978
+dx/help/dxall979
+dx/help/dxall98
+dx/help/dxall980
+dx/help/dxall981
+dx/help/dxall982
+dx/help/dxall983
+dx/help/dxall984
+dx/help/dxall985
+dx/help/dxall986
+dx/help/dxall987
+dx/help/dxall988
+dx/help/dxall989
+dx/help/dxall99
+dx/help/dxall990
+dx/help/dxall991
+dx/help/dxall992
+dx/help/dxall993
+dx/help/dxall994
+dx/help/dxall995
+dx/help/dxall997
+dx/help/dxall998
+dx/help/dxall999
+dx/help/hlpalhtl
+dx/help/hlpall
+dx/help/spots
+dx/html/pages/insgu002.htm
+dx/html/pages/insgu003.htm
+dx/html/pages/insgu004.htm
+dx/html/pages/insgu005.htm
+dx/html/pages/insgu006.htm
+dx/html/pages/insgu007.htm
+dx/html/pages/insgu008.htm
+dx/html/pages/insgu009.htm
+dx/html/pages/insgu010.htm
+dx/html/pages/insgu011.htm
+dx/html/pages/insgu012.htm
+dx/html/pages/insgu013.htm
+dx/html/pages/insgu014.htm
+dx/html/pages/insgu015.htm
+dx/html/pages/insgu016.htm
+dx/html/pages/insgu017.htm
+dx/html/pages/insgu018.htm
+dx/html/pages/insgu019.htm
+dx/html/pages/insgu020.htm
+dx/html/pages/insgu021.htm
+dx/html/pages/insgu022.htm
+dx/html/pages/insgu023.htm
+dx/html/pages/insgu024.htm
+dx/html/pages/insgu025.htm
+dx/html/pages/insgu026.htm
+dx/html/pages/insgu027.htm
+dx/html/pages/insgu028.htm
+dx/html/pages/insgu029.htm
+dx/html/pages/insgu030.htm
+dx/html/pages/insgu031.htm
+dx/html/pages/insgu032.htm
+dx/html/pages/insgu033.htm
+dx/html/pages/insgu034.htm
+dx/html/pages/insgu035.htm
+dx/html/pages/insgu036.htm
+dx/html/pages/insgu037.htm
+dx/html/pages/insgu038.htm
+dx/html/pages/insgu039.htm
+dx/html/pages/progu002.htm
+dx/html/pages/progu003.htm
+dx/html/pages/progu004.htm
+dx/html/pages/progu005.htm
+dx/html/pages/progu006.htm
+dx/html/pages/progu007.htm
+dx/html/pages/progu008.htm
+dx/html/pages/progu009.htm
+dx/html/pages/progu010.htm
+dx/html/pages/progu011.htm
+dx/html/pages/progu012.htm
+dx/html/pages/progu013.htm
+dx/html/pages/progu014.htm
+dx/html/pages/progu015.htm
+dx/html/pages/progu016.htm
+dx/html/pages/progu017.htm
+dx/html/pages/progu018.htm
+dx/html/pages/progu019.htm
+dx/html/pages/progu020.htm
+dx/html/pages/progu021.htm
+dx/html/pages/progu022.htm
+dx/html/pages/progu023.htm
+dx/html/pages/progu024.htm
+dx/html/pages/progu025.htm
+dx/html/pages/progu026.htm
+dx/html/pages/progu027.htm
+dx/html/pages/progu028.htm
+dx/html/pages/progu029.htm
+dx/html/pages/progu030.htm
+dx/html/pages/progu031.htm
+dx/html/pages/progu032.htm
+dx/html/pages/progu033.htm
+dx/html/pages/progu034.htm
+dx/html/pages/progu035.htm
+dx/html/pages/progu036.htm
+dx/html/pages/progu037.htm
+dx/html/pages/progu038.htm
+dx/html/pages/progu039.htm
+dx/html/pages/progu040.htm
+dx/html/pages/progu041.htm
+dx/html/pages/progu042.htm
+dx/html/pages/progu043.htm
+dx/html/pages/progu044.htm
+dx/html/pages/progu045.htm
+dx/html/pages/progu046.htm
+dx/html/pages/progu047.htm
+dx/html/pages/progu048.htm
+dx/html/pages/progu049.htm
+dx/html/pages/progu050.htm
+dx/html/pages/progu051.htm
+dx/html/pages/progu052.htm
+dx/html/pages/progu053.htm
+dx/html/pages/progu054.htm
+dx/html/pages/progu055.htm
+dx/html/pages/progu056.htm
+dx/html/pages/progu057.htm
+dx/html/pages/progu058.htm
+dx/html/pages/progu059.htm
+dx/html/pages/progu060.htm
+dx/html/pages/progu061.htm
+dx/html/pages/progu062.htm
+dx/html/pages/progu063.htm
+dx/html/pages/progu064.htm
+dx/html/pages/progu065.htm
+dx/html/pages/progu066.htm
+dx/html/pages/progu067.htm
+dx/html/pages/progu068.htm
+dx/html/pages/progu069.htm
+dx/html/pages/progu070.htm
+dx/html/pages/progu071.htm
+dx/html/pages/progu072.htm
+dx/html/pages/progu073.htm
+dx/html/pages/progu074.htm
+dx/html/pages/progu075.htm
+dx/html/pages/progu076.htm
+dx/html/pages/progu077.htm
+dx/html/pages/progu078.htm
+dx/html/pages/progu079.htm
+dx/html/pages/progu080.htm
+dx/html/pages/progu081.htm
+dx/html/pages/progu082.htm
+dx/html/pages/progu083.htm
+dx/html/pages/progu084.htm
+dx/html/pages/progu085.htm
+dx/html/pages/progu086.htm
+dx/html/pages/progu087.htm
+dx/html/pages/progu088.htm
+dx/html/pages/progu089.htm
+dx/html/pages/progu090.htm
+dx/html/pages/progu091.htm
+dx/html/pages/progu092.htm
+dx/html/pages/progu093.htm
+dx/html/pages/progu094.htm
+dx/html/pages/progu095.htm
+dx/html/pages/progu096.htm
+dx/html/pages/progu097.htm
+dx/html/pages/progu098.htm
+dx/html/pages/progu099.htm
+dx/html/pages/progu100.htm
+dx/html/pages/progu101.htm
+dx/html/pages/progu102.htm
+dx/html/pages/progu103.htm
+dx/html/pages/progu104.htm
+dx/html/pages/progu105.htm
+dx/html/pages/progu106.htm
+dx/html/pages/progu107.htm
+dx/html/pages/progu108.htm
+dx/html/pages/progu109.htm
+dx/html/pages/progu110.htm
+dx/html/pages/progu111.htm
+dx/html/pages/progu112.htm
+dx/html/pages/progu113.htm
+dx/html/pages/progu114.htm
+dx/html/pages/progu115.htm
+dx/html/pages/progu116.htm
+dx/html/pages/progu117.htm
+dx/html/pages/progu118.htm
+dx/html/pages/progu119.htm
+dx/html/pages/progu120.htm
+dx/html/pages/progu121.htm
+dx/html/pages/progu122.htm
+dx/html/pages/progu123.htm
+dx/html/pages/progu124.htm
+dx/html/pages/progu125.htm
+dx/html/pages/progu126.htm
+dx/html/pages/progu127.htm
+dx/html/pages/progu128.htm
+dx/html/pages/progu129.htm
+dx/html/pages/progu130.htm
+dx/html/pages/progu131.htm
+dx/html/pages/progu132.htm
+dx/html/pages/progu133.htm
+dx/html/pages/progu134.htm
+dx/html/pages/progu135.htm
+dx/html/pages/progu136.htm
+dx/html/pages/progu137.htm
+dx/html/pages/progu138.htm
+dx/html/pages/progu139.htm
+dx/html/pages/progu140.htm
+dx/html/pages/progu141.htm
+dx/html/pages/progu142.htm
+dx/html/pages/progu143.htm
+dx/html/pages/progu144.htm
+dx/html/pages/progu145.htm
+dx/html/pages/progu146.htm
+dx/html/pages/progu147.htm
+dx/html/pages/progu148.htm
+dx/html/pages/progu149.htm
+dx/html/pages/progu150.htm
+dx/html/pages/progu151.htm
+dx/html/pages/progu152.htm
+dx/html/pages/progu153.htm
+dx/html/pages/progu154.htm
+dx/html/pages/progu155.htm
+dx/html/pages/progu156.htm
+dx/html/pages/progu157.htm
+dx/html/pages/progu158.htm
+dx/html/pages/progu159.htm
+dx/html/pages/progu160.htm
+dx/html/pages/progu161.htm
+dx/html/pages/progu162.htm
+dx/html/pages/progu163.htm
+dx/html/pages/progu164.htm
+dx/html/pages/progu165.htm
+dx/html/pages/progu166.htm
+dx/html/pages/progu167.htm
+dx/html/pages/progu168.htm
+dx/html/pages/progu169.htm
+dx/html/pages/progu170.htm
+dx/html/pages/progu171.htm
+dx/html/pages/progu172.htm
+dx/html/pages/progu173.htm
+dx/html/pages/progu174.htm
+dx/html/pages/progu175.htm
+dx/html/pages/progu176.htm
+dx/html/pages/progu177.htm
+dx/html/pages/progu178.htm
+dx/html/pages/progu179.htm
+dx/html/pages/progu180.htm
+dx/html/pages/progu181.htm
+dx/html/pages/progu182.htm
+dx/html/pages/progu183.htm
+dx/html/pages/progu184.htm
+dx/html/pages/progu185.htm
+dx/html/pages/progu186.htm
+dx/html/pages/progu187.htm
+dx/html/pages/progu188.htm
+dx/html/pages/progu189.htm
+dx/html/pages/progu190.htm
+dx/html/pages/progu191.htm
+dx/html/pages/progu192.htm
+dx/html/pages/progu193.htm
+dx/html/pages/progu194.htm
+dx/html/pages/progu195.htm
+dx/html/pages/progu196.htm
+dx/html/pages/progu197.htm
+dx/html/pages/progu198.htm
+dx/html/pages/progu199.htm
+dx/html/pages/progu200.htm
+dx/html/pages/progu201.htm
+dx/html/pages/progu202.htm
+dx/html/pages/progu203.htm
+dx/html/pages/progu204.htm
+dx/html/pages/progu205.htm
+dx/html/pages/progu206.htm
+dx/html/pages/progu207.htm
+dx/html/pages/progu208.htm
+dx/html/pages/progu209.htm
+dx/html/pages/progu210.htm
+dx/html/pages/progu211.htm
+dx/html/pages/progu212.htm
+dx/html/pages/progu213.htm
+dx/html/pages/progu214.htm
+dx/html/pages/progu215.htm
+dx/html/pages/progu216.htm
+dx/html/pages/progu217.htm
+dx/html/pages/progu218.htm
+dx/html/pages/progu219.htm
+dx/html/pages/progu220.htm
+dx/html/pages/progu221.htm
+dx/html/pages/progu222.htm
+dx/html/pages/progu223.htm
+dx/html/pages/progu224.htm
+dx/html/pages/progu225.htm
+dx/html/pages/progu226.htm
+dx/html/pages/progu227.htm
+dx/html/pages/progu228.htm
+dx/html/pages/progu229.htm
+dx/html/pages/progu230.htm
+dx/html/pages/progu231.htm
+dx/html/pages/progu232.htm
+dx/html/pages/progu233.htm
+dx/html/pages/progu234.htm
+dx/html/pages/progu235.htm
+dx/html/pages/progu236.htm
+dx/html/pages/progu237.htm
+dx/html/pages/progu238.htm
+dx/html/pages/progu239.htm
+dx/html/pages/progu240.htm
+dx/html/pages/progu241.htm
+dx/html/pages/progu242.htm
+dx/html/pages/progu243.htm
+dx/html/pages/progu244.htm
+dx/html/pages/progu245.htm
+dx/html/pages/progu246.htm
+dx/html/pages/progu247.htm
+dx/html/pages/progu248.htm
+dx/html/pages/progu249.htm
+dx/html/pages/progu250.htm
+dx/html/pages/progu251.htm
+dx/html/pages/progu252.htm
+dx/html/pages/progu253.htm
+dx/html/pages/progu254.htm
+dx/html/pages/progu255.htm
+dx/html/pages/progu256.htm
+dx/html/pages/progu257.htm
+dx/html/pages/progu258.htm
+dx/html/pages/progu259.htm
+dx/html/pages/progu260.htm
+dx/html/pages/progu261.htm
+dx/html/pages/progu262.htm
+dx/html/pages/progu263.htm
+dx/html/pages/progu264.htm
+dx/html/pages/progu265.htm
+dx/html/pages/progu266.htm
+dx/html/pages/progu267.htm
+dx/html/pages/progu268.htm
+dx/html/pages/progu269.htm
+dx/html/pages/progu270.htm
+dx/html/pages/progu271.htm
+dx/html/pages/progu272.htm
+dx/html/pages/progu273.htm
+dx/html/pages/progu274.htm
+dx/html/pages/progu275.htm
+dx/html/pages/progu276.htm
+dx/html/pages/progu277.htm
+dx/html/pages/progu278.htm
+dx/html/pages/progu279.htm
+dx/html/pages/progu280.htm
+dx/html/pages/progu281.htm
+dx/html/pages/progu282.htm
+dx/html/pages/progu283.htm
+dx/html/pages/progu284.htm
+dx/html/pages/progu285.htm
+dx/html/pages/progu286.htm
+dx/html/pages/progu287.htm
+dx/html/pages/progu288.htm
+dx/html/pages/progu289.htm
+dx/html/pages/progu290.htm
+dx/html/pages/progu291.htm
+dx/html/pages/progu292.htm
+dx/html/pages/progu293.htm
+dx/html/pages/progu294.htm
+dx/html/pages/progu295.htm
+dx/html/pages/progu296.htm
+dx/html/pages/progu297.htm
+dx/html/pages/progu298.htm
+dx/html/pages/progu299.htm
+dx/html/pages/progu300.htm
+dx/html/pages/progu301.htm
+dx/html/pages/progu302.htm
+dx/html/pages/progu303.htm
+dx/html/pages/progu304.htm
+dx/html/pages/progu305.htm
+dx/html/pages/progu306.htm
+dx/html/pages/progu307.htm
+dx/html/pages/progu308.htm
+dx/html/pages/progu309.htm
+dx/html/pages/progu310.htm
+dx/html/pages/progu311.htm
+dx/html/pages/progu312.htm
+dx/html/pages/progu313.htm
+dx/html/pages/progu314.htm
+dx/html/pages/progu315.htm
+dx/html/pages/progu316.htm
+dx/html/pages/progu317.htm
+dx/html/pages/progu318.htm
+dx/html/pages/progu319.htm
+dx/html/pages/progu320.htm
+dx/html/pages/progu321.htm
+dx/html/pages/progu322.htm
+dx/html/pages/progu323.htm
+dx/html/pages/progu324.htm
+dx/html/pages/progu325.htm
+dx/html/pages/progu326.htm
+dx/html/pages/progu327.htm
+dx/html/pages/progu328.htm
+dx/html/pages/progu329.htm
+dx/html/pages/progu330.htm
+dx/html/pages/progu331.htm
+dx/html/pages/progu332.htm
+dx/html/pages/progu333.htm
+dx/html/pages/progu334.htm
+dx/html/pages/progu335.htm
+dx/html/pages/progu336.htm
+dx/html/pages/progu337.htm
+dx/html/pages/progu338.htm
+dx/html/pages/progu339.htm
+dx/html/pages/progu340.htm
+dx/html/pages/progu341.htm
+dx/html/pages/progu342.htm
+dx/html/pages/progu343.htm
+dx/html/pages/progu344.htm
+dx/html/pages/progu345.htm
+dx/html/pages/progu346.htm
+dx/html/pages/progu347.htm
+dx/html/pages/progu348.htm
+dx/html/pages/progu349.htm
+dx/html/pages/progu350.htm
+dx/html/pages/progu351.htm
+dx/html/pages/qikgu002.htm
+dx/html/pages/qikgu003.htm
+dx/html/pages/qikgu004.htm
+dx/html/pages/qikgu005.htm
+dx/html/pages/qikgu006.htm
+dx/html/pages/qikgu007.htm
+dx/html/pages/qikgu008.htm
+dx/html/pages/qikgu009.htm
+dx/html/pages/qikgu010.htm
+dx/html/pages/qikgu011.htm
+dx/html/pages/qikgu012.htm
+dx/html/pages/qikgu013.htm
+dx/html/pages/qikgu014.htm
+dx/html/pages/qikgu015.htm
+dx/html/pages/qikgu016.htm
+dx/html/pages/qikgu017.htm
+dx/html/pages/qikgu018.htm
+dx/html/pages/qikgu019.htm
+dx/html/pages/qikgu020.htm
+dx/html/pages/qikgu021.htm
+dx/html/pages/qikgu022.htm
+dx/html/pages/qikgu023.htm
+dx/html/pages/qikgu024.htm
+dx/html/pages/qikgu025.htm
+dx/html/pages/qikgu026.htm
+dx/html/pages/qikgu027.htm
+dx/html/pages/qikgu028.htm
+dx/html/pages/qikgu029.htm
+dx/html/pages/qikgu030.htm
+dx/html/pages/qikgu031.htm
+dx/html/pages/qikgu032.htm
+dx/html/pages/qikgu033.htm
+dx/html/pages/qikgu034.htm
+dx/html/pages/refgu002.htm
+dx/html/pages/refgu003.htm
+dx/html/pages/refgu004.htm
+dx/html/pages/refgu005.htm
+dx/html/pages/refgu006.htm
+dx/html/pages/refgu007.htm
+dx/html/pages/refgu008.htm
+dx/html/pages/refgu009.htm
+dx/html/pages/refgu010.htm
+dx/html/pages/refgu011.htm
+dx/html/pages/refgu012.htm
+dx/html/pages/refgu013.htm
+dx/html/pages/refgu014.htm
+dx/html/pages/refgu015.htm
+dx/html/pages/refgu016.htm
+dx/html/pages/refgu017.htm
+dx/html/pages/refgu018.htm
+dx/html/pages/refgu019.htm
+dx/html/pages/refgu020.htm
+dx/html/pages/refgu021.htm
+dx/html/pages/refgu022.htm
+dx/html/pages/refgu023.htm
+dx/html/pages/refgu024.htm
+dx/html/pages/refgu025.htm
+dx/html/pages/refgu026.htm
+dx/html/pages/refgu027.htm
+dx/html/pages/refgu028.htm
+dx/html/pages/refgu029.htm
+dx/html/pages/refgu030.htm
+dx/html/pages/refgu031.htm
+dx/html/pages/refgu032.htm
+dx/html/pages/refgu033.htm
+dx/html/pages/refgu034.htm
+dx/html/pages/refgu035.htm
+dx/html/pages/refgu036.htm
+dx/html/pages/refgu037.htm
+dx/html/pages/refgu038.htm
+dx/html/pages/refgu039.htm
+dx/html/pages/refgu040.htm
+dx/html/pages/refgu041.htm
+dx/html/pages/refgu042.htm
+dx/html/pages/refgu043.htm
+dx/html/pages/refgu044.htm
+dx/html/pages/refgu045.htm
+dx/html/pages/refgu046.htm
+dx/html/pages/refgu047.htm
+dx/html/pages/refgu048.htm
+dx/html/pages/refgu049.htm
+dx/html/pages/refgu050.htm
+dx/html/pages/refgu051.htm
+dx/html/pages/refgu052.htm
+dx/html/pages/refgu053.htm
+dx/html/pages/refgu054.htm
+dx/html/pages/refgu055.htm
+dx/html/pages/refgu056.htm
+dx/html/pages/refgu057.htm
+dx/html/pages/refgu058.htm
+dx/html/pages/refgu059.htm
+dx/html/pages/refgu060.htm
+dx/html/pages/refgu061.htm
+dx/html/pages/refgu062.htm
+dx/html/pages/refgu063.htm
+dx/html/pages/refgu064.htm
+dx/html/pages/refgu065.htm
+dx/html/pages/refgu066.htm
+dx/html/pages/refgu067.htm
+dx/html/pages/refgu068.htm
+dx/html/pages/refgu069.htm
+dx/html/pages/refgu070.htm
+dx/html/pages/refgu071.htm
+dx/html/pages/refgu072.htm
+dx/html/pages/refgu073.htm
+dx/html/pages/refgu074.htm
+dx/html/pages/refgu075.htm
+dx/html/pages/refgu076.htm
+dx/html/pages/refgu077.htm
+dx/html/pages/refgu078.htm
+dx/html/pages/refgu079.htm
+dx/html/pages/refgu080.htm
+dx/html/pages/refgu081.htm
+dx/html/pages/refgu082.htm
+dx/html/pages/refgu083.htm
+dx/html/pages/refgu084.htm
+dx/html/pages/refgu085.htm
+dx/html/pages/refgu086.htm
+dx/html/pages/refgu087.htm
+dx/html/pages/refgu088.htm
+dx/html/pages/refgu089.htm
+dx/html/pages/refgu090.htm
+dx/html/pages/refgu091.htm
+dx/html/pages/refgu092.htm
+dx/html/pages/refgu093.htm
+dx/html/pages/refgu094.htm
+dx/html/pages/refgu095.htm
+dx/html/pages/refgu096.htm
+dx/html/pages/refgu097.htm
+dx/html/pages/refgu098.htm
+dx/html/pages/refgu099.htm
+dx/html/pages/refgu100.htm
+dx/html/pages/refgu101.htm
+dx/html/pages/refgu102.htm
+dx/html/pages/refgu103.htm
+dx/html/pages/refgu104.htm
+dx/html/pages/refgu105.htm
+dx/html/pages/refgu106.htm
+dx/html/pages/refgu107.htm
+dx/html/pages/refgu108.htm
+dx/html/pages/refgu109.htm
+dx/html/pages/refgu110.htm
+dx/html/pages/refgu111.htm
+dx/html/pages/refgu112.htm
+dx/html/pages/refgu113.htm
+dx/html/pages/refgu114.htm
+dx/html/pages/refgu115.htm
+dx/html/pages/refgu116.htm
+dx/html/pages/refgu117.htm
+dx/html/pages/refgu118.htm
+dx/html/pages/refgu119.htm
+dx/html/pages/refgu120.htm
+dx/html/pages/refgu121.htm
+dx/html/pages/refgu122.htm
+dx/html/pages/refgu123.htm
+dx/html/pages/refgu124.htm
+dx/html/pages/refgu125.htm
+dx/html/pages/refgu126.htm
+dx/html/pages/refgu127.htm
+dx/html/pages/refgu128.htm
+dx/html/pages/refgu129.htm
+dx/html/pages/refgu130.htm
+dx/html/pages/refgu131.htm
+dx/html/pages/refgu132.htm
+dx/html/pages/refgu133.htm
+dx/html/pages/refgu134.htm
+dx/html/pages/refgu135.htm
+dx/html/pages/refgu136.htm
+dx/html/pages/refgu137.htm
+dx/html/pages/refgu138.htm
+dx/html/pages/refgu139.htm
+dx/html/pages/refgu140.htm
+dx/html/pages/refgu141.htm
+dx/html/pages/refgu142.htm
+dx/html/pages/refgu143.htm
+dx/html/pages/refgu144.htm
+dx/html/pages/refgu145.htm
+dx/html/pages/refgu146.htm
+dx/html/pages/refgu147.htm
+dx/html/pages/refgu148.htm
+dx/html/pages/refgu149.htm
+dx/html/pages/refgu150.htm
+dx/html/pages/refgu151.htm
+dx/html/pages/refgu152.htm
+dx/html/pages/refgu153.htm
+dx/html/pages/refgu154.htm
+dx/html/pages/refgu155.htm
+dx/html/pages/refgu156.htm
+dx/html/pages/refgu157.htm
+dx/html/pages/refgu158.htm
+dx/html/pages/refgu159.htm
+dx/html/pages/refgu160.htm
+dx/html/pages/refgu161.htm
+dx/html/pages/refgu162.htm
+dx/html/pages/refgu163.htm
+dx/html/pages/refgu164.htm
+dx/html/pages/refgu165.htm
+dx/html/pages/refgu166.htm
+dx/html/pages/refgu167.htm
+dx/html/pages/refgu168.htm
+dx/html/pages/refgu169.htm
+dx/html/pages/refgu170.htm
+dx/html/pages/refgu171.htm
+dx/html/pages/refgu172.htm
+dx/html/pages/refgu173.htm
+dx/html/pages/refgu174.htm
+dx/html/pages/refgu175.htm
+dx/html/pages/usrgu002.htm
+dx/html/pages/usrgu003.htm
+dx/html/pages/usrgu004.htm
+dx/html/pages/usrgu005.htm
+dx/html/pages/usrgu006.htm
+dx/html/pages/usrgu007.htm
+dx/html/pages/usrgu008.htm
+dx/html/pages/usrgu009.htm
+dx/html/pages/usrgu010.htm
+dx/html/pages/usrgu011.htm
+dx/html/pages/usrgu012.htm
+dx/html/pages/usrgu013.htm
+dx/html/pages/usrgu014.htm
+dx/html/pages/usrgu015.htm
+dx/html/pages/usrgu016.htm
+dx/html/pages/usrgu017.htm
+dx/html/pages/usrgu018.htm
+dx/html/pages/usrgu019.htm
+dx/html/pages/usrgu020.htm
+dx/html/pages/usrgu021.htm
+dx/html/pages/usrgu022.htm
+dx/html/pages/usrgu023.htm
+dx/html/pages/usrgu024.htm
+dx/html/pages/usrgu025.htm
+dx/html/pages/usrgu026.htm
+dx/html/pages/usrgu027.htm
+dx/html/pages/usrgu028.htm
+dx/html/pages/usrgu029.htm
+dx/html/pages/usrgu030.htm
+dx/html/pages/usrgu031.htm
+dx/html/pages/usrgu032.htm
+dx/html/pages/usrgu033.htm
+dx/html/pages/usrgu034.htm
+dx/html/pages/usrgu035.htm
+dx/html/pages/usrgu036.htm
+dx/html/pages/usrgu037.htm
+dx/html/pages/usrgu038.htm
+dx/html/pages/usrgu039.htm
+dx/html/pages/usrgu040.htm
+dx/html/pages/usrgu041.htm
+dx/html/pages/usrgu042.htm
+dx/html/pages/usrgu043.htm
+dx/html/pages/usrgu044.htm
+dx/html/pages/usrgu045.htm
+dx/html/pages/usrgu046.htm
+dx/html/pages/usrgu047.htm
+dx/html/pages/usrgu048.htm
+dx/html/pages/usrgu049.htm
+dx/html/pages/usrgu050.htm
+dx/html/pages/usrgu051.htm
+dx/html/pages/usrgu052.htm
+dx/html/pages/usrgu053.htm
+dx/html/pages/usrgu054.htm
+dx/html/pages/usrgu055.htm
+dx/html/pages/usrgu056.htm
+dx/html/pages/usrgu057.htm
+dx/html/pages/usrgu058.htm
+dx/html/pages/usrgu059.htm
+dx/html/pages/usrgu060.htm
+dx/html/pages/usrgu061.htm
+dx/html/pages/usrgu062.htm
+dx/html/pages/usrgu063.htm
+dx/html/pages/usrgu064.htm
+dx/html/pages/usrgu065.htm
+dx/html/pages/usrgu066.htm
+dx/html/pages/usrgu067.htm
+dx/html/pages/usrgu068.htm
+dx/html/pages/usrgu069.htm
+dx/html/pages/usrgu070.htm
+dx/html/pages/usrgu071.htm
+dx/html/pages/usrgu072.htm
+dx/html/pages/usrgu073.htm
+dx/html/pages/usrgu074.htm
+dx/html/pages/usrgu075.htm
+dx/html/pages/usrgu076.htm
+dx/html/pages/usrgu077.htm
+dx/html/images/3dcurs.gif
+dx/html/images/adctlpt.gif
+dx/html/images/arch.gif
+dx/html/images/autoax.gif
+dx/html/images/autoexp.gif
+dx/html/images/brwswin.gif
+dx/html/images/camera.gif
+dx/html/images/cmaped.gif
+dx/html/images/cmputcfg.gif
+dx/html/images/colomap1.gif
+dx/html/images/colormap.gif
+dx/html/images/confgdb.gif
+dx/html/images/ctpanacc.gif
+dx/html/images/ctpangrp.gif
+dx/html/images/ctrlpan.gif
+dx/html/images/dataorg.gif
+dx/html/images/datapr1.gif
+dx/html/images/datdpnd.gif
+dx/html/images/dialint.gif
+dx/html/images/dinhd.gif
+dx/html/images/dxicon8.gif
+dx/html/images/dxlogo.gif
+dx/html/images/example1.gif
+dx/html/images/excutgrp.gif
+dx/html/images/exticon.gif
+dx/html/images/filesel.gif
+dx/html/images/findtool.gif
+dx/html/images/fldobj.gif
+dx/html/images/flehole.gif
+dx/html/images/flesurf.gif
+dx/html/images/flexmp.gif
+dx/html/images/flseldb.gif
+dx/html/images/flselint.gif
+dx/html/images/fragment.gif
+dx/html/images/framctrl.gif
+dx/html/images/fulldp.gif
+dx/html/images/genwave.gif
+dx/html/images/griddb.gif
+dx/html/images/gridtype.gif
+dx/html/images/grparts.gif
+dx/html/images/hand.gif
+dx/html/images/hdrdat.gif
+dx/html/images/hello1.gif
+dx/html/images/hello2.gif
+dx/html/images/helpwin.gif
+dx/html/images/htswork.gif
+dx/html/images/imagwin.gif
+dx/html/images/impconf.gif
+dx/html/images/inputcfg.gif
+dx/html/images/intlabl.gif
+dx/html/images/irggrid.gif
+dx/html/images/macrname.gif
+dx/html/images/majcomp.gif
+dx/html/images/map.gif
+dx/html/images/map2plan.gif
+dx/html/images/mapdform.gif
+dx/html/images/matpa1.gif
+dx/html/images/matpa2.gif
+dx/html/images/matpa3.gif
+dx/html/images/matpa4.gif
+dx/html/images/modbuild.gif
+dx/html/images/navigate.gif
+dx/html/images/opendb.gif
+dx/html/images/optbox.gif
+dx/html/images/patrx1.gif
+dx/html/images/patrx2.gif
+dx/html/images/patry1.gif
+dx/html/images/patry2.gif
+dx/html/images/prodarxy.gif
+dx/html/images/prodarz.gif
+dx/html/images/prtimg.gif
+dx/html/images/quikovx.gif
+dx/html/images/reggrid.gif
+dx/html/images/rendopts.gif
+dx/html/images/reorient.gif
+dx/html/images/saveas.gif
+dx/html/images/savimg.gif
+dx/html/images/sealevel.gif
+dx/html/images/selattr.gif
+dx/html/images/selctint.gif
+dx/html/images/seqctrl.gif
+dx/html/images/setattr.gif
+dx/html/images/sgroup.gif
+dx/html/images/shcomps.gif
+dx/html/images/simfdp.gif
+dx/html/images/skwdgrid.gif
+dx/html/images/slidint.gif
+dx/html/images/startup.gif
+dx/html/images/stepint.gif
+dx/html/images/strgint.gif
+dx/html/images/strngint.gif
+dx/html/images/strtsrv.gif
+dx/html/images/strtsrvo.gif
+dx/html/images/textint.gif
+dx/html/images/throtdb.gif
+dx/html/images/transfrm.gif
+dx/html/images/txtmesh.gif
+dx/html/images/usefle.gif
+dx/html/images/veclist.gif
+dx/html/images/vertord.gif
+dx/html/images/vrtordu1.gif
+dx/html/images/vrtordu2.gif
+dx/html/images/vuctrl.gif
+dx/html/images/wrpdgrid.gif
+dx/html/images/xgroup.gif
+dx/html/images/xgrpasgn.gif
+dx/html/images/xirega.gif
+dx/html/images/xmesha.gif
+dx/html/images/xmodf1.gif
+dx/html/images/xmodf10.gif
+dx/html/images/xmodf11.gif
+dx/html/images/xmodf12.gif
+dx/html/images/xmodf13.gif
+dx/html/images/xmodf2.gif
+dx/html/images/xmodf3.gif
+dx/html/images/xmodf4.gif
+dx/html/images/xmodf6.gif
+dx/html/images/xmodf7.gif
+dx/html/images/xmodf8.gif
+dx/html/images/xmodf9.gif
+dx/html/images/xmpmacro.gif
+dx/html/images/xproda.gif
+dx/html/README.htm
+dx/html/README_SMP.htm
+dx/html/README_alphax.htm
+dx/html/README_hp700.htm
+dx/html/README_ibm6000.htm
+dx/html/README_intelnt.htm
+dx/html/README_sgi.htm
+dx/html/README_solaris.htm
+dx/html/allguide.htm
+dx/html/insguide.htm
+dx/html/proguide.htm
+dx/html/qikguide.htm
+dx/html/refguide.htm
+dx/html/usrguide.htm
+dx/html/index.htm
+dx/html/index.html
+dx/man/manl/dx.l
+dx/man/catl/dx.l
+dx/fonts/Readme
+dx/fonts/area.dx
+dx/fonts/cyril_d.dx
+dx/fonts/fixed.dx
+dx/fonts/gothiceng_t.dx
+dx/fonts/gothicger_t.dx
+dx/fonts/gothicit_t.dx
+dx/fonts/greek_d.dx
+dx/fonts/greek_s.dx
+dx/fonts/italic_d.dx
+dx/fonts/italic_t.dx
+dx/fonts/pitman.dx
+dx/fonts/roman_d.dx
+dx/fonts/roman_dser.dx
+dx/fonts/roman_ext.dx
+dx/fonts/roman_s.dx
+dx/fonts/roman_sfix.dx
+dx/fonts/roman_tser.dx
+dx/fonts/script_d.dx
+dx/fonts/script_s.dx
+dx/fonts/variable.dx
+dx/doc/README
+dx/doc/README_SMP
+dx/doc/README_alphax
+dx/doc/README_aviion
+dx/doc/README_hp700
+dx/doc/README_ibm6000
+dx/doc/README_ibmpvs
+dx/doc/README_indigo
+dx/doc/README_intelnt
+dx/doc/README_sgi
+dx/doc/README_sgi4
+dx/doc/README_solaris
+dx/doc/README_sun4
+@dirrm dx/lib_netbsd
+@dirrm dx/lib
+@dirrm dx/bin_netbsd
+@dirrm dx/ui
+@dirrm dx/include/dx
+@dirrm dx/include
+@dirrm dx/bin
+@dirrm dx/help
+@dirrm dx/html/pages
+@dirrm dx/html/images
+@dirrm dx/html
+@dirrm dx/man/manl
+@dirrm dx/man/catl
+@dirrm dx/man
+@dirrm dx/fonts
+@dirrm dx/doc
+@dirrm dx