/*******************************************************************************

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 setOnMouseClick2() {
	var elements = document.getElementsByTagName("a");
	for (var i = 0; i < elements.length; i++) {
		switch(elements[i].className) {
			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;
			case "s4":
				elements[i].onclick = function() {
					 imgs.showImg(4);
					 return false;
				}
				break;
			case "s5":
				elements[i].onclick = function() {
					 imgs.showImg(5);
					 return false;
				}
				break;
			case "s6":
				elements[i].onclick = function() {
					 imgs.showImg(6);
					 return false;
				}
				break;
			case "s7":
				elements[i].onclick = function() {
					 imgs.showImg(7);
					 return false;
				}
				break;
			case "s8":
				elements[i].onclick = function() {
					 imgs.showImg(8);
					 return false;
				}
				break;
			case "s9":
				elements[i].onclick = function() {
					 imgs.showImg(9);
					 return false;
				}
				break;
			case "s10":
				elements[i].onclick = function() {
					 imgs.showImg(10);
					 return false;
				}
				break;
			case "s11":
				elements[i].onclick = function() {
					 imgs.showImg(11);
					 return false;
				}
				break;
				
		}
	}
}

////////////////////////////////////////////////////////////////////////////////
// INIT

function init() {
	setOnMouseClick2();
	// 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 = "images/gruppen/duennschliffe/duennschliffe_1.png"; //NEU
	imgsGallery[0].title = "Dünnschliff 2, Marmor und Alluminium, 40 x 40 cm, 2007 - 2011 <small></small>";
	imgsGallery[0].caption = "";
	imgsGallery[0].link = "";
	imgsGallery[1] = new Object();
	imgsGallery[1].image = "images/gruppen/duennschliffe/duennschliffe_2.png";
	imgsGallery[1].title = "Dünnschliff 3, Marmor und Alluminium, 30 x 30 cm, 2007 - 2011 <small></small>";
	imgsGallery[1].caption = "";
	imgsGallery[1].link = "";
	imgsGallery[2] = new Object();
	imgsGallery[2].image = "images/gruppen/duennschliffe/duennschliffe_3.png";
	imgsGallery[2].title = "Dünnschliff 6, Marmor und Alluminium, 40 x 40 cm, 2007 - 2011 <small></small>";
	imgsGallery[2].caption = "";
	imgsGallery[2].link = "";
	imgsGallery[3] = new Object();
	imgsGallery[3].image = "images/gruppen/duennschliffe/duennschliffe_4.png";
	imgsGallery[3].title = "Dünnschliff 8, Marmor und Alluminium, 30 x 30 cm, 2007 - 2011 <small></small>";
	imgsGallery[3].caption = "";
	imgsGallery[3].link = "";
	imgsGallery[4] = new Object();
	imgsGallery[4].image = "images/gruppen/duennschliffe/duennschliffe_5.png";
	imgsGallery[4].title = "Dünnschliff 9, Marmor und Glas, 28 x 28 cm, 2007 <small></small>";
	imgsGallery[4].caption = "";
	imgsGallery[4].link = "";
	imgsGallery[5] = new Object();
	imgsGallery[5].image = "images/gruppen/duennschliffe/duennschliffe_6.png";
	imgsGallery[5].title = "Dünnschliff 12, Marmor und Glas, 25 x 25 cm, 2007<small></small>";
	imgsGallery[5].caption = "";
	imgsGallery[5].link = "";
	imgsGallery[6] = new Object();
	imgsGallery[6].image = "images/gruppen/duennschliffe/duennschliffe_7.png";
	imgsGallery[6].title = "Dünnschliff 13, Marmor und Acrylglas, 28 x 22 cm, 2008<small></small>";
	imgsGallery[6].caption = "";
	imgsGallery[6].link = "";
	imgsGallery[7] = new Object();
	imgsGallery[7].image = "images/gruppen/duennschliffe/duennschliffe_8.png";
	imgsGallery[7].title = "Dünnschliff 0, Marmor und Glas, 30 x 30 cm, 2007, Privatsammlung<small></small>";
	imgsGallery[7].caption = "";
	imgsGallery[7].link = "";
	imgsGallery[8] = new Object();
	imgsGallery[8].image = "images/gruppen/duennschliffe/duennschliffe_9.png";
	imgsGallery[8].title = "Dünnschliff 1, Marmor und Aluminium, 25 x 25 cm, 2007<small></small>";
	imgsGallery[8].caption = "";
	imgsGallery[8].link = "";
	imgsGallery[9] = new Object();
	imgsGallery[9].image = "images/gruppen/duennschliffe/duennschliffe_10.png";
	imgsGallery[9].title = "Dünnschliff 5, Marmor und Aluminium, 40 x 40 cm, 2007, Privatsammlung, Ulm<small></small>";
	imgsGallery[9].caption = "";
	imgsGallery[9].link = "";
	imgsGallery[10] = new Object();
	imgsGallery[10].image = "images/gruppen/duennschliffe/duennschliffe_11.png";
	imgsGallery[10].title = "Dünnschliff 16, Marmor und Aluminium, 60 x 60 cm, 2008<small></small>";
	imgsGallery[10].caption = "";
	imgsGallery[10].link = "";
	imgsGallery[11] = new Object();
	imgsGallery[11].image = "images/gruppen/duennschliffe/duennschliffe_12.png";
	imgsGallery[11].title = "Dünnschliff , Marmor und Glas, 3 x 5 cm, 2007, Technische Universität, München<small></small>";
	imgsGallery[11].caption = "";
	imgsGallery[11].link = "";
	
	var start = 0;
	imgs = new MudFadeGallery('imgs', 'imgDisplay', imgsGallery, {startNum: start, preload: true, autoplay: 0});
	
	// set the initial captions
	var title = (imgsGallery[0].title) ? imgsGallery[0].title : "";
	var caption = (imgsGallery[0].caption) ? imgsGallery[0].caption : "";
	$("imgDisplay_title").innerHTML = title;
	$("imgDisplay_caption").innerHTML = caption;
	$("imgDisplay_number").innerHTML = "1 / " + imgsGallery.length;
	$("imgDisplay").src = imgsGallery[start].image;
	$("imgDisplay_link").href = imgsGallery[start].link;
	$("imgDisplay_link").title = imgsGallery[start].title;
}

////////////////////////////////////////////////////////////////////////////////
// EVENTS

Event.observe(window, 'load', init, false);
