| Line 60... |
Line 60... |
| 60 |
<!-- DROPDOWN MENUS -->
|
60 |
<!-- DROPDOWN MENUS -->
|
| 61 |
<!--#include file="_menu_def.asp"-->
|
61 |
<!--#include file="_menu_def.asp"-->
|
| 62 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
62 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 63 |
</head>
|
63 |
</head>
|
| 64 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
64 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
| 65 |
<!-- MENU LAYERS -------------------------------------->
|
- |
|
| 66 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
- |
|
| 67 |
</div>
|
- |
|
| 68 |
<!-- TIPS LAYERS -------------------------------------->
|
- |
|
| 69 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
- |
|
| 70 |
<!-- HEADER -->
|
65 |
<!-- HEADER -->
|
| 71 |
<!--#include file="_header.asp"-->
|
66 |
<!--#include file="_header.asp"-->
|
| 72 |
|
- |
|
| 73 |
<%
|
67 |
<%
|
| 74 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
68 |
'-- FROM START ---------------------------------------------------------------------------------------------------------
|
| 75 |
objFormComponent.FormName = "GBE_BUILDSTANDARD"
|
69 |
objFormComponent.FormName = "GBE_BUILDSTANDARD"
|
| 76 |
objFormComponent.FormClass = "form_tight"
|
70 |
objFormComponent.FormClass = "form_tight"
|
| 77 |
objFormComponent.Action = ScriptName
|
71 |
objFormComponent.Action = ScriptName
|