<!DOCTYPE html>
<html>
<head> 
	<topictype value="<%= TRIM(oHelp.oTopic.Type) %>" />
	<title><%= TRIM(oHelp.oTopic.Topic) %></title>
	<link rel="stylesheet" type="text/css" href="templates/wwhelp.css">
        <script src="templates/jquery.min.js" type="text/javascript"></script>
	<script src="templates/wwhelp.js" type="text/javascript"></script>
	<script>
	   // fix up code examples to display tabs	
           $(function() { $("#example").codeExampleTabs(); });
	</script>
</head>
<body>
<div class="banner">
  <div>
<% if !EMPTY(lcSeeAlsoTopics) %>
        <img src="bmp/seealso.gif" border=0  alt="Related Topics" style="cursor:hand" onmouseover="SeeAlsoButton();" />
	<div id="See" class="hotlinkbox" style="display:none" onmouseleave="SeeAlsoButton();">
	  <b>See also</b><br>
	  <div class="seealsotopics"><%= STRTRAN(lcSeeAlsoTopics,"|","<br/>") %></div>
	</div>
<% endif %>
	<span class="projectname"><%= oHelp.cProjectname %></span>
 </div>
 <div class="topicname">
	<img src="bmp/<%= TRIM(oHelp.oTopic.Type)%>.gif"><%= iif(oHelp.oTopic.Static,[<img src="bmp/static.gif" />],[]) %>&nbsp;<%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
 </div>
</div>
