// 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;
image7 = new Image;
image8 = new Image;
image9 = new Image;
image10 = new Image;
image0.src = './customlight/rosegarden/pic03.jpg';
image1.src = './customlight/hilton/pic01.jpg';
image2.src = './customlight/bluesage/pic04.jpg';
image3.src = './customlight/mercantile/pic01.jpg';
image4.src = './customlight/osf/pic01.jpg';
image5.src = './customlight/riverscape/pic01.jpg';
image6.src = './customlight/rosegarden/pic01.jpg';
image7.src = './customlight/wellsfargo/pic01.jpg';
image8.src = './customlight/620/pic01.jpg';
image9.src = './multiplescope/elizabeth/pic10.jpg';
image10.src = './multiplescope/burlington/pic02.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
document.rollimg = '';
}

var cap = ['<h2>LIGHTING PROJECTS</h2><p>Detail is our business, and <i>custom</i> design and manufacturing is where it really gets interesting. Offering time-tested techniques and beautiful, durable materials, Eleek creates one-of-a-kind works of art (well, often in multiples) for commercial and residential projects around the world. This is the real thing, made by hand in Portland, Oregon using the most sustainable materials and processes available, and offering the most innovative new lamping technologies for energy efficiency.</p>',
										  
'<h2>Vancouver Hilton</h2><p>Hilton Hotels opened a $71.2 million, 225 room hotel and 30,000 square foot conference center across from downtown Vancouver\'\s Esther Short Park in 2005. Eleek was commissioned to engineer and build a total of 81 luminaires, some as large as 16 feet in diameter, for the new center. The Hilton Hotel and convention center is the first hotel in America to apply for Leed&reg; certification. </p>',

'<h2>Blue Sage Caf&eacute;</h2><p>In 2008, the Dussin Group (Dussini\'\s, Old Spaghetti Factory) contracted Eleek to design and manufacture several different types of luminaires for a new restaurant with a whimsical, Southwestern flavor.</p>',

'<h2>Mercantile</h2><p>This high end Portland clothing retailer had been in their old location for decades, helping to cement their reputation as a Portland institution. WHen they had to move to a new location a few blocks away, they wanted that established "been there forever" feel to be there when they arrived. Eleek was contracted to design and manufacture exterior decorative sconces that brought the building a unique creative flair as well as an historical patina.</p>',

'<h2>Old Spaghetti Factory</h2><p>OSF asked us to design a large, ornate chandelier for their new Boise restaurant. They wanted something that would fit in with their festive, eclectic, antique-meets-carnival decorating scheme. We also designed them a custom interior sconce mirroring the Deco theme of the building\'\s exterior. The result is the Swan sconce, combining recycled aluminum eco-chic with classic art deco styling. </p>',

'<h2>Riverscape</h2><p>Riverscape is a large residential development on Portland\'\s Northwest waterfront. Eleek was commissioned to design and produce all of the exterior lighting for this project, including hundreds of custom bollards and lampposts.</p>',

'<h2>The Rose Garden Arena</h2><p>Portland\'\s largest indoor venue is home to the Trail Blazers and plays host to most of the large national performance acts that come through Portland. We were delighted when we were asked to design and build a large luminaire to grace its spacious entry hall.</p>',

'<h2>Wells Fargo</h2><p>In 2006, Luma Lighting was hired by Wells Fargo to create several giant chandeliers for the remodel of an existing branch in Yakima, Washington. Eleek got a napkin sketch from the lighting designer and took it from there.</p>',

'<h2>620 Building</h2><p>In 2008, Eleek was asked to design a variation of their Takashima sconce and pendant for this downtown Portland lobby.</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];
}
