diff --git a/www/api/display.html b/www/api/display.html
index cd9ca16..3f2c2a3 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -168,7 +168,7 @@
<a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
</div>
</div>
</div>
@@ -190,9 +190,85 @@
<div class="main">
-<h1>Module Methods</h1>
-<p class="navigation-index">[<a href="#"></a>]</p>
+<h1>Module display
+ Methods</h1>
+<p class="navigation-index">[<a href="#DisplayImages">DisplayImages</a> • <a href="#RemoteDisplayCommand">RemoteDisplayCommand</a> • <a href="#XDisplayBackgroundImage">XDisplayBackgroundImage</a>]</p>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
+_8c.html" id="DisplayImages">DisplayImages</a></h2>
+<div class="doc-section">
+
+<p>DisplayImages() displays an image sequence to any X window screen. It returns a value other than 0 if successful. Check the exception member of image to determine the reason for any failure.</p>
+
+<p>The format of the DisplayImages method is:</p>
+
+<pre class="code">
+ MagickBooleanType DisplayImages(const ImageInfo *image_info,
+ Image *images)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<h5>image_info</h5>
+<p>the image info.</p>
+
+<h5>image</h5>
+<p>the image.</p>
+
+ </div>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
+_8c.html" id="RemoteDisplayCommand">RemoteDisplayCommand</a></h2>
+<div class="doc-section">
+
+<p>RemoteDisplayCommand() encourages a remote display program to display the specified image filename.</p>
+
+<p>The format of the RemoteDisplayCommand method is:</p>
+
+<pre class="code">
+ MagickBooleanType RemoteDisplayCommand(const ImageInfo *image_info,
+ const char *window,const char *filename,ExceptionInfo *exception)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<h5>image_info</h5>
+<p>the image info.</p>
+
+<h5>window</h5>
+<p>Specifies the name or id of an X window.</p>
+
+<h5>filename</h5>
+<p>the name of the image filename to display.</p>
+
+<h5>exception</h5>
+<p>return any errors or warnings in this structure.</p>
+
+ </div>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/display
+_8c.html" id="XDisplayBackgroundImage">XDisplayBackgroundImage</a></h2>
+<div class="doc-section">
+
+<p>XDisplayBackgroundImage() displays an image in the background of a window.</p>
+
+<p>The format of the XDisplayBackgroundImage method is:</p>
+
+<pre class="code">
+ MagickBooleanType XDisplayBackgroundImage(Display *display,
+ XResourceInfo *resource_info,Image *image)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<h5>display</h5>
+<p>Specifies a connection to an X server; returned from XOpenDisplay.</p>
+
+<h5>resource_info</h5>
+<p>Specifies a pointer to a X11 XResourceInfo structure.</p>
+
+<h5>image</h5>
+<p>the image.</p>
+
+ </div>
</div>