/*
var imgarr = new Array();
imgarr.push("../portfolios/glasses1.gif");
imgarr.push("../portfolios/glasses2.gif");
imgarr.push("../portfolios/glasses3.gif");
imgarr.push("../graphics/RM9.jpg");
imgarr.push("../graphics/G6_42.jpg");
*/

//var imgdata = new Array();
var imgarr = new Array();
var idx = 0;

var data = new Array();
data['imgpath'] = '../graphics/hierar16.gif';
data['url'] = '../services/sdp.html';
data['urlname'] = 'Strategic Design';
data['caption'] = 'Integrated design strategy';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/21_weights_th.gif';
data['url'] = '../services/software.html';
data['urlname'] = 'Software Design and Engineering';
data['caption'] = 'Cluster Tools';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = 'googlemapskml.jpg';
data['url'] = '../services/webdes.html';
//data['url'] = 'http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=http:%2F%2Fwww.designmatrix.com%2Fmodallas%2FDallasCoMoCemeteriesMaps.kmz&ie=UTF8&ll=37.6735,-93.0183&spn=0.600001,0.716858&z=10&om=1';
data['urlname'] = ' Website and Intranet Design';
data['caption'] = 'Google Maps KML for cemeteries';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/navtool_th.png';
data['url'] = '../services/javascript_nav.html';
data['urlname'] = ' Website and Intranet Design';
data['caption'] = 'JavaScript Navigation (menus on the fly)';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../portfolios/glasses1.gif';
data['url'] = '../services/products.html';
data['urlname'] = 'Industrial & Product Design';
data['caption'] = 'Stereoscopic nightvision glasses';
//imgdata[0] = data;
imgarr[idx] = data;
++idx;
// This works too.
//imgarr[idx++] = data;

var data = new Array();
data['imgpath'] = '../portfolios/glasses2.gif';
data['url'] = '../services/products.html';
data['urlname'] = 'Industrial & Product Design';
data['caption'] = 'Stereoscopic nightvision glasses';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../portfolios/glasses3.gif';
data['url'] = '../services/products.html';
data['urlname'] = 'Industrial & Product Design';
data['caption'] = 'Stereoscopic nightvision glasses';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/RM9.jpg';
data['url'] = '../services/automotive.html';
data['urlname'] = 'Automotive Design';
data['caption'] = 'Buick retro-design';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/G6_42.jpg';
data['url'] = '../services/automotive.html';
data['urlname'] = 'Automotive Design';
data['caption'] = 'Sport coupe styling exercise';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../portfolios/vhc.gif';
data['url'] = '../services/graphics.html';
data['urlname'] = 'Information and Graphic Design';
data['caption'] = 'Logo design for Venice Health Council';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../portfolios/cinex.gif';
data['url'] = '../services/graphics.html';
data['urlname'] = 'Information and Graphic Design';
data['caption'] = 'Logo design for Cinex';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/aerial.jpg';
data['url'] = '../tools/image_tools.html';
data['urlname'] = 'Image Tools';
data['caption'] = 'Original satellite shot';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/16color.gif';
data['url'] = '../tools/image_tools.html';
data['urlname'] = 'Image Tools';
data['caption'] = '16-Color vegetation Map';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/notsof_matrix_zoomed_th.gif';
data['url'] = '../tools/cluster_tools.html';
data['urlname'] = 'Cluster Tools';
data['caption'] = 'Interaction matrix editor';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/notsof_sets_th.gif';
data['url'] = '../tools/cluster_tools.html';
data['urlname'] = 'Cluster Tools';
data['caption'] = 'Cluster set plots';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/buglog_gui_th.gif';
data['url'] = '../tools/buglog_tools.html';
data['urlname'] = 'Buglog Tools';
data['caption'] = 'Buglog Tools browser & editor';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/buglist_select_th.gif';
data['url'] = '../tools/buglog_tools.html';
data['urlname'] = 'Buglog Tools';
data['caption'] = 'Bug list selection tool';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/runchart1_th.jpg';
data['url'] = '../tools/glassbox_tools.html';
data['urlname'] = 'Glass Box Tools';
data['caption'] = 'Run chart of bug reports';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../graphics/pareto1_th.jpg';
data['url'] = '../tools/glassbox_tools.html';
data['urlname'] = 'Glass Box Tools';
data['caption'] = 'Pareto chart of bug reports';
imgarr[idx] = data;
++idx;

var data = new Array();
data['imgpath'] = '../pl/aplcover.gif';
data['url'] = '../pl/index.html';
data['urlname'] = 'Pattern Languages';
data['caption'] = 'Putting form in context';
imgarr[idx] = data;
++idx;

/*
// Oversized image test.
var data = new Array();
data['imgpath'] = 'testimage.jpg';
data['url'] = 'index.html';
data['urlname'] = 'Slide Show';
data['caption'] = 'Test image 600x300';
imgarr[idx] = data;
++idx;
*/

// data is an object with the properties title, artist, etc.
//alert(data.artist);
// imgdata is an array of these objects that can be referenced in two ways:
// As the object's property name as an identifier:
//alert(imgdata[3].title);
// As an associative array name as a string:
//alert(imgdata[3]['title']);
