/*
  --- 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 = [

	['Mauritz Group Homepage', 'index.html', null,
		['Dr. Mauritz', 'mauritz.html'],
		['Polymer Science Relaxation', 'PolymerScientistRelaxation.htm'],
		['Summary of Research', 'rshsum.html'],
		['Short Courses', 'course.html', null,
				['Polymer Physical Chemistry', 'intro.html'],
				['Relaxations and Diffusion in Polymers', 'poly.html'],
				['Polymer Solutions', 'solutn.html'],
		],	
		['Ancestry', 'ancstry.html'],
		['Links', 'links.html', null,
				['General Information Websites', null, null,
					['PlasticResource.com', 'http://www.plasticsresource.com/s_plasticsresource/index.asp'],
					['Polymerupdate.com', 'http://www.polymerupdate.com/'],
					['Polysort.com', 'http://www.polysort.com/'],
					['Plastics.com', 'http://www.plastics.com/'],
					['British Plastic and Rubber Online', 'http://www.polymer-age.co.uk/'],
					['ACS Rubber Division', 'http://www.rubber.org/'],
					['NIST Chemistry Webbook', 'http://webbook.nist.gov/'],
				],
				['Polymer Education', null, null,
					['Case-Western Reserve Virtual Textbook', 'http://plc.cwru.edu/tutorial/enhanced/main.htm'],
					['Glossary of Polymer Science Terms', 'http://www.iupac.org/reports/1996/6812jenkins/index.html'],
					['Polymers and People', 'http://www.chemheritage.org/EducationalServices/Polymers+People/PREFACE.html'],
					['The Macrogalleria', 'http://www.psrc.usm.edu/macrog/index.htm'],
				],
				['Microscopy', null, null,
					['Optical Microscopy Primer', 'http://micro.magnet.fsu.edu/primer/index.html'],
				],

		],
		['Department of Polymer Science', 'http://www.psrc.usm.edu/'],
	],
	['Research Interests', 'crrrsh.html', null,
		['Sol-Gel Chemistry', 'solgel.html'],
		['Organic-Inorganic Nanocomposites', 'nano.html', null,
				['Organic-Inorganic Monomers', 'nano2.html'],
				['Organic-Inorganic Polymer Associations', 'nano3.html'],
				['Organic-Inorganic Interpenetrating Networks', 'nano4.html'],
				['Organic-Inorganic Telechelic Polymers', 'nano5.html'],
		],
		['NafionŽ (Ionomers)', 'nafion.html'],
		['Block Copolymer Ionomers', 'block.html'],
		['SurlynŽ (Ionomers)', 'surlyn.html'],
	],

	['Instrumentation', 'instmt.html', null,
		['MALDI-TOF MS (Retired - Great Info)', 'maldi.html'],
		['Dielectric Spectroscopy', 'dilect.html'],
		['Scanning Electron Microscopy', 'esem.html'],
		['Transmission Electron Microscopy', 'tem.html'],
		['Atomic Force Microscopy', 'afm.html'],
		['Gas and Liquid Diffusion', 'diffuse.html'],
	],

	['Contact', 'mailto: Kenneth.Mauritz@usm.edu?subject=Webpage Question', null,
	],
];

