
//--------------------------------------------------------
// 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/
// 
/* GNU General Public License 
Copyright (C) 2004 Alan Levine
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details
http://www.gnu.org/licenses/gpl.html
*/

//--------------------------------------------------------
// 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] = 'mickey/03980009.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'We started together and played together always';

ic++;
slides[ic] = 'mickey/P7270025.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"What do you think of this new place, Cadu?" "I likeit! I like it!" (July 2001)';

ic++;
slides[ic] = 'mickey/P7270033.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Cadu, I have determined that it is safe enough to go swimming here"';

ic++;
slides[ic] = 'mickey/P8030002.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Damn, am I cute or what?';

ic++;
slides[ic] = 'mickey/P7270003.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Being a puppy is T-I-R-I-N-G (July 2001)';

ic++;
slides[ic] = 'mickey/PA100037.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"What is bigger, my feet or my head?"';

ic++;
slides[ic] = 'mickey/P1010005.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I am practicing my concerned, furrowed brow look"';

ic++;
slides[ic] = 'mickey/P9090017.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I just do not trust this whole bath tub thing... but if Alan wants to play, I will go along"';

ic++;
slides[ic] = 'mickey/P8170479.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Camping is just like having a bigger yard to play in!" (Summer 2002)';

ic++;
slides[ic] = 'mickey/P8170481-01.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I am so buff as a hiker!"';

ic++;
slides[ic] = 'mickey/PC070036.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Hey, I am sleeping in here! Who turned on the lights?"';


ic++;
slides[ic] = 'mickey/P5030030.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I am ready to go... where are we going?"';


ic++;
slides[ic] = 'mickey/PC270938.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"My noble profile"';

ic++;
slides[ic] = 'mickey/P4060032.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I like bath time since it means extra caresses. Don\'t I look regal with a tiara of suds?"';

ic++;
slides[ic] = 'mickey/P3231387.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'I see an intruder on our property... oh it is just a bird.';

ic++;
slides[ic] = 'mickey/P5261824.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Our friend Asya made a Plato version of Mickey';

ic++;
slides[ic] = 'mickey/P9292542.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Why should we not beg? The bowls are empty! The BOWLS are EMPTY! THE BOWLS ARE EMPTY!!!!"';

ic++;
slides[ic] = 'mickey/P6270004.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Joshua came all the way from Baltimore to get his chin licked!" (Summer 2002)';


ic++;
slides[ic] = 'mickey/P3021270.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Snow sentries. "I sense white fluffy stuff, Cadu. What should we do?" (March 2003)';

ic++;
slides[ic] = 'mickey/P3021281.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Enjoying the piles of snow in Strawberry (March 2003)';


ic++;
slides[ic] = 'mickey/alan_gone_to_dogs.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Ready for another hike near Strawberry';


ic++;
slides[ic] = 'mickey/P3223568.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Cadu, tonight we are breaking out of this joint?" "Why would we do that, free food and all the affection we can get!" "Oh, I forgot about that"';

ic++;
slides[ic] = 'mickey/P1163372.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '3 sleeping peas in a pod';

ic++;
slides[ic] = 'mickey/P8142313.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Hey, Mickey, I see they are cooking us some steak on the grill!" "Cool, I\'ll take mine medium rare with a big pile of mushrooms!"';

ic++;
slides[ic] = 'mickey/PA110044.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"What is that black box with the light they keep pointing at me? Humans are weird!"';

ic++;
slides[ic] = 'mickey/PB212729.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Grandma Alyce and her grand-dogs (November 2003)';

ic++;
slides[ic] = 'mickey/P1011259.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Did someone say dinner time?"';

ic++;
slides[ic] = 'mickey/P4261643.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I like you Alli, but you are not getting this bone!"';
ic++;

slides[ic] = 'mickey/P6221924.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Sigh.... we have the toughest jobs around here, Cadu"';

ic++;
slides[ic] = 'mickey/PB292875.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'The family protrait, December, 2003';

ic++;
slides[ic] = 'mickey/PC223025.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'With the Pooches on the Porch (December 2003)';


ic++;
slides[ic] = 'mickey/PB272766.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"C\'mon Alli! Time to wake up! It is Christmas after all!" (2003)';

ic++;
slides[ic] = 'mickey/P3223668.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Alan\'s mom completed and framed jigsaw puzzle that was absolutely a true MIckey image-- tempted by food!';

ic++;
slides[ic] = 'mickey/P1010126.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Giving our best greeting to Harriet, visiting from Baltimore (April 2004)';


ic++;
slides[ic] = 'mickey/PB092717.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I still got it, eh?"';

ic++;
slides[ic] = 'mickey/P9251411.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"They bought us our own house but it is pretty short on livable square footage"';

ic++;
slides[ic] = 'mickey/PB092714.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I swear there is a steak under that couch there, Cadu" (September 2004)';

ic++;
slides[ic] = 'mickey/PB092716.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Wrestling match number 34,518" (September 2004)';


ic++;
slides[ic] = 'mickey/P9291441.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"Hey, who is the star here?"';


ic++;
slides[ic] = 'mickey/P9291432.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Getting ready for that long walk, sigh....  it is Mickey\'s last day.';


ic++;
slides[ic] = 'mickey/P9291445.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'Travis gives a last, heartfelt hug';


ic++;
slides[ic] = 'mickey/P9291436.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'It is one more ride in the car, little buddy.';

ic++;
slides[ic] = 'mickey/P9291449.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'An empty collar, a sad, empty day.';

ic++;
slides[ic] = 'mickey/PA101481.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = 'For his tribute, we hang Mickey\'s collar at our cabin, near one of his favorite spots to perch on and watch the world go by (and  bark at it).';


ic++;
slides[ic] = 'mickey/PA101480.jpg';
menus[ic] = 'Mickey (2001-2004)';
cap[ic] = '"I will keep on eye on your spot, Mickey..."';





// --------- 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 = 'Tribute to Mickey';
var showCredits = 'July 2001- September 2004';

//--------------------------------------------------------
//  (3) SET THE AUTOSHOW DELAY TIME    


// To set the default that a slide show automatically starts
// in auto show mode, set auto_start = true
var auto_start = false;

//  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 = 8000;

//--------------------------------------------------------
//  (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 = true;

//--------------------------------------------------------
//  (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 = false;

// 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;

//--------------------------------------------------------
//  (8) SHOW IMAGE FILE NAME
//  Use while reviewing images to display the file name
//  appended to the captions. A value of
//  "true" will display the filename; 'false' will hide
//  (for normal show mode, use false)

var show_file = false;


//--------------------------------------------------------
// END OF CONFIGURATION AREA
//--------------------------------------------------------



