// Copyright (c) 2007 Vilesse Ltd. All Rights Reserved.
// http://www.vilesse.com

var mainMenu =
	{
		order : ['Home', 'Company', 'Consulting', 'Outsourcing', 'Support'],
		'Home' : '/',
		'Company' :
			{
				mainURL : '/company/overview.html',
				order : ['Overview', 'Technologies', 'Contact us', 'Privacy policy', 'Terms of use'],
				'Overview' : '/company/overview.html',
				'Technologies' : '/company/technologies.html',
				'Contact us' : '/company/contacts.html',
				'Privacy policy' : '/company/privacy_policy.html',
				'Terms of use' : '/company/tou.html'
			},
		'Consulting' :
			{
				mainURL : '/consulting/overview.html',
				order : ['Overview', 'Remote system administrator', 'Helpdesk specialist', 'Database administrator',
						 'Database developer', 'MS Excel macros and Office automation', 'Data processing', 'Software consulting', 'Web design and web development'],
				'Overview' : '/consulting/overview.html',
				'Remote system administrator' : '/consulting/remote_system_administrator.html',
				'Helpdesk specialist' : '/consulting/helpdesk.html',
				'Database administrator' : '/consulting/database_administrator_microsoft_sql_server_2000_2005.html',
				'Database developer' : '/consulting/database_developer_microsoft_sql_server_2000_2005.html',
				'MS Excel macros and Office automation' : '/consulting/microsoft_excel_macros_and_office_automation.html',
				'Data processing' : '/consulting/data_processing.html',
				'Software consulting' : '/consulting/software_consulting_and_custom_software_development.html',
				'Web design and web development' : '/consulting/web_design_and_web_based_application_development.html'
			},
		'Outsourcing' :
			{
				mainURL : '/outsourcing/overview.html',
				order : ['Overview', 'Development cycle', 'Custom software development', 'Cross-platform libraries and components development',
						 'Refactoring and reengineering software', 'Software support and code maintenance', 'Quality assurance and testing', 'Pricing policy'],

				'Overview' : '/outsourcing/overview.html',
				'Development cycle' : '/outsourcing/software_development_life_cycle.html',
				'Custom software development' : '/outsourcing/outsourcing_and_custom_software_development.html',
				'Cross-platform libraries and components development' : '/outsourcing/cross_platform_libraries_and_activex_components_development.html',
				'Refactoring and reengineering software' : '/outsourcing/refactoring_and_reengineering_software.html',
				'Software support and code maintenance' : '/outsourcing/software_support_and_code_maintenance.html',
				'Quality assurance and testing' : '/outsourcing/quality_assurance_automated_unit_tests_and_manual_testing.html',
				'Pricing policy' : '/outsourcing/pricing_policy.html'
			},
		'Support' :
			{
				mainURL : '/support/overview.html',
				order : ['Overview'],
				'Overview' : '/support/overview.html'
			}
	};

var leftMenus =
	{
		order : ['Services', 'Outsourcing', 'Consulting'],
		'Services' :
			{
				showOnPages : ['Home', 'Company::Overview', 'Company::Technologies'],
				order : ['Consulting', 'Outsourcing'],

				'Consulting' : '/consulting/overview.html',
				'Outsourcing' : '/outsourcing/overview.html'
			},
			
		'Outsourcing' :
			{
				showOnPages : ['Consulting::Overview', 'Consulting::Database developer', 'Consulting::MS Excel macros and Office automation',
							   'Consulting::Software consulting', 'Consulting::Web design and web development'],
				order : ['Outsourcing overview', 'Custom software development', 'Software support and code maintenance', 'Quality assurance and testing'],

				'Outsourcing overview' : '/outsourcing/overview.html',
				'Custom software development' : '/outsourcing/outsourcing_and_custom_software_development.html',
				'Software support and code maintenance' : '/outsourcing/software_support_and_code_maintenance.html',
				'Quality assurance and testing' : '/outsourcing/quality_assurance_automated_unit_tests_and_manual_testing.html'
			},
			
		'Consulting' :
			{
				showOnPages : ['Outsourcing::Overview', 'Outsourcing::Custom software development', 'Outsourcing::Software support and code maintenance'],
				order : ['Consulting overview', 'Database administrator', 'Database developer', 'MS Excel macros and Office automation',
						 'Data processing', 'Software consulting'],

				'Consulting overview' : '/consulting/overview.html',
				'Database administrator' : '/consulting/database_administrator_microsoft_sql_server_2000_2005.html',
				'Database developer' : '/consulting/database_developer_microsoft_sql_server_2000_2005.html',
				'MS Excel macros and Office automation' : '/consulting/microsoft_excel_macros_and_office_automation.html',
				'Data processing' : '/consulting/data_processing.html',
				'Software consulting' : '/consulting/software_consulting_and_custom_software_development.html'
			}
	};

var footerLinks = 
	{
		order : ['Privacy policy', 'Terms of use'],
		'Privacy policy' : '/company/privacy_policy.html',
		'Terms of use' : '/company/tou.html'
	};

var menuPrefix = '::';
var navPrefix = ' :: ';

var detailsShow = 'Show&nbsp;details&nbsp;&gt;&gt;';
var detailsHide = 'Hide&nbsp;details&nbsp;&lt;&lt;';

var msgSpecifySection = 'Please specify section name.';
var msgNoSection = 'Sorry! Section %%section%% does not exist. Please check spelling and try again!';
var emailTitles = ['General questions', 'Consulting', 'Outsourcing', 'Technical Support'];

