function loadCategories(){
var tempHeader="<div style=\"margin: 10px 0 20px 30px\">";
document.write(tempHeader);
	for(var i=0; i<photoCategories.length; i++){
		var tempName="images/images/"+photoCategories[i][0];
		var tempText=photoCategories[i][1];
		var tempLink= "photography_display.htm?" + photoCategories[i][2];
		var	tempData="<div class=\"photoCategory\"><a href=\""+tempLink+"\"><img src= "+tempName+" hspace=5 vspace=5 /><br />"+tempText+"</a></div>";
		document.write(tempData);
	}
	var tempFooter="</div>";
	document.write(tempFooter);
}



var photoCategories=[];
photoCategories[0]=['birds_photography02.jpg', 'Small Birds', 'birds_small'];
photoCategories[1]=['small_bird02_photography.jpg', 'Small Birds II', 'birds_small_02'];
photoCategories[2]=['bluebird_photography02.jpg', 'Bluebirds', 'bluebirds'];
photoCategories[3]=['cardinal_photography.jpg', 'Cardinals', 'cardinals'];
photoCategories[4]=['chickadee_photography.jpg', 'Chickadees', 'chickadees'];
photoCategories[5]=['goldfinch_photography.jpg', 'Goldfinches', 'goldfinch'];
photoCategories[6]=['hummingbird_photography.jpg', 'Hummingbirds', 'hummingbirds'];
photoCategories[7]=['indigoBunting_photography.jpg', 'Indigo Buntings', 'indigoBuntings'];
photoCategories[8]=['woodpecker02_photography.jpg', 'Woodpeckers', 'woodpeckers_01'];
photoCategories[9]=['woodpecker_photography.jpg', 'Woodpeckers II', 'woodpeckers_02'];
photoCategories[10]=['duck_photography.jpg', 'Ducks', 'ducks'];
photoCategories[11]=['loon_photography02.jpg', 'Loons', 'loons'];
photoCategories[12]=['baldEagle_photography.jpg', 'Eagles','eagles'];
photoCategories[13]=['baldEagle_02_photography.jpg', 'Eagles II' ,'eagles_02'];
photoCategories[14]=['Whooping_Crane_photography.jpg', 'Large Birds', 'birds_large'];
photoCategories[15]=['largeBirds_02_photography.jpg', 'Large Birds II', 'birds_large_02'];
photoCategories[16]=['owl01_photography.jpg', 'Owls', 'owls'];
photoCategories[17]=['owl02_photography.jpg', 'Owls II', 'owls_02'];
photoCategories[18]=['deer_photography02.jpg', 'Deer','deer'];
photoCategories[19]=['deer_photography03.jpg', 'Deer II','deer_02'];
photoCategories[20]=['wolf_photography.jpg', 'Wolves','wolves'];
photoCategories[21]=['smallMammal_photography.jpg', 'Small Mammals','mammals_small'];
photoCategories[22]=['smallMammal_02_photography.jpg', 'Small Mammals II','mammals_small_02'];
photoCategories[23]=['mammals_photography.jpg', 'Large Mammals','LargeMammals'];
photoCategories[24]=['largeMammal_02_photography.jpg', 'Large Cats','LargeMammals_02'];
photoCategories[25]=['amphibian_photography.jpg', 'Reptiles and<br /> Amphibians','reptiles_amphibians'];
photoCategories[26]=['hoarfrost_photography02.jpg',  'Landscapes<br />and Nature','landscapes'];
photoCategories[27]=['insects_photography.jpg', 'Insects','insects'];
loadCategories();

