/* ---------------------------------------------------------------- */
/* List of illustrations                                            */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Top level (index pages)                                          */
/* ---------------------------------------------------------------- */
var top_ill = new Array();

top_ill[0] = new Array(); 
top_ill[0]["r"] = "Canada-DSC002T";
top_ill[0]["i"] = "images/i1canada/DSC002T5.JPG";
top_ill[0]["w"] = 600;
top_ill[0]["h"] = 600;
if (lg == 'en') {
	top_ill[0]["t"] = "Series I (Canada) &#8212; No title";
	top_ill[0]["l"] = "1992 - oil on canvas, 195 x 195 cm";
} else if (lg == 'fr') {
	top_ill[0]["t"] = "Série I (Canada) &#8212; Sans titre";
	top_ill[0]["l"] = "1992 - huile sur toile, 195 x 195 cm";
}
top_ill[0]["u"] = "work_s1.php";

top_ill[1] = new Array(); 
top_ill[1]["r"] = "Waters-DSC083T";
top_ill[1]["i"] = "images/i2waters/DSC083T1.JPG";
top_ill[1]["w"] = 800;
top_ill[1]["h"] = 600;
if (lg == 'en') {
	top_ill[1]["t"] = "Series II (Waters) &#8212; No title";
	top_ill[1]["l"] = "1997 - oil on canvas, 46 x 38 cm";
} else if (lg == 'fr') {
	top_ill[1]["t"] = "Série II (Waters) &#8212; Sans titre";
	top_ill[1]["l"] = "1997 - huile sur toile, 46 x 38 cm";
}
top_ill[1]["u"] = "work_s2.php";

top_ill[2] = new Array(); 
top_ill[2]["r"] = "Nuits-DSC017T";
top_ill[2]["i"] = "images/i3nuits/DSC017T3.JPG";
top_ill[2]["w"] = 800;
top_ill[2]["h"] = 600;
if (lg == 'en') {
	top_ill[2]["t"] = "Series III (Nuits) &#8212; No title";
	top_ill[2]["l"] = "2000 - oil on canvas, 195 x 195 cm";
} else if (lg == 'fr') {
	top_ill[2]["t"] = "Série III (Nuits) &#8212; Sans titre";
	top_ill[2]["l"] = "2000 - huile sur toile, 195 x 195 cm";
}
top_ill[2]["u"] = "work_s3.php";

top_ill[3] = new Array(); 
top_ill[3]["r"] = "Days-DSC023T";
top_ill[3]["i"] = "images/i4days/DSC023T6.JPG";
top_ill[3]["w"] = 800;
top_ill[3]["h"] = 600;
if (lg == 'en') {
	top_ill[3]["t"] = "Series IV (Days) &#8212; No title";
	top_ill[3]["l"] = "1999 - oil on canvas, 195 x 150 cm";
} else if (lg == 'fr') {
	top_ill[3]["t"] = "Série IV (Days) &#8212; Sans titre";
	top_ill[3]["l"] = "1999 - huile sur toile, 195 x 150 cm";
}
top_ill[3]["u"] = "work_s4.php";

top_ill[4] = new Array(); 
top_ill[4]["r"] = "Sites-DSC099T";
top_ill[4]["i"] = "images/i5sites/DSC099T1.JPG";
top_ill[4]["w"] = 800;
top_ill[4]["h"] = 600;
if (lg == 'en') {
	top_ill[4]["t"] = "Series V (Sites) &#8212; No title";
	top_ill[4]["l"] = "1988 - oil on canvas, 225 x 160 cm";
} else if (lg == 'fr') {
	top_ill[4]["t"] = "Série V (Sites) &#8212; Sans titre";
	top_ill[4]["l"] = "1988 - huile sur toile, 225 x 160 cm";
}
top_ill[4]["u"] = "work_s5.php";

top_ill[5] = new Array(); 
top_ill[5]["r"] = "Inks-DSC004E";
top_ill[5]["i"] = "images/i6inks/DSC004E4.JPG";
top_ill[5]["w"] = 800;
top_ill[5]["h"] = 600;
if (lg == 'en') {
	top_ill[5]["t"] = "Series VI (Inks) &#8212; No title";
	top_ill[5]["l"] = "1997-2006 - Indian Ink, 67 x 67 cm";
} else if (lg == 'fr') {
	top_ill[5]["t"] = "Série VI (Encres) &#8212; Sans titre";
	top_ill[5]["l"] = "1997-2006 - Encre de Chine, 67 x 67 cm";
}
top_ill[5]["u"] = "work_s6.php";

/* ---------------------------------------------------------------- */
/* Call of the popup opener                                         */
/* ---------------------------------------------------------------- */
function selill(series, id) {
  mkill(series[id]["i"], series[id]["w"], series[id]["h"], series[id]["t"], series[id]["l"], series[id]["r"], series[id]["z"]);
}

/* ---------------------------------------------------------------- */
/* random selection of an id within illustration array              */
/* ---------------------------------------------------------------- */
var top_ill_rand = Math.floor(Math.random() * top_ill.length);

/* ---------------------------------------------------------------- */
