//the following is a JSON type object which represents
//the similar object that will be provided from the JSP
//config file. This object contains the sourcegroup, 
//supersourcegroup, etc information associated with the
//site ENTITY - 'MOVIES:TITLE:' - for this example.

//appID+":TITLE:";
var mediatypes = {"srcGroup" : [
                                    { "tabname"         : "ALL",                    //name on the tab
                                      "tabdesc"         : "ALL",    //desc in tab tooltip
                                      "isdefault"       : "true",                   //pre-cookies -> use this tab
                                      "SuperSet"        : "",              //Superset for this SourceGroup
                                      "isEnhanced"      : "false",                  //is this an Enhanced SourceGroup
                                      "EnhancedTxt"     : "",                       //if this IS Enhanced SG, what is the special Text needed
                                      "id"              : "2050,2051,2052",              //Source Group ID
                                      "sourceCount"     : "450"},                       //count of sources that make up this SourceGroup
                                    { "tabname"         : "News",
                                      "tabdesc"         : "News",
                                      "isdefault"       : "true",
                                      "SuperSet"        : "",
                                      "isEnhanced"      : "false",
                                      "EnhancedTxt"     : "",
                                      "id"              : "2050",
                                      "sourceCount"     : "285"},
                                    { "tabname"         : " Blogs",
                                      "tabdesc"         : " Blogs ",
                                      "isdefault"       : "true",
                                      "SuperSet"        : "",
                                      "isEnhanced"      : "false",
                                      "EnhancedTxt"     : "",
                                      "id"              : "2051",
                                      "sourceCount"     : "164"},
                                    { "tabname"         : "Regional",
                                      "tabdesc"         : "Regional",
                                      "isdefault"       : "true",
                                      "SuperSet"        : "",
                                      "isEnhanced"      : "false",
                                      "EnhancedTxt"     : "",
                                      "id"              : "2052",
                                      "sourceCount"     : "1"}
                                  ]
}

