123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <!--
- *********************************************************************************************************************************
- * Licensed Materials - Property of IBM *
- * *
- * IBM Cognos Products: AGS *
- * *
- * (C) Copyright IBM Corp. 2005, 2008 *
- * *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
- *********************************************************************************************************************************
- -->
- <html>
- <head>
- <title> </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="Copyright" content="Copyright (C) 2008 Cognos Incorporated. All Rights Reserved.">
- <meta name="Trademark" content="Cognos and the Cognos logo are trademarks of Cognos Incorporated.">
- <script type="text/javascript" src="../ags/layout.js">//</script>
- <script language="JavaScript" type="text/javascript">
- <!--
- var dialogIsClosed = true;
- function init() {
- var cf = getConfigFrame();
- if (cf && cf.showDialogFrame)
- cf.showDialogFrame(0);
- }
- // -->
- </script>
- </head>
- <body style="background-color: #FFFFFF;" onload="init();">
- </body>
- </html>
|