// JavaScript Document

if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image0.src = './customlight/rosegarden/pic01.jpg';
image1.src = './customlight/rosegarden/pic02.jpg';
image2.src = './customlight/rosegarden/pic03.jpg';
image3.src = './customlight/rosegarden/pic04.jpg';
image4.src = './customlight/rosegarden/pic05.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
document.rollimg = '';
}

var cap = ['Installed in the Rose Garden\'\s main entrance hall',

'A piece of slump-molded art glass forms the bottom of the sphere, with a custom-cast metal detail.',
'Calliope art glass detail.',

'Eric Kaster designed and built this extraordinary chandelier specifically for the Rose Garden Arena.',

'The Calliope is constructed of art glass and recycled aluminum.',
];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML = cap[n];
}
