1.  Extract rates (if this is secondary plan file then wait until everything else is done)
2.  If this is secondary plan file then search for ***agtnum and change to **2agtnum
3.  In SELECTPLANS.PHP add checkbox with related plan info
4.  Add plan to MSGRID.PHP
4.  Add plan to SELECTPLANS.PHP   
5.  Update SAVECHECKS.JS - also update checkbox to call function keep***()


--------------------scripts
1) in rightboxes.php, add display that appears in right column of client gadget when checkbox for Welcome Discount is checked
   see uhcwelcome1  in rightboxes

2) update function welcomecg()     (in static.js)


5.  Update SAVECHECKS.JS
-------------------xx2 (ie bs2,uh2)
   
    change checkbox accentcolor to xxx
    



------------------------------php file for carrier----------------------------------------------------
    global $scriptfile;          --add for each plan
    
    update classes for emailfile
    
------------------manage checkboxes--------------------------------------------------------------------
RIGHTBOXES - see chkinclphy and use this qualifier
    if (isset($_POST['chkinclphy'])) {
STATIC.JS
        if (revealphy) {
            iterphyrow();
            document.getElementById("phycheckingnote").style.display = "block";
            document.getElementById("phychkabbrv").style.display = "inline-block"; 
        }
        
------------------trace script------------------------------------------------------------------
1. Include access to script for new plan in msreq.php
2. in rightboxes there is a checkbox that calls change***cohab
   -- this checkbox calls function change***cohab in ***.js
   -- if there is a second plan for overlap then check reveal in sessionStorage to determine wheteer to include.  
   -- if reveal is true then call call iter***row 
      (see uhcjs for example, remember that all js files are loaded so it can call function from the related js file
      put the change***cohab function only in the file the referenced by the calling checkbox

-----------------find file contents----------------------------------------------------------------

RIGHTBOXES.PHP 
  - contains prepared for:
  - contains checkboxes for gadget mode