
<? include($template[company][file_path] . "shared/start_HTML.shared"); ?>


<? include($template[company][file_path] . "shared/HEADER.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_I_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_I_ii.shared"); ?>


<!-- NOTE:  cellpadding and cellspacing and TABLE II. must be done -->
<!-- this way in order to enable a ratio/"secured network" at the bottom -->
  

<? include($template[company][file_path] . "shared/start_TABLE_II.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_III_logo.shared"); ?>


<? $page_message = "Please use the menu options below to navigate and manage your account...";
include($template[company][file_path] . "shared/start_TABLE_IV_sysmsg.shared"); ?>


<? $form_action = "";
include($template[company][file_path] . "shared/start_TABLE_V_form.shared"); ?>
<!-- --------------------INSERT FORM CONTENT BELOW <!TD!>: ------------------------ -->



<? include($template[company][file_path] . "shared/start_TABLE_VI_mastertab.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_ii.shared"); ?>

<!-- NOTE: the gap between VII_ii and VII_iii allows for a tight 'reqired fields' footer -->

<? include($template[company][file_path] . "shared/start_TABLE_VII_iii.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_VIII_menu.shared"); ?>
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->


<? $TABLE_VIII_colspan = "1";
include($template[company][file_path] . "shared/TABLE_VIII_colspan.shared"); ?>
<!-- SINCE THE REQUIRED COLSPAN IS SET ABOVE, NOW START ROW CONTENT BELOW: <TR>: -->




<? $row_title = "General {$template[company][name]} System Alert...";
include($template[company][file_path] . "shared/TABLE_VIII_ROW_title.shared"); ?>


<? $row_paragraph = "$tmp_message";
include($template[company][file_path] . "shared/TABLE_VIII_ROW_paragraph.shared"); ?>

    

    
    
<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_VIII_mainmenu.shared"); ?>



<? include($template[company][file_path] . "shared/end_TABLE_VII_iii.shared"); ?>

<? $tightfooter = "";
include($template[company][file_path] . "shared/TABLE_VII_ii_tightfooter.shared"); ?>

<? include($template[company][file_path] . "shared/end_TABLE_VII_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_VII_i.shared"); ?>


<? include($template[company][file_path] . "shared/spacer_TABLE_V_form.shared"); ?>




<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT BELOW <TR>:  -->
<?
$left_submit = "";
$center_submit = "";
$right_submit = "";
include($template[company][file_path] . "shared/TABLE_XI_submit.shared"); ?>
<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT ABOVE <TR>:  -->

    
    
    
<!-- -------------------- INSERT FORM CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_V_form.shared"); ?>



<? include($template[company][file_path] . "shared/end_TABLE_II.shared"); ?>

<!-- NOTE:  insert footers like "ratio"/"Secured Network" falls beween II and I -->
<? include($template[company][file_path] . "shared/TABLE_I_ii_tightfooter.shared"); ?>


<? include($template[company][file_path] . "shared/end_TABLE_I_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_I_i.shared"); ?> 


<? include($template[company][file_path] . "shared/end_HTML.shared"); ?> 


