/*
  --- 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.php'],
  ['About Larry', null, null,
		['Short Biography', 'biography.php'],
		['Photos', 'photos.php'],
  ],
  ['Seminars', null, null,
        ['Objectives ...', null, null,
            ['Curves Organization Attendees', 'objectives_curves.php'],
            ['Dietitians Attendees', 'objectives_dietitians.php'],
            ['Healthcare Providers Attendees', 'objectives_healthcare.php'],        
            ['Public Attendees', 'objectives_public.php'],
            ['T.O.P.S. Attendees', 'objectives_tops.php'],
            ['Veterans Attendees', 'objectives_veterans.php'],        
        ],
        ['Future Seminars', 'futureseminars.php' ],
        ['Past Seminars', 'seminars.php' ],
        ['Generic Poster', 'genericposter.php' ],
  ],
  ['Testimonials', 'testimonials_short.php'	],
  ['TV and Press', 'press.php'],
  ['Weight Loss Tools', null, null,
	['BMI Charts','bmicharts.php'	],
	['Products', 'products.php'	],
  ],	
];


