//-----------------------------------------------------------------
// Barry Mann Photography
// ----------------------
// Gallery images
// Created:   10 February 2006
// Copyright: George Mann Publications 2006 ~ post@gmp.co.uk
//-----------------------------------------------------------------
//
// NAVIGATION: Category / Sequence / Title text / Link
//----------------------------------------------------
// - Entry nn/0/aaa/aaa: is the level 1 display
// - Entry nn/1-n/aaa/aaa: is the level 2 display from 1 to n
// - navigator[0] must be set to the sequence number of the last entry
// - entries must be sequenced
// - all entries MUST end with ;
// ------------------------------
  var navigator = new Array(50);
  navigator[0]  = 38;
//
  navigator[1]  = "00/0/Home/index.html";
//
  navigator[2]  = "01/0/Applications/applications-index.html";
  navigator[3]  = "01/1/Engineering & Construction/applications-eng&const.html";
  navigator[4]  = "01/2/Planning & Legal/applications-plan&legal.html";
  navigator[5]  = "01/3/Property Management & Sales/applications-property.html";
  navigator[6]  = "01/4/Private Commissions/applications-privatecomm.html";
  navigator[7]  = "01/5/Marketing & Publicity/applications-market&pub.html";
  navigator[8]  = "01/6/Events/applications-events.html";
  navigator[9]  = "01/7/Design/applications-design.html";
//
  navigator[10] = "02/0/Galleries/gallery-index.html";
  navigator[11] = "02/1/Engineering & Construction/gallery.html?gallery=01";
  navigator[12] = "02/2/Planning & Legal/gallery.html?gallery=02";
  navigator[13] = "02/10/Property Development/gallery.html?gallery=10";
  navigator[14] = "02/3/Property Management & Sales/gallery.html?gallery=03";
  navigator[15] = "02/4/Private Commissions/gallery.html?gallery=04";
  navigator[16] = "02/5/Marketing & Publicity/gallery.html?gallery=05";
  navigator[17] = "02/6/Events/gallery.html?gallery=06";
  navigator[18] = "02/7/Design/gallery.html?gallery=07";
  navigator[19] = "02/8/Panoramas/gallery.html?gallery=08";
  navigator[20] = "02/9/Special Interest/gallery.html?gallery=09";
//
  navigator[21] = "03/0/About/about-index.html";
  navigator[22] = "03/1/Advantages/about-advantages.html";
  navigator[23] = "03/2/How it works/about-howitworks.html";
  navigator[24] = "03/3/Your questions answered/about-q&a.html";
  navigator[25] = "03/4/Case Studies/casestudiesindex.html";
//
  navigator[26] = "04/0/Contact/contact-index.html";
//
  navigator[27] = "05/0/Legal/legal-index.html";
  navigator[28] = "05/1/Terms & conditions/legal-t&c.html";
  navigator[29] = "05/2/Copyright/legal-copyright.html";
  navigator[30] = "05/3/Privacy Policy/legal-privacy.html";
//
  navigator[31] = "06/0/Links/links-index.html";
//
  navigator[32] = "07/0/This site/site-index.html";
  navigator[33] = "07/1/Home/index.html";
  navigator[34] = "07/2/Index/site-index.html";
//
  navigator[35] = "08/0/Case Studies/casestudyindex.html";
  navigator[36] = "08/1/Case Study 1/casestudy1.html";
  navigator[37] = "08/2/Case Study 1/casestudy2.html";
//
  navigator[38] = "9999";