// JavaScript Document

function yssImg(name, path){
	this.name = name +".jpg";
	this.path = path;
	this.thumb = name + "_thumb.jpg";
}

var full = new Array();
	full[0] = new yssImg("americans","photobook/full/");
	full[1] = new yssImg("bama","photobook/full/");
	full[2] = new yssImg("cardinal","photobook/full/");
	full[3] = new yssImg("crews","photobook/full/");
	full[4] = new yssImg("jams","photobook/full/");
	full[5] = new yssImg("knights","photobook/full/");
	full[6] = new yssImg("knights2","photobook/full/");
	full[7] = new yssImg("p","photobook/full/");
	full[8] = new yssImg("panthers","photobook/full/");
	
var logos = new Array();
	logos[0] = new yssImg("crews","photobook/logos/");
	logos[1] = new yssImg("scorpions","photobook/logos/");
	logos[2] = new yssImg("shs","photobook/logos/");
	logos[3] = new yssImg("spartans","photobook/logos/");
	logos[4] = new yssImg("titans","photobook/logos/");
	logos[5] = new yssImg("wolves","photobook/logos/");
	
var skirts = new Array();
	skirts[0] = new yssImg("black_as","photobook/skirts/");
	skirts[1] = new yssImg("black_gy","photobook/skirts/");
	skirts[2] = new yssImg("black_gy2","photobook/skirts/");
	skirts[3] = new yssImg("black_p","photobook/skirts/");
	skirts[4] = new yssImg("black_qw","photobook/skirts/");
	skirts[5] = new yssImg("black_rw","photobook/skirts/");
	skirts[6] = new yssImg("black_wrw","photobook/skirts/");
	skirts[7] = new yssImg("black_yw","photobook/skirts/");
	skirts[8] = new yssImg("blue_wo","photobook/skirts/");
	
var sports = new Array();
	sports[0] = new yssImg("warriors","photobook/sports/");
	sports[1] = new yssImg("softballeagles","photobook/sports/");
	sports[2] = new yssImg("ladyknights","photobook/sports/");
	sports[3] = new yssImg("jerseybaseball_red","photobook/sports/");
	sports[4] = new yssImg("jersey_rednavy","photobook/sports/");
	sports[5] = new yssImg("jersey_redblack","photobook/sports/");
	sports[6] = new yssImg("jersey_goldmaroon","photobook/sports/");
	sports[7] = new yssImg("jersey_eagles","photobook/sports/");
	sports[8] = new yssImg("jersey_br","photobook/sports/");
	sports[9] = new yssImg("eaglesshirt","photobook/sports/");
	sports[10] = new yssImg("eaglesbball","photobook/sports/");
	sports[11] = new yssImg("baseball_by","photobook/sports/");
