// File:  menu_contents.js

// ********************
// Copyright (c) 2007 Reaction Design. All rights reserved.
//
// $Workfile: menu_content.js $  $Revision: 31 $
// $Modtime: 10/30/09 12:47p $
//
// $NoKeywords: $
//*************************

// These javascript variables define the menu hierarchy.
// They are referenced by the menu_options.js file.
// The menu variables are tables consisting of 2 columns:
//  (1) the displayed label of the menu
//  (2) the URL (may be relative or absolute) associated with the menu option
//
// Note that a comma follows each table row except the last one which has }; to end
// the variable definition.
//
// If relative links are used, then multiple versions of these variable definitions
// will be needed and each html file will need to include the version that is
// appropriate for where that html file is located relative to the root location
// so the correct number of ../../ levels is prepended to the URLs
//
// The actual usage of these variables is done within menu.js and dropdown.js
// which are invoked when the mouse hovers or selects a menu item.





var submenu_chemkin  = { "-"                          : "#",

                         "&nbsp; Latest Release" : "/support/members/downloads_chemkin.html",

                         "&nbsp; Documentation" : "/support/members/chemkin_documentation.shtml",

                         "&nbsp; Archived Releases" : "/support/members/downloads_chemkin_archives.html" };



var submenu_chemkin_pro  = { "-"                          : "#",

                         "&nbsp; Latest Release" : "/support/members/downloads_pro/15092/downloads_chemkin.html",

                       //  "&nbsp; Documentation" : "/support/members/downloads_pro/15082/chemkin_documentation.shtml",

                         "&nbsp; Archived Releases" : "/support/members/downloads_chemkin_archives.html" };



var submenu_kinetics  = {"-"                          : "#",

                         "&nbsp; Latest Release" : "/support/members/downloads_kinetics.html",

                         "&nbsp; Archived Releases" : "/support/members/downloads_kinetics.html" };



var submenu_fluent  = {"-"                          : "#",

                         "&nbsp; Latest Release" : "/support/members/downloads_cfd/fluent/20091/downloads_cfd.html",

                         "&nbsp; Documentation" : "/support/members/downloads_cfd/fluent/20091/cfd_documentation.shtml"};



var submenu_support2 = { "-"                             :  "#",//"/support/members/downloads_chemkin_archives.html", //"/support/open/downloads.html",

                         "&nbsp; CHEMKIN"  : submenu_chemkin,

                         "&nbsp; CHEMKIN-PRO"  : submenu_chemkin_pro,

                         "&nbsp; CHEMKIN-CFD/API"  : submenu_kinetics,

                         "&nbsp; CHEMKIN-CFD for FLUENT"  : submenu_fluent,

                         "&nbsp; License Server Utilities" : "/support/open/downloads_license_util.html"};



var submenu_support = {



"&nbsp; FAQs-Support Database"    : "/support/members/faqs.html",

"&nbsp; Citations Database"    : "/support/open/citations.html",

"&nbsp; Chemical Mechanisms Data&nbsp;&nbsp;"    : "/support/open/datalinks.html",

"&nbsp; Downloads"  : submenu_support2,

"&nbsp; Online User Group"  : "/support/open/online_groups.html",

"&nbsp; Sign up for Access"  : "/support/open/register_user.html",

"&nbsp; Customer Sign up"  : "/support/open/register_customer.html",

"&nbsp; Change Password"    : "/support/open/register_changepw.html"



};



var submenu_community = {



"&nbsp; Model Fuels Consortium"    : "/support/open/mfc.html",

"&nbsp; Events"  : "/events/open/events.html",

"&nbsp; Online User Group"    : "/support/open/online_groups.html",

"&nbsp; Strategic Partners"  : "/company/open/partners.html",

"&nbsp; University Partners"    : "/company/open/partners_univ.html",

"&nbsp; Training &amp; Seminars"  : "/events/open/training.html",

"&nbsp; Sign Up for Access"    : "/support/open/register_user.html"



};



var submenu_services = {



"&nbsp; Industries"    : "/services/open/industries.html",

"&nbsp; Chemical Mechanisms"    : "/services/open/mechanism_development.html",

"&nbsp; Custom Models"  : "/services/open/custom_models.html",

"&nbsp; Services"  : "/services/open/services_offerings.html"

};



var submenu_products = {



"&nbsp; CHEMKIN-PRO"    : "/products/open/chemkin-pro.html",

"&nbsp; CHEMKIN"    : "/products/open/chemkin.html",

"&nbsp; CHEMKIN-CFD"  : "/products/open/chemkin-cfd.html",

"&nbsp; ENERGICO"    : "/products/open/energico.html",

"&nbsp; Training"  : "/events/open/training.html",

"&nbsp; Application Notes"  : "/products/open/application_notes.html"



};



var submenu_about = {



"&nbsp; Management Team"  : "/company/open/management_team.html",

"&nbsp; News/Press Releases"    : "/company/open/news.html",

"&nbsp; Articles"    : "/company/open/articles.html",

"&nbsp; Careers"  : "/company/open/careers.html",

"&nbsp; Contact"    : "/company/open/contact.html"



};



