//--------------------------------------------------------
// javascript slide show 'clicker' 
// v 4.0 January 2004
// created by alan levine, maricopa community colleges
// alan.levine@domail.maricopa.edu
// http://www.mcli.dist.maricopa.edu/proj/jclicker/
// use without with these credits is not very nice
//--------------------------------------------------------

// This external .js file contains all of the editable
// configuration data for a jClicker slide show. It is
// the only file you should edit. Line 17 of your
// clicker.html file should link to this file as a linked
// Javascript source file

// Be careful of all items in single quotes; single quotes
// or apostrophes intended for display must be entered as:
//                \'
// All JavaScript command lines must end in a semi-colon

// These are data holders for your slide show; do not touch
var slides = new Array();
var menus = new Array();
var cap = new Array();
var ic = 0;

//  Below are the 7 sections that are needed to customize
//  the slide show.

//--------------------------------------------------------
// START OF CONFIGURATION AREA
//--------------------------------------------------------

//--------------------------------------------------------
//  (1) SET UP THE SLIDES
//  The slides are set up in order with data stored in
//  arrays. The variable 'ic' is a counter that keeps
//  track of your data. You will need to enter the
//  data for your slide show in sets of 4 lines as
//  explained below. All data must be enclosed in
//  single quotes and end with a semi-colon; if you
//  need a single quote in your menu or caption, use:
//     \'

//  (a) First increase the slide counter:
//      ic++;

//  (b) Each slide needs an associated slide image
//  that is inside the  'images' folder, e.g.
//      slides[ic] = 'coolphoto.jpg';

//  (c) The menus array holds the text  that will appear in
//  the lower pop-up menu to identify each slide (these
//  should be kept to a short length so the menu does not
//  grow overly wide), e.g.
//      menus[ic] = 'My Cool Menu Name';

//  (d) Finally, the cap array holds the text for the image
//  caption (if the slide source is HTML, this string
//  is ignored, so assign blank values of '' to save space):
//      cap[ic] = 'This is the caption for my cool photo.';

//  This a single slide is set up by this group of code:
//      ic++;
//      slides[ic] = 'coolphoto.jpg';
//      menus[ic] = 'My Cool Menu Name';
//      cap[ic] = 'This is the caption for my cool photo.';

//  The order of the slide show is the order in which the 4
//  line data is written below; so you can re-order your slides
//  simply by cutting and pasting the 4 lines of code.

// --------- start the slide data ------------------------//
ic++;
slides[ic]='Scotland 001.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Freya the one I left behind';
ic++;
slides[ic]='Scotland 007.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='The Tower of London';
ic++;
slides[ic]='Scotland 014.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='I love the Raven thing.';
ic++;
slides[ic]='Scotland 016.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Not London bridge, this is the Tower bridge.';
ic++;
slides[ic]='Scotland 022.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Locj Ness, see the monster......';
ic++;
slides[ic]='Scotland 026.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Much to cold for bare feet';
ic++;
slides[ic]='Scotland 027.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Loch Ness car club';
ic++;
slides[ic]='Scotland 034.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Mark playing his pipes in Loch Ness';
ic++;
slides[ic]='Scotland 039.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Castle';
ic++;
slides[ic]='Scotland 040.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Would make a great putt putt course.';
ic++;
slides[ic]='Scotland 052.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Sailing in Scotland';
ic++;
slides[ic]='Scotland 053.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Eala Bhan';
ic++;
slides[ic]='Scotland 058.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Digery Doo lesson';
ic++;
slides[ic]='Scotland 068.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Piper in Glenfinnan';
ic++;
slides[ic]='Scotland 069.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='War monument in Glenfinnan';
ic++;
slides[ic]='Scotland 074.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Glenfinnan';
ic++;
slides[ic]='Scotland 083.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Jacobite Monument';
ic++;
slides[ic]='Scotland 096.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='If you stand still too long this is what happens to you.';
ic++;
slides[ic]='Scotland 131.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Pretty!';
ic++;
slides[ic]='Scotland 141.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Haunted Hostel';
ic++;
slides[ic]='Scotland 143.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Staying in a Castle';
ic++;
slides[ic]='Scotland 146.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='oooh castley';
ic++;
slides[ic]='Scotland 149.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='I have never seen this many ghosts in one place';
ic++;
slides[ic]='Scotland 158.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Carbisdale Castle in Culrain';
ic++;
slides[ic]='Scotland 166.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Edinburgh Castle';
ic++;
slides[ic]='Scotland 171.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='View from the top';
ic++;
slides[ic]='Scotland 174.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='nuther piper';
ic++;
slides[ic]='Scotland 178.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='stupid tool forces me to comment';
ic++;
slides[ic]='Scotland 179.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='yeah ....its a castle....sigh';
ic++;
slides[ic]='Scotland 180.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Pretty butch for unicorns...dont ya think?';
ic++;
slides[ic]='Scotland 182.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='They had a hard time getting me out of here.';
ic++;
slides[ic]='Scotland 183.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Weapons and a cute little outfit. Heaven';
ic++;
slides[ic]='Scotland 185.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Sir Walter Scott....I think';
ic++;
slides[ic]='Scotland 187.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='hmmm...I have no idea what this is...';
ic++;
slides[ic]='Scotland 194.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Is that a monkey on top of that ?';
ic++;
slides[ic]='Scotland 192.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Stirling Castle';
ic++;
slides[ic]='Scotland 210.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='What is he doing?';
ic++;
slides[ic]='Scotland 211.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Their loom is bigger than mine.';
ic++;
slides[ic]='Scotland 217.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Plaster deer...its whats for dinner...';
ic++;
slides[ic]='Scotland 220.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='blah blah blah';
ic++;
slides[ic]='Scotland 222.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Wallace Monument, 240 of these to the top.';
ic++;
slides[ic]='Scotland 224.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='I have one of these';
ic++;
slides[ic]='Scotland 225.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Robert the Bruce';
ic++;
slides[ic]='Scotland 228.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='What the hell is a Bruce? ';
ic++;
slides[ic]='Scotland 230.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Top of the Wallace Monument';
ic++;
slides[ic]='Scotland 231.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Stirling';
ic++;
slides[ic]='Scotland 232.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='yep...you can see a lot from up there....';
ic++;
slides[ic]='Scotland 235.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Wallace Monument';
ic++;
slides[ic]='Scotland 236.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='They hate this thing. Someone was putting lipstick on it when I left.';
ic++;
slides[ic]='Scotland 018.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Lets have another look at the people.';
ic++;
slides[ic]='Scotland 025.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Shipmates coming to shore.';
ic++;
slides[ic]='Scotland 059.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Friends from the Boat trip.';
ic++;
slides[ic]='Scotland 060.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Really great group of folks.';
ic++;
slides[ic]='Scotland 061.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='We were not drinking';
ic++;
slides[ic]='Scotland 077.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Bonny Prince Charlie at the top of Glenfinnan Monument';
ic++;
slides[ic]='Scotland 134.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Catching a train at dawn...ooof!';
ic++;
slides[ic]='Scotland 159.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='This is what really was haunting Carbisdale Castle at night.';
ic++;
slides[ic]='Scotland 238.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Glasgow';
ic++;
slides[ic]='Scotland 240.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Science Center in Glasgow';
ic++;
slides[ic]='Scotland 243.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='look, I had 400 shots ok.';
ic++;
slides[ic]='Scotland 245.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Who sez the Scots dont have a sense of humor?';
ic++;
slides[ic]='Scotland 246.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='War Monument ';
ic++;
slides[ic]='Scotland 249.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Glasgow';
ic++;
slides[ic]='Scotland 253.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Edingurgh Castle';
ic++;
slides[ic]='Scotland 255.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Everything in Scotland is up hill...both ways';
ic++;
slides[ic]='Scotland 257.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Sweeds!';
ic++;
slides[ic]='Scotland 259.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Book of Kells lives here.';
ic++;
slides[ic]='Scotland 260.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Dublin';
ic++;
slides[ic]='Scotland 261.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Justice with a sword and no blindfold...hmmm?';
ic++;
slides[ic]='Scotland 263.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Dublin Castle';
ic++;
slides[ic]='Scotland 264.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Blue Room';
ic++;
slides[ic]='Scotland 265.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='These things have a name but I cant think of it.';
ic++;
slides[ic]='Scotland 267.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Yellow Room';
ic++;
slides[ic]='Scotland 268.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Pretty';
ic++;
slides[ic]='Scotland 275.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='blah blah blah';
ic++;
slides[ic]='Scotland 276.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Big ole throne';
ic++;
slides[ic]='Scotland 278.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Love this';
ic++;
slides[ic]='Scotland 282.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='sigh...nuther blue room';
ic++;
slides[ic]='Scotland 285.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Digging up the old stuff.';
ic++;
slides[ic]='Scotland 286.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='geez this is sideways...blushing.....';
ic++;
slides[ic]='Scotland 287.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Might be St. Patrics....i got tired of walking and said this will do.';
ic++;
slides[ic]='Scotland 288.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Guiness is good for you!';
ic++;
slides[ic]='Scotland 289.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Brewery stuff';
ic++;
slides[ic]='Scotland 291.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Thats lot of pints';
ic++;
slides[ic]='Scotland 292.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Artsy Craftsy';
ic++;
slides[ic]='Scotland 295.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='I was here';
ic++;
slides[ic]='Scotland 297.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='Bar at the top.';
ic++;
slides[ic]='Scotland 298.jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='look left look right';
ic++;
slides[ic]='uktrip_048[2].jpg';
menus[ic]='England/Scotland/Ireland';
cap[ic]='More Shipmates.';
// --------- end the slide data --------------------------//

//--------------------------------------------------------
//  (2) SET UP THE TITLE PAGE
//  Enter a name for the slide show and a line for the
//  credits. Avoid funky HTML here, they go in h1, h2 tags
//  and are formatted in style sheets

var showTitle = 'England/Scotland/Ireland';
var showCredits = 'Bonita';

//--------------------------------------------------------
//  (3) SET THE AUTOSHOW DELAY TIME
//  This is the minimum amount of time between changing of
//  slides when we are in automatic mode. Values are in
//  milliseconds, multiple the number of seconds desired
//  by 1000. If you are unsure, try a value of 8000.
var delay_time = 10000;

//--------------------------------------------------------
//  (4) SET THE BACKGROUND MODE
//  This variable indicates whether to use a light background
//  for the slide screen (light_mode = true;) or a dark
//  background (light_mode = false;)
var light_mode = false;

//--------------------------------------------------------
//  (5) SET THE CAPTION LOCATION
//  This variable controls the placement of the caption
//  relative to the picture. Valid values are

//    1   above the picture
//    2   left of the picture
//    3   right of the picture
//    4   below the picture

var cap_align = 4;

//--------------------------------------------------------
//  (6) SET THE STARTING SLIDE
//  This variable can indicate which is the first slide
//  to show. the default is 0 which starts with the title
//  page

var show_start = 0;

//--------------------------------------------------------
//  (7) OPTIONAL BUTTONS
//  Set the following variables to control the display
//  of the buttons in the clicker control bar. Values of
//  'true' will display the button; 'false' will hide

//  CLOSE button is for allowing closing of the browser
//  window- use only if the link to the slide show opens
//  in a new window
var close_button = true;

// HELP button displays a pop-up help window that explains
// the jCLicker buttons
var help_button = true;

// RESIZE buttons allow users to enlarge or reduce the size
// of a displayed image
var resize_button = true;

// AUTOSHOW button allows user to set the slide show to
// automatically advance
var auto_button = true;

//--------------------------------------------------------
// END OF CONFIGURATION AREA
//--------------------------------------------------------
