!nocache
!!<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html>
<head>
$wims_html_header
!if $job iswordof read print
$header
!endif
</head>
!if $job=help
!changeto ./docu/$module_language/help.phtml
!endif
!if help isin $wims_session and $doc!=$helpd
<body $wims_htmlbody onload=window.close();>
You may now close this help window.
</body></html>
!endif
<body $wims_htmlbody><div class=wimsmenu>
!if $cmd=help and $special_parm=about
!changeto ./docu/$module_language/about.phtml
!endif
!read docu/$module_language/menu.phtml
</div><div class=wimsbody>
!read ./docu/$module_language/$job.phtml
titr,authorr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
foldin,foldout,readcntadv,job2
!for i=1 to 20
</div>
!if robot isin $session
<small>
Description: $module_description
<p>
Keywords: $module_keywords, $wims_site_keywords
</small>
!endif
</body></html>