/*
  --- 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','http://chemed.chem.pitt.edu/cacc/default.htm', {'tw' : '_self'}],
	['Learn Cache','http://www.google.com', {'tw' : '_self'},
            ['How to Install CAChe','installcache1.htm', {'tw' : '_self'}],
		['How to Update Licence','http://chemed.chem.pitt.edu/cacc/updatelicence.htm', {'tw' : '_self'}],
		['Introduction','http://chemed.chem.pitt.edu/cacc/CACheTutorial/default.htm', {'tw' : '_self'}],
		['Getting Started','http://chemed.chem.pitt.edu/cacc/CACheTutorial/GettingStarted.htm', {'tw' : '_self'}],
	      ['The User Interface','http://chemed.chem.pitt.edu/cacc/CACheTutorial/InterfaceWindow.htm', {'tw' : '_self'}],
            ['Building Molecules','http://chemed.chem.pitt.edu/cacc/CACheTutorial/Building-Modifying.htm', {'tw' : '_self'},
		           ['Simple Molecules','http://chemed.chem.pitt.edu/cacc/CACheTutorial/building_simple_molecules.htm', {'tw' : '_self'}],
		           ['Inorganic Mol.s and Ions','http://chemed.chem.pitt.edu/cacc/CACheTutorial/Building_Inorganics.htm', {'tw' : '_parent'}],
		           ['Organic Molecules','http://chemed.chem.pitt.edu/cacc/CACheTutorial/Building_Organics.htm', {'tw' : '_self'}],
		           ['The Fragment Library','http://chemed.chem.pitt.edu/cacc/CACheTutorial/FragmentLibrary.htm', {'tw' : '_self'}],

            ],
	      ['Viewing & Manipulating','http://chemed.chem.pitt.edu/cacc/CACheTutorial/viewing_manipulating_the_str.htm', {'tw' : '_self'}],
            ['Computing Properties','http://chemed.chem.pitt.edu/cacc/CACheTutorial/computing_properties.htm', {'tw' : '_self'},
		           ['Geometry Optimization','http://chemed.chem.pitt.edu/cacc/CACheTutorial/optimizing_a_molecule.htm', {'tw' : '_self'}],
		           ['Molecular Orbitals','http://chemed.chem.pitt.edu/cacc/CACheTutorial/MolecularOrbitals.htm', {'tw' : '_parent'}],
		           ['Spectral Properties','http://chemed.chem.pitt.edu/cacc/CACheTutorial/spectral_properties.htm', {'tw' : '_self'}],
		           ['Chemical Reactivity','http://chemed.chem.pitt.edu/cacc/CACheTutorial/predicting_reactivity.htm', {'tw' : '_self'}],
            ],
            ['Advanced Topics','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'},
		           ['Project Leader','http://chemed.chem.pitt.edu/cacc/downloads/PL_quick_tips.pdf', {'tw' : '_self'}],
		           ['Procedure Editor','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_parent'}],
		           ['Conformational Searching','http://chemed.chem.pitt.edu/cacc/WIN_CONF_Training_Module.htm', {'tw' : '_self'}],
		           ['Reaction Modeling','http://chemed.chem.pitt.edu/cacc/WIN_REAC_Training_Module.htm', {'tw' : '_self'}],
		           ['Struct-Prop Relationships','http://chemed.chem.pitt.edu/cacc/WIN_QSAR_Training_Module.htm', {'tw' : '_self'}],
		           ['BioMed CAChe','http://chemed.chem.pitt.edu/cacc/WIN_BIOMED_Training_Module.htm', {'tw' : '_self'}],

            ],
	],
	['Course Activities','http://www.google.com', {'tw' : '_self'},
		['General Chemistry','http://chemed.chem.pitt.edu/cacc/general_chemistry.htm', {'tw' : '_self'}],
		['Organic Chemistry','http://chemed.chem.pitt.edu/cacc/organic_chemistry.htm', {'tw' : '_self'}],
		['Analitical Chemistry','http://chemed.chem.pitt.edu/cacc/analytical_chemistry.htm', {'tw' : '_self'}],
		['Inorganic Chemistry','http://chemed.chem.pitt.edu/cacc/inorganic_chemistry.htm', {'tw' : '_self'}],
		['Physical Chemistry','http://chemed.chem.pitt.edu/cacc/physical_chemistry.htm', {'tw' : '_self'}],
		['Advanced Courses','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'}],
	],

	['Training Modules','http://chemed.chem.pitt.edu/cacc/download.htm', {'tw' : '_self'}],

	['Useful Documentation','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'}],

	['Downloads','download.htm', {'tw' : '_self'},
		['CAChe Software','download.htm#cache_software', {'tw' : '_self'}],
		['Manuals','download.htm#useful_manuals', {'tw' : '_self'}],
		['Workshop Documents','download.htm#workshop_material', {'tw' : '_self'}],
		['Training Modules','download.htm#training_modules', {'tw' : '_self'}],
		['Resources for Instructors','download.htm#other_downloadables', {'tw' : '_self'}],
	],

	['Other Resources','http://chemed.chem.pitt.edu/cacc/links.htm', {'tw' : '_self'}],

	['Instructor Login','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'}],

	['About CACC','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'}],

	['Contact CACC','http://chemed.chem.pitt.edu/cacc/comingsoon.htm', {'tw' : '_self'}],


];