//rownum defines how many images there are.  If this is not correct, it may 
//cause problems
var rownum=4;

//The projectname is used to name both the pictures and the page titles
var projectname='bigasstp';

//This allows you to use either a project specific style sheet or a general one. 
//.css is added by the functions
var csspath='bigasstp';

//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='Big Ass Touchpanel at Superior';

//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] = 'Full Shot';
imagelabels[2] = 'Closeup of Interaction';
imagelabels[3] = 'Sasha and the Big Ass Touchpanel';
imagelabels[4] = 'Numbers Breaking Apart';

