﻿<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="FlexCel 6.6.1.0">
<title>
dummy
</title> 
 <!-- This line is vital!  Without it your code will not work in obfuscated mode!!! --> 
 <script src="Resources.Gizmox.WebGUI.Forms.Skins.CommonSkin.Interfaces.js.ashx" type="text/javascript"></script> 
 <script language="javascript" type="text/javascript">
                 
            $(document).ready(function () {  
            var objEvent = VWG.Events.CreateEvent('72', 'GADGET_READY');
            VWG.Events.SetEventAttribute(objEvent, cmd, args);              
            VWG.Events.RaiseEvents(); });

          function Phoebus_Link(cmd,args) {

            var objEvent = VWG.Events.CreateEvent('72', 'PHOEBUS_LINK');

            VWG.Events.SetEventAttribute(objEvent, cmd, args);

            VWG.Events.RaiseEvents(); }

          function Input_Update(inputId) {

            var objEvent = VWG.Events.CreateEvent('72', 'PHOEBUS_UPDATE');

            VWG.Events.SetEventAttribute(objEvent, 'XlsUpdate', inputId + '=' + document.getElementById(inputId).value);

            VWG.Events.SetEventAttribute(objEvent, 'FieldUpdate', document.getElementById(inputId).name + '=' + document.getElementById(inputId).value);

            VWG.Events.SetEventAttribute(objEvent, 'Html', document.getElementById(inputId).outerHTML);

            VWG.Events.RaiseEvents(); }

          function Form_Submit(formId,command) {

            var objEvent = VWG.Events.CreateEvent('72', 'PHOEBUS_FORM_SUBMIT');
            var str = 'cmd=' + command + "&";
            var elem = document.getElementById(formId).elements;

            for(var i = 0; i < elem.length; i++)
                { 
                    if (elem[i].type=='radio' || elem[i].type=='checkbox') 
                        {
                          if (elem[i].checked==true) {str += elem[i].name + "=" + elem[i].value + "&";}  
                        }
                    else 
                        {
                            str += elem[i].name + "=" + elem[i].value + "&";
                        }
                } 

            VWG.Events.SetEventAttribute(objEvent, 'Form_Submit', str);

            VWG.Events.RaiseEvents(); }
                       </script>
<style type = 'text/css'>
table.flxmain_table td {overflow:hidden;padding: 0 1.5pt}
 .imagediv {position:absolute;border:none}
 table td.imagecell {vertical-align:top;text-align:left;padding:0}
 .flxHeading {background-color:#E7E7E7;text-align:center;border: 1px solid black;font-family:helvetica,arial,sans-serif;font-size:10pt}
 .flx0 {
  background-color:white;
  color:black;
  font-size:10pt;
  font-weight:normal;
  font-style:normal;
  font-family:Arial;
  text-align:left;
  vertical-align:bottom;
  white-space:nowrap;
 }

 .flx1 {
  background-color:white;
  color:#1f497d;
  font-size:18pt;
  font-weight:bold;
  font-style:normal;
  font-family:Cambria;
  text-align:left;
  vertical-align:bottom;
  white-space:nowrap;
 }

 .flx2 {
  background-color:white;
  color:#1f497d;
  font-size:11pt;
  font-weight:bold;
  font-style:normal;
  font-family:Calibri;
  text-align:left;
  vertical-align:bottom;
  white-space:nowrap;
 }

</style>
</head>
<body>
<table class='flxmain_table' border='0' cellpadding='0' cellspacing='0' style='width:151.53pt; table-layout:fixed; border-collapse:collapse;'>
 <col class='flx0' span='3' style ='width:50.51pt;'>
  <tr style='display:none'>
    <td style = 'padding:0;width:50.51pt;'></td>
    <td style = 'padding:0;width:50.51pt;'></td>
    <td style = 'padding:0;width:50.51pt;'></td>
  </tr>
 <tr  style='height:14.57pt;'>
  <td class='flx1' colspan = '3'><span class='flx1' style ='height:14.57pt;'>NoTemplate</span></td>
</tr>
 <tr  style='height:14.57pt;'>
  <td class = 'flx0'></td>
<td class = 'flx0'></td>
<td class = 'flx0'></td>

</tr>
 <tr  style='height:14.57pt;'>
  <td class = 'flx2' style = 'border-bottom:medium solid #95b3d7;'></td>
<td class = 'flx0'></td>
<td class = 'flx0'></td>

</tr>
</table>
</body>
</html>
