// JavaScript Document

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

var cap = ['Drape-formed acrylic creates organic shapes in Vancouver Hilton Hotel lobby.',
'Group of pendants lights the stairwell, drawing guests upward.',
'Ballroom chandeliers are 16\'\ in diameter and utilize low-energy lamping.',
'Eleek-designed sconces at the hotel\'\s main entrance.',
'Ballroom chandeliers are eight feet square; hand-strung glass beads create a festive feel.',
'Ballroom chandelier in construction',
'An expanded version of the organic, glowing lobby lights floats above the concierge desk.'
];

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