//
// WebMagick Run Status File -- JavaScript Format
//
//
// Directory-global definitions
//


// subdirectory names
var dirNames = new Array(
);

// subdirectory titles
var dirTitles = new Object();

// subdirectory links
var dirLinks = new Object();
dirLinks[".."] = 'index.html';

// image titles
var imageLabels = new Object();

// HTML options
var htmlOpts = new Object();
htmlOpts["address"] = '';
htmlOpts["anonymous"] = 1;
htmlOpts["coloralink"] = '#0000FF';
htmlOpts["colorback"] = '#31473A';
htmlOpts["colorfore"] = '#FFFFFF';
htmlOpts["colorlink"] = '#FEFAE7';
htmlOpts["colorvlink"] = '#FDECBF';
htmlOpts["dateText"] = 'Page updated on April 3, 2000';
htmlOpts["dircoloralink"] = '#FFFFFF';
htmlOpts["dircolorback"] = '#000000';
htmlOpts["dircolorfore"] = '#FDECBF';
htmlOpts["dircolorlink"] = '#FEFAE7';
htmlOpts["dircolorvlink"] = '#FDECBF';
htmlOpts["dirindexname"] = '.dirindex';
htmlOpts["footer"] = '';
htmlOpts["frameborder"] = 'YES';
htmlOpts["framebordersize"] = 3;
htmlOpts["framemarginheight"] = 1;
htmlOpts["framemarginwidth"] = 1;
htmlOpts["framestyle"] = 1;
htmlOpts["header"] = '';
htmlOpts["htmlext"] = '.html';
htmlOpts["imgindexname"] = '.imgindex';
htmlOpts["indexname"] = 'index.html';
htmlOpts["jsdirindex"] = 'indexjs.html';
htmlOpts["jsfunctions"] = '../../Images/webmagick/webmagick.js';
htmlOpts["jspageindex"] = '.indexjs.html';
htmlOpts["jsvariables"] = '.index.js';
htmlOpts["metaauthor"] = 'Dale Heatherington';
htmlOpts["metaclassification"] = '';
htmlOpts["metadescription"] = '';
htmlOpts["metaexpires"] = '';
htmlOpts["metakeywords"] = 'WebMagick';
htmlOpts["numpages"] = 1;
htmlOpts["pageindexname"] = '.index';
htmlOpts["readme"] = 'README.html';
htmlOpts["readmepresent"] = 0;
htmlOpts["readmevisible"] = 0;
htmlOpts["subdirectories"] = '';
htmlOpts["title"] = 'Index of directory "dales"';
htmlOpts["version"] = '1.46';

// icon URLs
var iconImageUrls = new Object();
iconImageUrls["help"] = '../../Images/webmagick/blue_readme.gif';
iconImageUrls["next"] = '../../Images/webmagick/blue_next.gif';
iconImageUrls["next_gray"] = '../../Images/webmagick/gray_next.gif';
iconImageUrls["prev"] = '../../Images/webmagick/blue_prev.gif';
iconImageUrls["prev_gray"] = '../../Images/webmagick/gray_prev.gif';
iconImageUrls["up"] = '../../Images/webmagick/blue_up.gif';

// icon sizes
var iconImageSizes = new Object();
iconImageSizes["help"] = 'HEIGHT=24 WIDTH=24';
iconImageSizes["next"] = 'HEIGHT=24 WIDTH=24';
iconImageSizes["next_gray"] = 'HEIGHT=24 WIDTH=24';
iconImageSizes["prev"] = 'HEIGHT=24 WIDTH=24';
iconImageSizes["prev_gray"] = 'HEIGHT=24 WIDTH=24';
iconImageSizes["up"] = 'HEIGHT=24 WIDTH=24';

//
// Page-Specific variable definitions
//

// image names (imageNames[page number][image number])
var imageNames = new Array(
	new Array(
		'AHRCgroup.jpeg',
		'arena.jpeg',
		'boyanddog.jpeg',
		'calvin.jpeg',
		'leggo01.jpeg',
		'microbots.jpeg',
		'mindstorm1stplace.jpeg',
		'open1stplace.jpeg',
		'v117nightvac.jpeg',
		'vacomatic.jpeg',
		'vacuum1stplace.jpeg',
		'varoombroom.jpeg'
	)
);

// thumbnail coordinates (imageThumbCoords[page number])
var imageThumbCoords = new Array(
	new Array(
		'0,0,121,146',
		'122,0,243,146',
		'244,0,365,146',
		'366,0,487,146',
		'488,0,609,146',
		'610,0,731,146',
		'0,147,121,293',
		'122,147,243,293',
		'244,147,365,293',
		'366,147,487,293',
		'488,147,609,293',
		'610,147,731,293'
	)
);

// montage image names (montageImages[page number])
var montageImages = new Array(
	'.index1.jpg'
);

// montage image sizes (montageImageSizes[page number])
var montageImageSizes = new Array(
	'HEIGHT=298 WIDTH=732'
);

var jsVarsLoaded = 1;

