/*	All of the parameters below should be changed with caution. Particularly the first 3. */

// path to the folder that contains everything
var serverPathtoAssets = 'http://www.anera.org/includes/boxes/homeMapSlideviewer/';

// This is the folder that contains all the images. It is relative to the path defined above with serverPathtoAssets
var imageDirectory = 'jpgs/';

// This is the xml file that contains all the data that makes this movie tick.
var xmlFile = 'homeFlashData.xml';

// This is the url for the link from the default image
var baseURL = 'http://anera.convio.net/site/PageNavigator/ANERA_Peter_Gubser';

// This is the default image. It is relative to the path defined above with imageDirectory
var baseImageFile = 'dinnerwell.jpg';