/*
 * $Id: insurrection.js 330 2006-06-07 23:33:00Z mks $
 * Copyright 2004-2006 - Michael Sinz
 *
 * Some JavaScript configuration variables.
 * Set these to match your environment.
 *
 * Don't forget the matching insurrection.pl and insurrection.xsl files.
 */

var Insurrection = new Object();

/*
 * This is the base URL for all of the repositories.
 * This should include a leading and trailing '/' character.
 */
Insurrection.SVN_URL = '/svn/';

/*
 * Number of animation steps in the unfolding of the popups
 * To have things happen instantly then set this value to 1.
 */
Insurrection.SliderSteps = 12;


