// JavaScript Document

if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;

image0.src = './multiplescope/burlington/pic04.jpg';
image1.src = './customfixturing/gracies/pic01.jpg';
image2.src = './customfixturing/strand/pic01.jpg';
image3.src = './customfixturing/w+k/pic01.jpg';
image4.src = './customfixturing/westerly/pic01.jpg';
image5.src = './multiplescope/elizabeth/pic02.jpg';
image6.src = './multiplescope/burlington/pic06.jpg';
image7.src = './customfixturing/uo/pic01.jpg';

} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
document.rollimg = '';
}

var cap = ['<h2>FIXTURING &amp; HARDWARE</h2><p>The architectural salvage of the future. Jewelry. Eye candy. Perfect timeless pieces in gorgeous cast metals. Or simple, modern fabricated metal and glass. You choose. We\'\ll deisgn for your project or help bring your design through the manufacturing process using authentic materials and timeless techniques. </p><p>Please scroll over project links at left to preview the portfolio galleries. Click to view.</p>',

'<h2>Gracie\'\s</h2><p>This gracefully sculpted bronze sign was created by Eleek as part of the renovation of Portland\'\s historic Hotel Mallory (now the newly opened Hotel DeLuxe).</p>',

'<h2>The Strand Showroom</h2><p>Eleek co-designed, engineered, built and installed several different styles of retail display fixtures for this condominium showroom in southwest Portland, including an oversized backlit lightbox, a freestanding transparency case, a cantilevered transparency case, stainless steel signage and a unique magnet board to show units still available and those sold.',

'<h2>Wieden + Kennedy</h2><p>These distressed pewter paperweights were commissioned by Wieden + Kennedy in an edition of 300 pieces for use as holiday gifts. They were designed, cast and finished in our shop.',

'<h2>The Westerly Showroom</h2><p>Eleek co-designed, engineered and installed several different styles of custom retail display fixtures for this condominium showroom in northwest Portland, including an oversized backlit lightbox and fabricated metal frames.</p>',

'<h2>Elizabeth Lofts</h2><p>This award-winning project combines high-rise luxury condominiums and street-level retail. Eleek was brought in early in the planning and was asked to design an interior light fixture to fit with the Charles Rennie Macintosh-inspired feel of the building. Working closely with the project\'\s design team, Eleek was eventually entrusted with a great deal of the custom decorative accent work for this building. In the end, Eleek created eleven unique designs for The Elizabeth, totaling 463 pieces.</p>',

'<h2>Burlington Lofts</h2><p>This project was built on a site that was formerly part of the Burlington Rail Yards, inspiring the design team toward a railroad theme and the posh Art Deco styling of the Burlington\'\s famous Zephyr streamliner fleet. Eleek was brought in early in the planning process and was asked to design a logo for the project as well as six large exterior light fixtures.<br /> Eleek was also commissioned to create a series of bronze sculptures to go around the base of the building, handsome sconces to adorn the main entrance, large bronze door handles for all exterior doors and miscellaneous interior hardware.</p>'

];

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