- <html>
- <head>
- <title>cabie process</title>
- <script src="cabieprocess_utils.js"></script>
- <script>
- <!--
- var g_NavBarLoaded = g_TitleBarLoaded = false;
-
- function FileEntry(pageName, vmlImage, rasterImage) {
- this.PageName = pageName;
- this.VMLImage = vmlImage;
- this.RasterImage = rasterImage;
- }
-
- g_FileList = new Array(
- new FileEntry('Page-1', '', 'cabieprocess1_raster.html'));
-
-
- function HTMLExport() { }
-
- g_theApp = new HTMLExport();
-
- g_theApp.ActiveViewMgr = null;
- g_theApp.UseVML = SupportsVML();
- g_theApp.FileList = g_FileList;
- g_theApp.CurrentPageIX = -1;
- g_theApp.DrawingTitle = "cabieprocess";
-
- function BlankPage(color)
- {
- if ( (null != color) && ("" == color) )
- color = "black";
-
- return "<html><body bgcolor='" + color + "'><body></html>";
- }
-
- //-->
- </script>
- </head>
-
- <frameset rows="*,30">
- <frame name="frmPageView" src="javascript:parent.BlankPage('white')" frameborder="no" scrolling="auto">
- <frame name="frmNavBar" src="cabieprocess_nav.html" frameborder="no" scrolling="no">
- </frameset>
-
- <noframes>
-
- </html>
-