// JavaScript Document
//thomas_haywood.js
//it is important not to change grid
//in first row you have folowing widths(144px,144px,174px,144px);
//in first row you have folowing widths(174px,144px,144px,144px);
//in first row you have folowing widths(144px,144px,144px,174px);
//
//**************this is array with file names for images that refer to projects****************************************

var image_filenames = new Array(0,new Array(0),new Array(0),new Array(0));
image_filenames[1][1]="2004-001-022-25.jpg";
image_filenames[1][2]="spacer.jpg";
image_filenames[1][3]="2007-001-99-03.jpg";
image_filenames[1][4]="spacer.jpg";


image_filenames[2][1]="2007-047-32-08.jpg";
image_filenames[2][2]="spacer.jpg";
image_filenames[2][3]="spacer.jpg";
image_filenames[2][4]="2010-004-09-08.jpg";


image_filenames[3][1]="spacer.jpg";
image_filenames[3][2]="2005-015-16-06.jpg";
image_filenames[3][3]="2003-027-02-03.jpg";
image_filenames[3][4]="spacer.jpg";


//**************this is array with titles of projects****************************************

var project_name = new Array(0,new Array(0),new Array(0),new Array(0));
project_name[1][1]="Days";
project_name[1][2]="";
project_name[1][3]="Island";
project_name[1][4]="";


project_name[2][1]="Family Part II";
project_name[2][2]="";
project_name[2][3]="";
project_name[2][4]="Everything Together";


project_name[3][1]="";
project_name[3][2]="Family Part I";
project_name[3][3]="Archive";
project_name[3][4]="";


//**************this is array with creation time of projects****************************************

var project_time = new Array(0,new Array(0),new Array(0),new Array(0));
project_time[1][1]="2001-present";
project_time[1][2]="";
project_time[1][3]="2006-present";
project_time[1][4]="";


project_time[2][1]="2007-present";
project_time[2][2]="";
project_time[2][3]="";
project_time[2][4]="2010";


project_time[3][1]="";
project_time[3][2]="2003-2009";
project_time[3][3]="1999-2005";
project_time[3][4]="";

//**************this is array with number of images that refer to projects****************************************

var slide_show_count = new Array(0,new Array(0),new Array(0),new Array(0));
slide_show_count[1][1]="28";
slide_show_count[1][2]="";
slide_show_count[1][3]="17";
slide_show_count[1][4]="";


slide_show_count[2][1]="21";
slide_show_count[2][2]="";
slide_show_count[2][3]="";
slide_show_count[2][4]="23";


slide_show_count[3][1]="";
slide_show_count[3][2]="20";
slide_show_count[3][3]="17";
slide_show_count[3][4]="";


