/*******************************************************************************
FILE: mud_Scripts.js
REQUIRES: prototype.js, mud_FadeGallery.js
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - converted to use prototype.js
DATE: 01/05/2006
--------------------------------------------------------------------------------
This file is part of MudFadeGallery.
MudFadeGallery is free for anyone to use, but this header MUST be
included, and may not be modified.
*******************************************************************************/
////////////////////////////////////////////////////////////////////////////////
// GLOBAL VARS
var imgsGallery = new Array();
var imgs;
///////////////////////////////////////////////////////////////////////////////
// MOUSE EVENTS
function setOnMouseClick() {
var elements = document.getElementsByTagName("a");
for (var i = 0; i < elements.length; i++) {
switch(elements[i].className) {
case "next":
elements[i].onclick = function() {
imgs.nextImg();
imgs.apStop(10);
return false;
}
break;
case "prev":
elements[i].onclick = function() {
imgs.prevImg();
imgs.apStop(10);
return false;
}
break;
case "s0":
elements[i].onclick = function() {
imgs.showImg(0);
return false;
}
break;
case "s1":
elements[i].onclick = function() {
imgs.showImg(1);
return false;
}
break;
case "s2":
elements[i].onclick = function() {
imgs.showImg(2);
return false;
}
break;
case "s3":
elements[i].onclick = function() {
imgs.showImg(3);
return false;
}
break;
}
}
}
////////////////////////////////////////////////////////////////////////////////
// INIT
function init() {
setOnMouseClick();
// images gallery
// load images note: imgsGallery[].image isn't an array of images, just strings to hold location
imgsGallery[0] = new Object();imgsGallery[0].image = "http://www.damelioterras.com/MEDIA/02279.jpg";imgsGallery[0].titles = "Delia Brown
Winter Portrait 2008
16 x 12 inches (40.6 x 30.5 cm)
oil on wood panel
";imgsGallery[1] = new Object();imgsGallery[1].image = "http://www.damelioterras.com/MEDIA/02280.jpg";imgsGallery[1].titles = "Delia Brown
The Recital 2008
12 x 12 inches (30.5 x 30.5 cm)
oil on wood panel
";imgsGallery[2] = new Object();imgsGallery[2].image = "http://www.damelioterras.com/MEDIA/02285.jpg";imgsGallery[2].titles = "Delia Brown
Corona & Fur 2007
11 x 14 inches
27.9 x 35.6 cm
oil on linen
";imgsGallery[3] = new Object();imgsGallery[3].image = "http://www.damelioterras.com/MEDIA/02284.jpg";imgsGallery[3].titles = "Delia Brown
Frontier Fronting 2007
16 x 12 inches
40.6 x 30.5 cm
oil on linen
";imgsGallery[4] = new Object();imgsGallery[4].image = "http://www.damelioterras.com/MEDIA/01983.jpg";imgsGallery[4].titles = "Delia Brown
Kiki & Kitties 2007
9 x 6 inches
22.9 x 15.2 cm
oil on wood panel
";imgsGallery[5] = new Object();imgsGallery[5].image = "http://www.damelioterras.com/MEDIA/02282.jpg";imgsGallery[5].titles = "Delia Brown
Felicity Touching up Her Lipstick 2006
7 x 11 inches
17.8 x 27.9 cm
oil on board
";imgsGallery[6] = new Object();imgsGallery[6].image = "http://www.damelioterras.com/MEDIA/01982.jpg";imgsGallery[6].titles = "Delia Brown
Caprice Apprehending Felicity 2006
10 x 5.25 inches
25.4 x 13.3 cm
oil on board
";imgsGallery[7] = new Object();imgsGallery[7].image = "http://www.damelioterras.com/MEDIA/01981.jpg";imgsGallery[7].titles = "Delia Brown
Don’t Worry, You’ll Never See Me Again, Since That’s What You Want 2005
10 3/4 x 18 1/8 inches
27.3 x 46 cm
oil on canvas
";imgsGallery[8] = new Object();imgsGallery[8].image = "http://www.damelioterras.com/MEDIA/00137.jpg";imgsGallery[8].titles = "Delia Brown
Yo, Picasso 2005
30 x 24 inches
76.2 x 61 cm
oil on linen
";imgsGallery[9] = new Object();imgsGallery[9].image = "http://www.damelioterras.com/MEDIA/00134.jpg";imgsGallery[9].titles = "Delia Brown
Artist & Model 2004
30 x 24 inches
76.2 x 61 cm
oil on linen
";imgsGallery[10] = new Object();imgsGallery[10].image = "http://www.damelioterras.com/MEDIA/00136.jpg";imgsGallery[10].titles = "Delia Brown
Memento Mori, Nisi . . . 2004
20 x 30 inches
50.8 x 76.2 cm
oil on linen
";imgsGallery[11] = new Object();imgsGallery[11].image = "http://www.damelioterras.com/MEDIA/02281.jpg";imgsGallery[11].titles = "Delia Brown
Getting Hung Up at a Collector’s House on Route to the Museum (Sara and Me on the Living Room Floor) 2003
image size: 8 1/2 x 12 inches (21.6 x 30.5 cm)
paper size: 10 x 13 3/8 inches (25.4 x 34 cm)
watercolor on paper
";imgsGallery[12] = new Object();imgsGallery[12].image = "http://www.damelioterras.com/MEDIA/00133.jpg";imgsGallery[12].titles = "Delia Brown
Reading in the Red Room 2002
8 x 12 inches
20.3 x 30.5 cm
acrylic and oil on board
";imgsGallery[13] = new Object();imgsGallery[13].image = "http://www.damelioterras.com/MEDIA/01984.jpg";imgsGallery[13].titles = "Delia Brown
At the Movies 2002
9 7/8 x 14 7/8 inches
25.1 x 37.8 cm
acrylic and oil on board
";imgsGallery[14] = new Object();imgsGallery[14].image = "http://www.damelioterras.com/MEDIA/02283.jpg";imgsGallery[14].titles = "Delia Brown
Self-Portrait (late 18th c.) 1999
90 x 60 inches
228.6 x 152.4 cm
oil on canvas
";
var start = 0;
imgs = new MudFadeGallery('imgs', 'imgDisplay', imgsGallery, {startNum: start, preload: true, autoplay: 0});
// set the initial captions
var titles = (imgsGallery[0].titles) ? imgsGallery[0].titles : "No Title";
var caption = (imgsGallery[0].caption) ? imgsGallery[0].caption : "No caption";
$("imgDisplay_titles").innerHTML = titles;
$("imgDisplay_number").innerHTML = "(image 1 out of " + imgsGallery.length + ")";
$("imgDisplay").src = imgsGallery[start].image;
}
////////////////////////////////////////////////////////////////////////////////
// EVENTS
Event.observe(window, 'load', init, false);