// 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/vegetal/white_flower_01.html"
pages[1] = AppURL + "abstract/vegetal/yellow_flower_03.html"
pages[2] = AppURL + "abstract/vegetal/purple_flower_03.html"
pages[3] = AppURL + "abstract/vegetal/yellow_green_02.html"
pages[4] = AppURL + "abstract/vegetal/red_yellow_03.html"
