diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index 1fe2cc2..c5c194a 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -49,6 +49,19 @@
</div>
<div class="sep"></div>
<div class="menu">
+ <a title="Binary Releases" href="../../www/binary-releases.html">Binary Releases</a>
+</div>
+<div class="sub">
+ <a title="Binary Release: Unix" href="../../www/binary-releases.html#unix">Unix</a>
+</div>
+<div class="sub">
+ <a title="Binary Release: MacOS X" href="../../www/binary-releases.html#macosx">Mac OS X</a>
+</div>
+<div class="sub">
+ <a title="Binary Release: Windows" href="../../www/binary-releases.html#windows">Windows</a>
+</div>
+<div class="sep"></div>
+<div class="menu">
<a title="Command-line Tools" href="../../www/command-line-tools.html">Command-line Tools</a>
</div>
<div class="sub">
@@ -75,9 +88,6 @@
<div class="sub">
<a title="Program Interface: Magick++" href="../../Magick++/">Magick++</a>
</div>
-<div class="menu">
- <a title="Architecture" href="../../www/architecture.html">Architecture</a>
-</div>
<div class="sep"></div>
<div class="menu">
<a title="Install from Source" href="../../www/install-source.html">Install from Source</a>
@@ -89,21 +99,11 @@
<a title="Install from Source: Windows" href="../../www/install-source.html#windows">Windows</a>
</div>
<div class="menu">
- <a title="Binary Releases" href="../../www/binary-releases.html">Binary Releases</a>
-</div>
-<div class="sub">
- <a title="Binary Release: Unix" href="../../www/binary-releases.html#unix">Unix</a>
-</div>
-<div class="sub">
- <a title="Binary Release: MacOS X" href="../../www/binary-releases.html#macosx">Mac OS X</a>
-</div>
-<div class="sub">
- <a title="Binary Release: Windows" href="../../www/binary-releases.html#windows">Windows</a>
-</div>
-<div class="menu">
<a title="Resources" href="../../www/resources.html">Resources</a>
</div>
-<div class="sep"></div>
+<div class="menu">
+ <a title="Architecture" href="../../www/architecture.html">Architecture</a>
+</div>
<div class="menu">
<a title="Download" href="../../www/download.html">Download</a>
</div>
@@ -142,7 +142,7 @@
<a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/" title="Webdesign">Webdesign</a><!-- 20110101000120 -->
+ <a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/" title="Online-Magazin">Online-Magazin</a><!-- 20101101000200 -->
</div>
</div>
</div>
@@ -292,7 +292,7 @@
<p>The format of the MagickGetIteratorIndex method is:</p>
<pre class="code">
- long MagickGetIteratorIndex(MagickWand *wand)
+ ssize_t MagickGetIteratorIndex(MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p></ol>
@@ -329,7 +329,7 @@
<pre class="text">
char **MagickQueryConfigureOptions(const char *pattern,
- unsigned long *number_options)
+ size_t *number_options)
</pre>
<p>A description of each parameter follows:</p></ol>
@@ -439,7 +439,7 @@
<p>The format of the MagickQueryFonts function is:</p>
<pre class="text">
- char **MagickQueryFonts(const char *pattern,unsigned long *number_fonts)
+ char **MagickQueryFonts(const char *pattern,size_t *number_fonts)
</pre>
<p>A description of each parameter follows:</p></ol>
@@ -462,7 +462,7 @@
<pre class="text">
char **MagickQueryFonts(const char *pattern,
- unsigned long *number_formats)
+ size_t *number_formats)
</pre>
<p>A description of each parameter follows:</p></ol>
@@ -538,7 +538,7 @@
<pre class="code">
MagickBooleanType MagickSetIteratorIndex(MagickWand *wand,
- const long index)
+ const ssize_t index)
</pre>
<p>A description of each parameter follows:</p></ol>
@@ -632,7 +632,7 @@
<!-- <span id="linkbar-west"> </span> -->
<span id="linkbar-center">
<a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> •
- <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
+ <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
</span>
<span id="linkbar-east"> </span>
</div>