/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', './index'],
	['Applications', '', null,
                ['For Administrators', './administrators'],
                ['For Physicians', './physicians'],
	 	['Provider Productivity Analysis', './provider'],
		['Payer Contracts Analysis', './payer'],
		['RVU Cost Analysis', './cost'],
	 	['Practice Dashboard', './practice_dashboard'],
         
	],
   /*  ['Physicians', './physicians', null,
		['Payer Contracts Analysis', './payer_physician'],
	 	['Provider Productivity Analysis', './provider_physician'],
		['RVU Cost Analysis', './cost_physician'],
                ['Practice Dashboard', './practice_dashboard'],
                
	],*/
		
	
	
	['Tools', './toolsparent', null,
		['Free Practice Tools', './tools'],
		['Headlines', './headlines'],
		['Links & Articles', './linksarticles'],
		['Newsletter', './newsletter'],
                ['Groups', './groups'],
        ],
        ['About Us', '', null,
   		['Services', './services'],
                ['News & Events', './news'],
	 	['Expertise', './expertise'],
		['FAQ', './faq'],
                ['Contact Us', './contact'],
	],
        
];

