//-----------------------------------------------------------------
// George Mann Publications
// ------------------------
// Path page navigation
// Created:   7 January 2011
// Copyright: George Mann Publications 2011 ~ 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
// .. in front of a directory name is equivalent to ../ path entry 
// # after a directory name is equivalent to /
// - entries must be sequenced
// - all entries MUST end with ;
// ------------------------------
  navbarpath = "images";

  var navigator = new Array(50);
  navigator[0]  = 13;
//
  navigator[1]  = "00/0/Home/index.html";
//
  navigator[2]  = "01/0/Publications/publications#index.html";
  navigator[3]  = "01/1/At the End of the Day ~ Norman Taylor/publications#norman%20taylor.html";
  navigator[4]  = "01/2/You should have been here last Thursday ~ Ron Holloway/publications#ron%20holloway.html";
  navigator[5]  = "01/3/River Itchen everlasting calendar ~ George Mann/publications#river%20itchen%20calendar.html";
//  navigator[6]  = "01/4/GMP book list/publications#gmpbooklist.html";

//
  navigator[6]  = "02/0/Publishing/publishing#index.html";
//  navigator[8]  = "02/1/Introduction/publishing#introduction.html";
//  navigator[9]  = "02/2/Gallery/publishing#gallery.html";
//  navigator[10]  = "02/3/How to publish/publishing#options.html";
//  navigator[11]  = "02/4/Steps involved/publishing#steps.html";
//  navigator[12]  = "02/5/Case study/publishing#casestudy.html";
//
  navigator[7] = "03/0/Design&nbsp;&&nbsp;Print/design#index.html";
//  navigator[16] = "03/1/Introduction/design#gallery.html";
//  navigator[17] = "03/2/Examples/design#examples.html";
//
  navigator[8] = "04/0/Natural&nbsp;History/natural%20history#index.html";
//  navigator[20] = "04/1/Introduction/natural%20history#introduction.html";
//  navigator[21] = "04/2/Gallery/natural%20history#gallery.html";
//  navigator[22] = "04/3/Links/natural%20history#links.html";
//  navigator[23] = "04/4/River&nbsp;Itchen/www.riveritchen.co.uk";
//
  navigator[9] = "05/0/Profile/profile.html";
//
  navigator[10] = "06/0/Contact/contact.html";
//
  navigator[11] = "07/0/Links/index.html";
  navigator[12] = "07/1/Barry&nbsp;Mann&nbsp;Photography/<http>www.barrymannphotography.com";
  navigator[13] = "07/2/River&nbsp;Itchen/<http>www.riveritchen.co.uk";
//
//  navigator[14] = "08/0/Site/index.html";
//  navigator[15] = "08/1/Home/index.html";
//
  navigator[14] = "9999";
