self.document.writeln('<table border="0" align="center" width="90%">\n<tr>\n<td width="33%"> </td>\n<td align="center" width="33%">');
if (typeof prev_link != 'undefined' && typeof prev_status_info != 'undefined')
 {
self.document.writeln('  <a href="'+ prev_link + '" class="navigation"><img src="../../../docui2002/images/prev.gif" border=0 alt="Página anterior: '+ prev_status_info + '"></a>');
self.document.writeln('  <img src="../../../docui2002/images/virt_dot-line.gif" border="0" alt="">');
}
if (typeof next_link != 'undefined' && typeof next_status_info != 'undefined')
{
self.document.writeln('  <a href="'+ next_link + '" class="navigation"><img src="../../../docui2002/images/next.gif" border=0 alt="Página siguiente: '+ next_status_info + '"></a>');

}
self.document.writeln('  </td>\n');
self.document.writeln('  <td width="33%"> </td>');
self.document.writeln('  </table>');
    

