diff --git a/www/api/segment.html b/www/api/segment.html
index 31a1212..8710f68 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -1,6 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 

   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

+<html version="-//W3C//DTD XHTML 1.1//EN"

+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"

+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+      xsi:schemaLocation="http://www.w3.org/1999/xhtml

+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">

 <head>

   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>

@@ -149,7 +153,7 @@
   <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201107010240 r.leo -->
 </div>
 <div class="sponsor">
   <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
@@ -186,42 +190,9 @@
 

 <div class="main">

 

-<h1>Module segment
- Methods</h1>
-<p class="navigation-index">[<a href="#SegmentImage">SegmentImage</a>]</p>
+<h1>Module  Methods</h1>
+<p class="navigation-index">[<a href="#"></a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/segment
-_8c.html" id="SegmentImage">SegmentImage</a></h2>
-<div class="doc-section">
-
-<p>SegmentImage() segment an image by analyzing the histograms of the color components and identifying units that are homogeneous with the fuzzy C-means technique.</p>
-
-<p>The format of the SegmentImage method is:</p>
-
-<pre class="code">
-  MagickBooleanType SegmentImage(Image *image,
-    const ColorspaceType colorspace,const MagickBooleanType verbose,
-    const double cluster_threshold,const double smooth_threshold)
-</pre>
-
-<p>A description of each parameter follows.</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>colorspace</h5>
-<p>Indicate the colorspace.</p>
-
-<h5>verbose</h5>
-<p>Set to MagickTrue to print detailed information about the identified classes.</p>
-
-<h5>cluster_threshold</h5>
-<p>This represents the minimum number of pixels contained in a hexahedra before it can be considered valid (expressed as a percentage).</p>
-
-<h5>smooth_threshold</h5>
-<p>the smoothing threshold eliminates noise in the second derivative of the histogram.  As the value is increased, you can expect a smoother second derivative.</p>
-
- </div>
 

 </div>