/**
 * Customized Configuration Data for Site wide JavaScript.
 * 
 * Copying: Copying of this code for non-commercial use is permitted under the following conditions:
 *   - Give credit to the original author listed in this header.
 *   - For any reuse/distribution, make clear the same terms.
 *   
 * @author Steve Knaus
 */


Site.config = new Object();

Site.config.SITE_NAME = 'Our Lady of Mount Carmel Radio';
Site.config.SITE_SHORT_NAME = 'Carmel Radio';
Site.config.ORGANIZATION_NAME = 'Mount Carmel Radio';
Site.config.BANNER_TOP_RIGHT_CONTENT = '94.3 FM<br>Benque Viejo<br>Belize';
Site.config.ENABLE_FAVICON = true;
Site.config.FOOTER_HTML = '<a href="embed.html?x-content=site-map" title="Table of Contents."><img src="list-cross.gif" alt="Table of Contents."/>Site Map</a><span></span><a href="donate.html" title="How to contribute." ><img src="site.gif" alt="How to contribute." />Donate</a>';

Site.config.SITE_MAP =
[
   [ 
      '94.3 FM',         
      'home.html',
      'Our home page.',
      [
         [
            'Our History',
            'history.html',
            'A brief history of our radio station.'
         ],
         [
            'The Future',
            'future.html',
            'Future directions.'
         ],
         [
            'Non-Catholic Influence',
            'non-catholic-influence.html',
            'External influences that negatively affect our faith.'
         ],
         [
            'Site Map',
            'embed.html?x-content=site-map',
            'This website\'s table of contents.'
         ],
         [
            'Links',
            'related-links.html',
            'Links to related websites.'
         ]
      ]
   ],
   [ 
      'Programming',     
      'programming.html',
      'Radio programming and broadcasting.',
      [
         [ 
            'Schedule', 
            'embed.html?x-content=program-schedule',
            'Programming schedule'
         ],
         [ 
            'Audio Samples', 
            'audio.html',
            'Listen to some sample programming.'
         ]
      ]
   ],
   [ 
      'Belize',      
      'belize.html',
      'Some facts about this beautiful country.',
      [
         [
            'Tower Map',
            'radio-tower-map.html',
            'Current and proposed radio tower locations.'
         ],
         [
            'Coverage Map',
            'coverage-map.html',
            'Mount Carmel Radio coverage map.'
         ]
      ]
   ],
   [ 
      'Photos',  
      'embed.html?x-content=photos',
      'Photo gallery',
      [
      ]
   ],
   [
      'Donate',
      'donate.html',
      'Help our cause.',
      [
      ]
   ],
   [ 
      'Contacts',  
      'contacts.html',
      'Contact us.',
      [
      ]
   ]
];


