// 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/620/pic01.jpg';
image1.src = './customlight/620/pic02.jpg';
image2.src = './customlight/620/pic03.jpg';
image3.src = './customlight/620/pic04.jpg';
image4.src = './customlight/620/pic05.jpg';
image5.src = './customlight/620/pic06.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
document.rollimg = '';
}

var cap = ['Custom pendants were designed by Eleek specifically for this elegant lobby.',
'Both classic and modern, this custom pendant is constructed of laser-cut aluminum with a glass lens.',
'The design reflects the view outside as well as the lobby interior.'
];

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