//rownum defines how many images there are.  If this is not correct, it may //cause problems
var rownum=40;
//The projectname is used to name both the pictures and the page titles
var projectname='texture';
//This allows you to use either a project specific style sheet or a generalone. 
//.css is added by the functions
var csspath='../textureproject';
//mainlabels=1 adds labels below the main pictures.  labels=0 does not.
var mainlabels=1;
//navlabels=1 adds labels below the navbar pictures.  labels=0 does not.
var navlabels=1;
//thumbnails=1 puts thumbnails in the navbar.  thumbnails=0 does not.
var thumbnails=0;
//The page title is both the title of the site and appears within the title bar.
var pagetitle='>THE TEXTURE PROJECT:LO-RES<';
//This allows you to use gif, JPG, whatevah.
var ending='jpg';
//0 is just a placeholder.  Start the labels at place 1.  If there aren't the
//right amount of labels, it could cause problems.  If you do not want a label
//use a space
var imagelabels= new Array();
imagelabels[0] = '0';
imagelabels[1] = 'Paint on a Wall 1';
imagelabels[2] = 'Leaves and Berries';
imagelabels[3] = 'Leaves on a Fence';
imagelabels[4] = 'kelp';
imagelabels[5] = 'Cabana Roof';
imagelabels[6] = 'Dappled Shadows';
imagelabels[7] = 'Marigolds';
imagelabels[8] = 'Paint on a Wall 2';
imagelabels[9] = 'From a Car Window';
imagelabels[10] = 'Cactus 1';
imagelabels[11] = 'Shadows on Concrete';
imagelabels[12] = 'Branches and Paint';
imagelabels[13] = 'Lily Pads';
imagelabels[14] = 'Pin Wheels';
imagelabels[15] = 'Snowey Trees';
imagelabels[16] = 'Red Leaves';
imagelabels[17] = 'Brick Wall';
imagelabels[18] = 'Rose';
imagelabels[19] = 'Chair Back';
imagelabels[20] = 'Beach';
imagelabels[21] = 'Stairs';
imagelabels[22] = 'Cactus 2';
imagelabels[23] = 'Clouds';
imagelabels[24] = 'Brick Path';
imagelabels[25] = 'Pine Needles';
imagelabels[26] = 'Ivy';
imagelabels[27] = 'Paint on Bricks';
imagelabels[28] = 'Aspen against the sky';
imagelabels[29] = 'Aspen Trunks';
imagelabels[30] = 'Shadows on Snow';
imagelabels[31] = 'Fern';
imagelabels[32] = 'Sand';
imagelabels[33] = 'Playa';
imagelabels[34] = 'Mineral Deposits';
imagelabels[35] = 'Another Cactus';
imagelabels[36] = 'Shadows on a Windshield';
imagelabels[37] = 'Broccoflower';
imagelabels[38] = 'Staples on a Wall';
imagelabels[39] = 'Crop Circles';
imagelabels[40] = 'Another Fern';

