// JavaScript Document

if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;

image0.src = './restoration/artmuseum/pic03.jpg';
image1.src = './restoration/artmuseum/pic01.jpg';
image2.src = './restoration/hotel_deluxe/pic01.jpg';
image3.src = './restoration/arlington/pic01.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';

document.rollimg = '';
}

var cap = ['<h2>RESTORATION AND RETROFITTING</h2> <p>Eleek offers complete restoration and retrofitting services for luminaires, going far beyond just cleaning and rewiring. Our rare Old World skillset and matery of the most innovative new lamping technologies makes us uniquely qualified to restore and retrofit lighting of historic value as well as modern luminaires. We can also replicate any fixture from a whole or partial model, or even from photographs or drawings.</p><p>Please scroll over project links at left to preview the portfolio galleries. Click to view.</p>',
										  
'<h2>Portland Art Museum</h2><p>This lighting restoration project included luminaires ranging from small single-lamp sconces to chandeliers five feet in diameter, from freestanding torchiers to large exterior sconces.</p><p>The fixtures, reflecting a wide range of materials and manufacturing techniques, were in very poor condition, many of them coated in paint and not functioning. After restoration, the results were breathtaking and the response has been overwhelmingly positive.</p>',

'<h2>Hotel DeLuxe</h2><p>The Hotel DeLuxe is located in downtown Portland. This lighting restoration project involved restoring and rewiring the hotel\'\s original crystal chandeliers to their former brilliance.</p>',

'<h2>Arlington Club</h2><p>The Arlington Club is located in an historic building in downtown Portland. Built in 1910, it still has much of its original decorative lighting. In 2008, Eleek was asked to restore existing lighting, replicate existing lighting to create additional fixtures, and to design and manufacture a new custom chandelier that would look like an original.</p>'



];

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