| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
| <!-- | |
| (c) Copyright IBM Corp. 2000, 2002. | |
| All Rights Reserved. | |
| --> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| <title>Navigation</title> | |
| <style type="text/css"> | |
| /* need this one for Mozilla */ | |
| HTML { | |
| width:100%; | |
| height:100%; | |
| margin:0px; | |
| padding:0px; | |
| border:0px; | |
| } | |
| BODY { | |
| margin:0px; | |
| padding:0px; | |
| border-right:1px solid WindowText; | |
| /* Mozilla does not like width:100%, so we set height only */ | |
| height:100%; | |
| } | |
| IFRAME { | |
| width:100%; | |
| height:100%; | |
| } | |
| .hidden { | |
| visibility:hidden; | |
| width:0; | |
| height:0; | |
| } | |
| .visible { | |
| visibility:visible; | |
| width:100%; | |
| height:100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe frameborder="0" class="hidden" name="toc" id="toc" ></iframe> | |
| <iframe frameborder="0" class="hidden" name="search" id="search" ></iframe> | |
| <iframe frameborder="0" class="hidden" name="links" id="links"></iframe> | |
| <iframe frameborder="0" class="hidden" name="links" id="temp"></iframe> | |
| </body> | |
| </html> | |