//arrays of photos
var pix = new Array
var txt = new Array

//default photo size
var startsize = 500			//can change this if you want

//page heading
var ttl = "My Photos"		//change this to your title

//select your color scheme
var astyle = "neon"
//valid values:  "neon", "corp", "antique", "femme", "vanilla", "forest", "homey", "baby", "island"
astyle = astyle.toLowerCase()

//list photo files and associated text, starting with 0
pix[0] = "yrt11.jpg"
txt[0] = "Virginia bluebells"

pix[1] = "picture1.jpg"
txt[1] = "My cat relaxing"

pix[2] = "picture2.jpg"
txt[2] = "Ceder Creek"

pix[3] = "picture3.jpg"
txt[3] = "Ice sculpture"
