self.document.writeln('<table class="navigation" border="0" bgcolor="#ffffff" align="center" width="90%">\n<tr bgcolor="#ffffff">\n<td width="33%">&nbsp;</td>\n<td align="center" width="33%">');
if (typeof prev_link != 'undefined')
{
self.document.writeln('  <a accesskey="P" href="'+ prev_link + '" class="navigation"><img src="../../../docui2002/images/prev.gif" border=0 alt="Previous"></a>');
self.document.writeln('  <img src="../../../docui2002/images/virt_dot-line.gif" border="0" alt="">');
}
if (typeof next_link != 'undefined')
{
self.document.writeln('  <a accesskey="N" name="next" href="'+ next_link + '" class="navigation"><img src="../../../docui2002/images/next.gif" border=0 alt="Next"></a>');

}
self.document.writeln('  </td>\n');
self.document.writeln('  <td width="33%">&nbsp;</td>');
self.document.writeln('  </tr>\n');
self.document.writeln('  </table>');

var page = document.location.href.replace(/\\/g,'/');
if(page.length > 0) { self.document.writeln('<script language="javascript1.2" type="text/javascript" src="http://developer.novell.com/docadd/showcomments.php?url=' + page + '"></script>'); }

