| Line 103... |
Line 103... |
| 103 |
<!-- DROPDOWN MENUS -->
|
103 |
<!-- DROPDOWN MENUS -->
|
| 104 |
<!--#include file="_menu_def.asp"-->
|
104 |
<!--#include file="_menu_def.asp"-->
|
| 105 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
105 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 106 |
</head>
|
106 |
</head>
|
| 107 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
107 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
| 108 |
<!-- MENU LAYERS -------------------------------------->
|
- |
|
| 109 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
- |
|
| 110 |
</div>
|
- |
|
| 111 |
<!-- TIPS LAYERS -------------------------------------->
|
- |
|
| 112 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
- |
|
| 113 |
<!-- HEADER -->
|
108 |
<!-- HEADER -->
|
| 114 |
<!--#include file="_header.asp"-->
|
109 |
<!--#include file="_header.asp"-->
|
| 115 |
|
- |
|
| 116 |
<%
|
110 |
<%
|
| 117 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
111 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
| 118 |
objFormComponent.FormName = "DAEMON_INSTRUCTIONS"
|
112 |
objFormComponent.FormName = "DAEMON_INSTRUCTIONS"
|
| 119 |
objFormComponent.Action = ScriptName
|
113 |
objFormComponent.Action = ScriptName
|
| 120 |
objFormComponent.OnSubmit = "ShowProgress();"
|
114 |
objFormComponent.OnSubmit = "ShowProgress();"
|