
Generates wizards<p>
	    Syntax:<br>
<br>
<pre>
{wizard [next-label=...] [previous-label=...] [ok-label=...] 
	[cancel-label=...] [page-label=...] 
        name="A Name" cancel=url done=url}
  {page}
    A page (RXML code, with two extra tags, {var} and {cvar}, see below)<br>
  {/page}
  {page}
    Another page...
  {/page}
{/wizard}
<br>
{var type=string|password|list|text|radio|checkbox|int|float|color|font|toggle|select|select_multiple</nobr>
     name=var_name
     options=foo,bar,gazonk    -- (for select and select_multiple) --
     default=default value<
     rows=num and cols=num       -- (for text) --
     size=chars                  -- (for most) --}
{cvar -- same as var,but the default value is the contents of the container --}
{/cvar}
</pre>