diff --git a/GEOM_version.h.in b/GEOM_version.h.in
new file mode 100644
index 000000000..4be8dc3e8
--- /dev/null
+++ b/GEOM_version.h.in
@@ -0,0 +1,34 @@
+// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
+// File : GEOM_version.h
+// Author : Vadim SANDLER
+// Module : SALOME
+
+#if !defined(__GEOM_VERSION_H__)
+#define __GEOM_VERSION_H__
+
+/*
+ GEOM_VERSION is (major << 16) + (minor << 8) + patch.
+*/
+
+#define GEOM_VERSION_STR "@VERSION@"
+#define GEOM_VERSION @XVERSION@
+
+#endif // __GEOM_VERSION_H__
diff --git a/adm_local/Makefile.in b/adm_local/Makefile.in
new file mode 100644
index 000000000..e2133b49b
--- /dev/null
+++ b/adm_local/Makefile.in
@@ -0,0 +1,60 @@
+# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+# source path
+top_srcdir=@top_srcdir@
+top_builddir=..
+srcdir=@srcdir@
+VPATH=.:$(srcdir)/adm_local
+
+
+all: resources
+
+install:
+ cp -rf @top_srcdir@/adm_local @prefix@
+
+bin:
+
+resources :
+ cp -rf @top_srcdir@/adm_local $(top_builddir)
+
+inc:
+
+lib:
+
+depend:
+
+depend_idl:
+
+install-end:
+
+install-include:
+
+install-bin:
+
+uninstall:
+
+uninstall-idl:
+
+distclean:
+
+clean:
+
+distclean-other:
+
diff --git a/adm_local/unix/config_files/check_GEOM.m4 b/adm_local/unix/config_files/check_GEOM.m4
new file mode 100644
index 000000000..c4ce644f7
--- /dev/null
+++ b/adm_local/unix/config_files/check_GEOM.m4
@@ -0,0 +1,63 @@
+# Check availability of Geom binary distribution
+#
+# Author : Nicolas REJNERI (OPEN CASCADE, 2003)
+#
+
+AC_DEFUN([CHECK_GEOM],[
+
+AC_CHECKING(for Geom)
+
+Geom_ok=no
+
+GEOM_LDFLAGS=""
+GEOM_CXXFLAGS=""
+
+AC_ARG_WITH(geom,
+ [ --with-geom=DIR root directory path of GEOM installation ],
+ GEOM_DIR="$withval",GEOM_DIR="")
+
+if test "x$GEOM_DIR" == "x" ; then
+
+# no --with-geom-dir option used
+
+ if test "x$GEOM_ROOT_DIR" != "x" ; then
+
+ # GEOM_ROOT_DIR environment variable defined
+ GEOM_DIR=$GEOM_ROOT_DIR
+
+ else
+
+ # search Geom binaries in PATH variable
+ AC_PATH_PROG(TEMP, libGEOM_Swig.py)
+ if test "x$TEMP" != "x" ; then
+ GEOM_BIN_DIR=`dirname $TEMP`
+ GEOM_DIR=`dirname $GEOM_BIN_DIR`
+ fi
+
+ fi
+#
+fi
+
+if test -f ${GEOM_DIR}/bin/salome/libGEOM_Swig.py ; then
+ Geom_ok=yes
+ AC_MSG_RESULT(Using Geom module distribution in ${GEOM_DIR})
+
+ if test "x$GEOM_ROOT_DIR" == "x" ; then
+ GEOM_ROOT_DIR=${GEOM_DIR}
+ fi
+ AC_SUBST(GEOM_ROOT_DIR)
+
+ GEOM_LDFLAGS=-L${GEOM_DIR}/lib${LIB_LOCATION_SUFFIX}/salome
+ GEOM_CXXFLAGS=-I${GEOM_DIR}/include/salome
+
+ AC_SUBST(GEOM_LDFLAGS)
+ AC_SUBST(GEOM_CXXFLAGS)
+
+else
+ AC_MSG_WARN("Cannot find compiled Geom module distribution")
+fi
+
+AC_MSG_RESULT(for Geom: $Geom_ok)
+
+])dnl
+
diff --git a/bin/VERSION.in b/bin/VERSION.in
new file mode 100755
index 000000000..108ad2265
--- /dev/null
+++ b/bin/VERSION.in
@@ -0,0 +1 @@
+THIS IS SALOME - GEOM VERSION: @VERSION@
diff --git a/doc/salome/gui/GEOM/geometry.htm b/doc/salome/gui/GEOM/geometry.htm
new file mode 100755
index 000000000..3e2e4ceaf
--- /dev/null
+++ b/doc/salome/gui/GEOM/geometry.htm
@@ -0,0 +1,144 @@
+
+
+
+
+
+geometry
+
+
+
+
+
+
+
+
+
+
+
+
+
Introduction to Geometry
+
+
Geometry module
+ of SALOME is destined for:
+
+
+
+
+
+
Import and export of geometrical models in IGES,
+ BREP and STEP formats.
+
+
Construction and optimization of geometrical models
+ using a wide range of CAD
+ functions:
+
+
+
+
+
+
+
+
+
+
+
+
+
Creation of basic geometrical objects
+
+
Construction of primitives
+
+
Building shapes
+
+
Generation of complex shapes
+
+
Working with groups
+
+
Geometrical repairing of objects
+
+
Geometrical boolean operations
+
+
Geometrical transformations
+
+
Building by blocks
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/image1.gif b/doc/salome/gui/GEOM/image1.gif
new file mode 100755
index 000000000..2f2fe9a21
Binary files /dev/null and b/doc/salome/gui/GEOM/image1.gif differ
diff --git a/doc/salome/gui/GEOM/image1.jpg b/doc/salome/gui/GEOM/image1.jpg
new file mode 100755
index 000000000..8e5d78b30
Binary files /dev/null and b/doc/salome/gui/GEOM/image1.jpg differ
diff --git a/doc/salome/gui/GEOM/image18.gif b/doc/salome/gui/GEOM/image18.gif
new file mode 100755
index 000000000..511bd44e8
Binary files /dev/null and b/doc/salome/gui/GEOM/image18.gif differ
diff --git a/doc/salome/gui/GEOM/image2.gif b/doc/salome/gui/GEOM/image2.gif
new file mode 100755
index 000000000..833410711
Binary files /dev/null and b/doc/salome/gui/GEOM/image2.gif differ
diff --git a/doc/salome/gui/GEOM/image26.gif b/doc/salome/gui/GEOM/image26.gif
new file mode 100755
index 000000000..cb7f53a74
Binary files /dev/null and b/doc/salome/gui/GEOM/image26.gif differ
diff --git a/doc/salome/gui/GEOM/image33.gif b/doc/salome/gui/GEOM/image33.gif
new file mode 100755
index 000000000..53de5331b
Binary files /dev/null and b/doc/salome/gui/GEOM/image33.gif differ
diff --git a/doc/salome/gui/GEOM/image4.gif b/doc/salome/gui/GEOM/image4.gif
new file mode 100755
index 000000000..385de8fd5
Binary files /dev/null and b/doc/salome/gui/GEOM/image4.gif differ
diff --git a/doc/salome/gui/GEOM/image5.gif b/doc/salome/gui/GEOM/image5.gif
new file mode 100755
index 000000000..77b19a209
Binary files /dev/null and b/doc/salome/gui/GEOM/image5.gif differ
diff --git a/doc/salome/gui/GEOM/index.htm b/doc/salome/gui/GEOM/index.htm
new file mode 100755
index 000000000..aff470fc2
--- /dev/null
+++ b/doc/salome/gui/GEOM/index.htm
@@ -0,0 +1,180 @@
+
+
+Geometry Module Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/index_csh.htm b/doc/salome/gui/GEOM/index_csh.htm
new file mode 100755
index 000000000..6aeea9d3f
--- /dev/null
+++ b/doc/salome/gui/GEOM/index_csh.htm
@@ -0,0 +1,106 @@
+
+
+Geometry Module Reference Manual
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/index_rhc.htm b/doc/salome/gui/GEOM/index_rhc.htm
new file mode 100755
index 000000000..431b5e60e
--- /dev/null
+++ b/doc/salome/gui/GEOM/index_rhc.htm
@@ -0,0 +1,106 @@
+
+
+Geometry Module Reference Manual
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/occ_viewer.htm b/doc/salome/gui/GEOM/occ_viewer.htm
new file mode 100755
index 000000000..171561038
--- /dev/null
+++ b/doc/salome/gui/GEOM/occ_viewer.htm
@@ -0,0 +1,206 @@
+
+
+
+
+
+OCC_Viewer
+
+
+
+
+
+
+
+
+
+
+
+
+
OCC 3D Viewer
+
+
OCC (Open CasCade) 3D viewer
+ has been developed on the basis of Open CASCADE Technology. This is the
+ default viewer for Geometry Module, providing good representation of construction
+ and transformation of geometrical objects. Only this viewer allows to
+ work with groups and sub-shapes. This viewer can also work in Mesh module,
+ however, it doesn't allow to visualize meshes.
+
+
+
+
The functions of OCC viewer are available via its Viewer Toolbar. Buttons
+ marked with small downward triangles have extended functionality which
+ can be accessed by locking on them with left mouse button.
+
+
+
+
+
+
+
+
+
+
Dump
+ View - exports an object from the viewer in bmp, png, jpg or jpeg
+ image format.
+
+
Show/Hide
+ Trihedron - shows or hides coordinate axes.
+
+
Fit all - allows
+ to select a point to be the center of a scene representing all displayed
+ objects in the visible area.
+
+
Fit area - resizes
+ the view to place in the visible area only the contents of a frame drawn
+ with pressed left mouse button.
+
+
Zoom
+ - allows
+ to zoom in and out.
+
+
Panning
+ - if the represented objects are greater that the visible area and you
+ don't wish to use Fit all functionality,
+ click on this button and you'll be able to drag the scene to see its remote
+ parts.
+
+
Global
+ panning - represents all displayed objects in the visible area.
+
+
+
Rotation
+ - allows to rotate the selected object using the mouse.
+
+
These buttons orientate the scene
+ strictly about coordinate axes.
+
+
Reset
+ - restores the default position (isometric) of objects in the scene.
+
+
Memorise
+ view - saves the current position of objects in the scene
+
+
Restore
+ view - restores thesaved
+ position of objects in the scene
+
+
Clone
+ view - opens a new duplicate scene.
+
+
Clipping
+ - allows to create cross-section views (clipping planes) of geometrical
+ objects.
+
+
+
+
+
+
+
+
+
+
+
Base
+ point - allows to define the coordinates of the base point for
+ the clipping plane. Click
+
+
Reset
+ - returns the base point to coordinate origin.
+
+
Direction
+ - allows to define the orientation of the clipping plane.
+
+
Invert
+ - allows to select which part of the object will be removed and which
+ will remain after clipping.
+
+
Preview
+ - allows to see the results of clipping in the viewer.
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/pics/clipping.png b/doc/salome/gui/GEOM/pics/clipping.png
new file mode 100755
index 000000000..6d738558e
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/clipping.png differ
diff --git a/doc/salome/gui/GEOM/pics/geomcreategroup.png b/doc/salome/gui/GEOM/pics/geomcreategroup.png
new file mode 100755
index 000000000..f51ab22fd
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomcreategroup.png differ
diff --git a/doc/salome/gui/GEOM/pics/geomexport.png b/doc/salome/gui/GEOM/pics/geomexport.png
new file mode 100755
index 000000000..c37713941
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomexport.png differ
diff --git a/doc/salome/gui/GEOM/pics/geomimport.png b/doc/salome/gui/GEOM/pics/geomimport.png
new file mode 100755
index 000000000..516a819bd
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomimport.png differ
diff --git a/doc/salome/gui/GEOM/pics/image100.gif b/doc/salome/gui/GEOM/pics/image100.gif
new file mode 100755
index 000000000..c44d68ffc
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image100.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image102.gif b/doc/salome/gui/GEOM/pics/image102.gif
new file mode 100755
index 000000000..3507814ba
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image102.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image103.gif b/doc/salome/gui/GEOM/pics/image103.gif
new file mode 100755
index 000000000..be534c39e
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image103.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image105.gif b/doc/salome/gui/GEOM/pics/image105.gif
new file mode 100755
index 000000000..4f6173f82
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image105.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image106.gif b/doc/salome/gui/GEOM/pics/image106.gif
new file mode 100755
index 000000000..2bbcb4d94
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image106.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image77.gif b/doc/salome/gui/GEOM/pics/image77.gif
new file mode 100755
index 000000000..ef7a62f32
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image77.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image86.gif b/doc/salome/gui/GEOM/pics/image86.gif
new file mode 100755
index 000000000..339733193
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image86.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image88.gif b/doc/salome/gui/GEOM/pics/image88.gif
new file mode 100755
index 000000000..9466aa6ce
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image88.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image89.gif b/doc/salome/gui/GEOM/pics/image89.gif
new file mode 100755
index 000000000..373a6c026
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image89.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image91.gif b/doc/salome/gui/GEOM/pics/image91.gif
new file mode 100755
index 000000000..9e93c1c72
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image91.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image95.gif b/doc/salome/gui/GEOM/pics/image95.gif
new file mode 100755
index 000000000..b734add22
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image95.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image96.gif b/doc/salome/gui/GEOM/pics/image96.gif
new file mode 100755
index 000000000..4580d5b5c
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image96.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image97.gif b/doc/salome/gui/GEOM/pics/image97.gif
new file mode 100755
index 000000000..1d78de1bc
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image97.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image98.gif b/doc/salome/gui/GEOM/pics/image98.gif
new file mode 100755
index 000000000..6519dbb67
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image98.gif differ
diff --git a/doc/salome/gui/GEOM/pics/image99.gif b/doc/salome/gui/GEOM/pics/image99.gif
new file mode 100755
index 000000000..3711be813
Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image99.gif differ
diff --git a/doc/salome/gui/GEOM/viewing_geometrical_objects.htm b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm
new file mode 100755
index 000000000..b3f734767
--- /dev/null
+++ b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm
@@ -0,0 +1,155 @@
+
+
+
+
+
+Viewing Geometrical Objects
+
+
+
+
+
+
+
+
+
+
+
+
+
Viewing Geometrical Objects
+
+
Newly created geometrical objects are automatically displayed in the
+ OCC 3D Viewer.
+
+
+
+
+
After the object has appeared in the Viewer, you can select it with
+ left mouse click to change its presentation parameters and access to other
+ useful options by right-clicking on the selected object.
+
+
+
+
+
+
+
+
+
+
Rename - allows
+ to change the name of the geometric object.
+
+
+
Display
+ Mode - allows to select between
+ Wireframe and Shading presentation.
+
+
Color
+ - allows to change the filling color in the standard
+ Select Color menu.
+
+
Transparency - allows to change the
+ transparency of mesh elements.
+
+
Isos
+ - allows to change the number of isolines
+ displayed within a shape.
+
+
Erase - allows to hide the selected mesh from the
+ viewer. TUI Command : sg.EraseOnly(ID)
+
+
Erase all -
+ allows to hide all objects from the viewer. TUI Command: sg.EraseAll()
+
+
Display Only -allows to display only the selected
+ mesh, hiding all other from the viewer. TUI Command: sg.DisplayOnly(ID)
+
+
Update
+ - refreshes the presentation of your mesh in the Object Browser, applying
+ all recent changes.
+
+
Dump view
+ - exports an object from the viewer in bmp, png, jpg or jpeg image format.
+
+
+
Change background
+ - allows to redefine the background color. By default it is black.
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/whd_dpns.htm b/doc/salome/gui/GEOM/whd_dpns.htm
new file mode 100755
index 000000000..1bca23603
--- /dev/null
+++ b/doc/salome/gui/GEOM/whd_dpns.htm
@@ -0,0 +1,43 @@
+
+
+Navigator Pane
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/whd_hide0.gif b/doc/salome/gui/GEOM/whd_hide0.gif
new file mode 100755
index 000000000..97ea0bb6d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_hide1.gif b/doc/salome/gui/GEOM/whd_hide1.gif
new file mode 100755
index 000000000..97ea0bb6d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_hide2.gif b/doc/salome/gui/GEOM/whd_hide2.gif
new file mode 100755
index 000000000..97ea0bb6d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_next0.gif b/doc/salome/gui/GEOM/whd_next0.gif
new file mode 100755
index 000000000..d92dda522
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_next1.gif b/doc/salome/gui/GEOM/whd_next1.gif
new file mode 100755
index 000000000..d92dda522
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_next2.gif b/doc/salome/gui/GEOM/whd_next2.gif
new file mode 100755
index 000000000..d92dda522
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_nvp10.htm b/doc/salome/gui/GEOM/whd_nvp10.htm
new file mode 100755
index 000000000..a57fe1e49
--- /dev/null
+++ b/doc/salome/gui/GEOM/whd_nvp10.htm
@@ -0,0 +1,15 @@
+
+
+Navigation Pane
+
+
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/whd_nvp20.htm b/doc/salome/gui/GEOM/whd_nvp20.htm
new file mode 100755
index 000000000..c5754bc41
--- /dev/null
+++ b/doc/salome/gui/GEOM/whd_nvp20.htm
@@ -0,0 +1,334 @@
+
+
+navigation pane
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/salome/gui/GEOM/whd_prev0.gif b/doc/salome/gui/GEOM/whd_prev0.gif
new file mode 100755
index 000000000..518561a0d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_prev1.gif b/doc/salome/gui/GEOM/whd_prev1.gif
new file mode 100755
index 000000000..518561a0d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_prev2.gif b/doc/salome/gui/GEOM/whd_prev2.gif
new file mode 100755
index 000000000..518561a0d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_show0.gif b/doc/salome/gui/GEOM/whd_show0.gif
new file mode 100755
index 000000000..60e8e6897
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_show1.gif b/doc/salome/gui/GEOM/whd_show1.gif
new file mode 100755
index 000000000..60e8e6897
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_show2.gif b/doc/salome/gui/GEOM/whd_show2.gif
new file mode 100755
index 000000000..60e8e6897
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_sync0.gif b/doc/salome/gui/GEOM/whd_sync0.gif
new file mode 100755
index 000000000..1a9785ce6
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_sync1.gif b/doc/salome/gui/GEOM/whd_sync1.gif
new file mode 100755
index 000000000..1a9785ce6
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_sync2.gif b/doc/salome/gui/GEOM/whd_sync2.gif
new file mode 100755
index 000000000..1a9785ce6
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab0.gif b/doc/salome/gui/GEOM/whd_tab0.gif
new file mode 100755
index 000000000..955c42f47
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab1.gif b/doc/salome/gui/GEOM/whd_tab1.gif
new file mode 100755
index 000000000..b3ec41d6d
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab2.gif b/doc/salome/gui/GEOM/whd_tab2.gif
new file mode 100755
index 000000000..08fb0ce4f
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab3.gif b/doc/salome/gui/GEOM/whd_tab3.gif
new file mode 100755
index 000000000..1819c8e8f
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab3.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab4.gif b/doc/salome/gui/GEOM/whd_tab4.gif
new file mode 100755
index 000000000..1a6fc4f4a
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab4.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab5.gif b/doc/salome/gui/GEOM/whd_tab5.gif
new file mode 100755
index 000000000..934019260
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab5.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab6.gif b/doc/salome/gui/GEOM/whd_tab6.gif
new file mode 100755
index 000000000..fe312d238
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab6.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab7.gif b/doc/salome/gui/GEOM/whd_tab7.gif
new file mode 100755
index 000000000..3b95ae24e
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab7.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tab8.gif b/doc/salome/gui/GEOM/whd_tab8.gif
new file mode 100755
index 000000000..c80acc8d5
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab8.gif differ
diff --git a/doc/salome/gui/GEOM/whd_tabs.htm b/doc/salome/gui/GEOM/whd_tabs.htm
new file mode 100755
index 000000000..1568f573d
--- /dev/null
+++ b/doc/salome/gui/GEOM/whd_tabs.htm
@@ -0,0 +1,533 @@
+
+
+WebHelp Tabs Frame in Navigation Pane
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/whd_toc1.gif b/doc/salome/gui/GEOM/whd_toc1.gif
new file mode 100755
index 000000000..11017258c
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_toc2.gif b/doc/salome/gui/GEOM/whd_toc2.gif
new file mode 100755
index 000000000..975e5f6f4
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc2.gif differ
diff --git a/doc/salome/gui/GEOM/whd_toc3.gif b/doc/salome/gui/GEOM/whd_toc3.gif
new file mode 100755
index 000000000..4b8122f0f
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc3.gif differ
diff --git a/doc/salome/gui/GEOM/whd_toc4.gif b/doc/salome/gui/GEOM/whd_toc4.gif
new file mode 100755
index 000000000..3f9a03686
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc4.gif differ
diff --git a/doc/salome/gui/GEOM/whd_topic.xml b/doc/salome/gui/GEOM/whd_topic.xml
new file mode 100755
index 000000000..a1b0320fb
--- /dev/null
+++ b/doc/salome/gui/GEOM/whd_topic.xml
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+"]]>
+
+
+
+
+"]]>
+
+
+
+
+";
+OutputInTopicNavBarDataWebSearch.form();]]>
+
+
+
+
+
+
+
+
+
+
+"]]>
+
+
+
diff --git a/doc/salome/gui/GEOM/whd_wbsh0.gif b/doc/salome/gui/GEOM/whd_wbsh0.gif
new file mode 100755
index 000000000..383688e7c
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh0.gif differ
diff --git a/doc/salome/gui/GEOM/whd_wbsh1.gif b/doc/salome/gui/GEOM/whd_wbsh1.gif
new file mode 100755
index 000000000..383688e7c
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh1.gif differ
diff --git a/doc/salome/gui/GEOM/whd_wbsh2.gif b/doc/salome/gui/GEOM/whd_wbsh2.gif
new file mode 100755
index 000000000..383688e7c
Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh2.gif differ
diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl26.htm b/doc/salome/gui/GEOM/whgdata/whlstfl26.htm
new file mode 100755
index 000000000..e26fd56af
--- /dev/null
+++ b/doc/salome/gui/GEOM/whgdata/whlstfl26.htm
@@ -0,0 +1,45 @@
+
+
+Search Words letter
+
+
+
+
+
+
+
+
+
+