/*
  --- 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 = [
	['Research', null, null,
	        ['Home',"./index.php"],
	     /*   ['Black Strings', null, null,
	        	['Background', null],
	        	['Initial Data', null, null,
	        		['Time-symmetric'],
	        		['Generic']
	        	],
	        	['Evolution', null,null,
	        		['Time-symmetric'],
	        		['Generic']
                        ]
	        ],
                */
	        ['Publications',"http://relativity.phys.lsu.edu/~matt/publications.html"],
	        ['Movies',"./movies.php"],
        ],
	['AMR Frameworks', null, null,
		['Finite Difference',null,null,
			['HAD',"./had.php"],
			['Other Packages',"./fd_others.php"],
                ],
		['Finite Element',"./fe_other.php"],
	],
/*	['FEM Apps', null, null,
		['General Relativity'],
	],
        */
	['Software',"./software.php"],
/*	['Pipe Organs', null, null,
		['Coming Soon'],
                ],
                */
	['Teaching', null, null,
		['Math 435 Winter 2009',"./m435.php"],
		['Math 112 Winter 2009',"./m112_2.php"],
		['Math 112 Fall 2008',"./m112.php"],
		['Math 547 Winter 2008',"./m547.php"],
		['Math 303 Winter 2008',"./m303.php"],
		['Math 410 Fall 2007',"./m410.php"],
		['Math 510 Fall 2007',"./m510.php"],
                ],
	['Contact',"./contact.php"]
];


