﻿/// <reference name="MicrosoftAjax.js"/>
Type.registerNamespace("Forme");

Forme.Sections = {
    structures: 'structures',
    safety: 'safety',
    roads: 'roads',
    hydraulics: 'hydraulics',
    geotechnics: 'geotechnics',
    services: 'services'
};
Forme.SectionColors = {
    'structures': 0x7fcc80,
    'safety': 0xaf3636,
    'roads': 0xa0a0a0,
    'hydraulics': 0x7ea8c0,
    'geotechnics': 0xc58263,
    'services': 0xf0ecab
};
