/*
** -----------------------------------------------------------------------------------------------------------------------------------------
**  Common template Array for MCHD Department Banners, Splashes and Color Overrides
** -----------------------------------------------------------------------------------------------------------------------------------------
*/

function TemplateArray (DepartmentKey, Banner, Department, BackGroundColor, Text, Ruler, Header)
    {
    this.key    = DepartmentKey
    this.banner = Banner
    this.dept   = Department
    this.bgc    = BackGroundColor
    this.text   = Text
    this.ruler  = Ruler
    this.header = Header
    }

var MCHDTemplate = new Array()

x=0;    
                  
