// JavaScript Document
// defines the pages of the section and the order they should be displayed
// WARNING : case sensitive
// this file must be included in each of the pages listed here
// AppURL is defined in 'general.js' which should be included in every page

var pages = new Array

pages[0] = AppURL + "abstract/elements/ice_pattern_Alaska.html"
pages[1] = AppURL + "abstract/elements/snow_pattern.html"
pages[2] = AppURL + "abstract/elements/trees_snow.html"
pages[3] = AppURL + "abstract/elements/stTropez_sky.html"

