/* JSCookMenu menu for the site.
 * Created on Nov 17, 2008 by Richard Gruet.
 * $Id: //depot/GGSB/www/js/siteMenu.js#3 $
 */

var siteMenu =
[
    // Item Format is ['icon', 'title', 'url', 'target', 'description']:

    ['', 'Home', 'index.php', '', ''],  // a menu item
    ['', 'Project Overview', 'studyoverview.php', '', '',  // a folder item
        ['', 'Project Criteria', 'studycriteria.php', '', ''],  // a menu item
        ['', 'FAQs', 'faq.php', '', ''],
    ],
    ['', 'Engineering And Environmental', 'engineeringenvironmental.php', '', '',
        ['', 'Preliminary Engineering', 'preliminaryengineering.php', '', '',
            ['', 'Wind Studies', 'windstudy.php', '', ''],
            ['', 'Maintenance &amp; Operations', 'maintenanceoperations.php', '', ''],
            ['', 'Alternatives', 'alternatives.php', '', ''],
        ],
        ['', 'Environmental Studies', 'environmentalstudies.php', '', '',
            ['', 'Historic', 'historic.php', '', ''],
            ['', 'Parklands', 'parklands.php', '', ''],
            ['', 'Visual', 'visual.php', '', ''],
            ['', 'Environmental Document', 'environmentaldocument.php', '', ''],
        ],
    ],
    ['', 'Meetings 2008 - 2010', 'calendarinfo.php', '', ''],
    ['', 'Library', 'library.php', '', '',
        ['', 'Press Releases', 'pressreleases.php', '', ''],
        ['', 'Project Documents', 'studydocuments.php', '', ''],
        ['', 'Archives', 'archives.php', '', ''],
        ['', 'Related Projects', 'relatedprojects.php', '', ''],
        ['', 'Links', 'links.php', '', ''],
    ],

];


