| Line 446... |
Line 446... |
| 446 |
else
|
446 |
else
|
| 447 |
{
|
447 |
{
|
| 448 |
// failed - exit function, returning false for the form.
|
448 |
// failed - exit function, returning false for the form.
|
| 449 |
document.MM_returnValue = false;
|
449 |
document.MM_returnValue = false;
|
| 450 |
MM_hideProgressBar();
|
450 |
MM_hideProgressBar();
|
| 451 |
alert ("Complete all selections");
|
451 |
vixAlert ("Complete all selections");
|
| 452 |
return false;
|
452 |
return false;
|
| 453 |
}
|
453 |
}
|
| 454 |
return true;
|
454 |
return true;
|
| 455 |
}
|
455 |
}
|
| 456 |
|
456 |
|
| Line 467... |
Line 467... |
| 467 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
467 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 468 |
<script language="JavaScript" src="images/tipster.js"></script>
|
468 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| 469 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
469 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 470 |
</head>
|
470 |
</head>
|
| 471 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
471 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
| - |
|
472 |
<!--#include file="_jquery_includes.asp"-->
|
| 472 |
<!-- MENU LAYERS -------------------------------------->
|
473 |
<!-- MENU LAYERS -------------------------------------->
|
| 473 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
474 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
| 474 |
</div>
|
475 |
</div>
|
| 475 |
<!-- TIPS LAYERS -------------------------------------->
|
476 |
<!-- TIPS LAYERS -------------------------------------->
|
| 476 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
477 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|