// 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;
image11 = new Image;
image12 = new Image;
image13 = new Image;
image14 = new Image;
image15 = new Image;
image16 = new Image;
image17 = new Image;
image18 = new Image;
image19 = new Image;
image20 = new Image;

image0.src = '..\/images\/virtualtour\/masonichall1_lg.jpg';
image1.src = '..\/images\/virtualtour\/masonichall2_lg.jpg';
image2.src = '..\/images\/virtualtour\/masonichall3_lg.jpg';
image3.src = '..\/images\/virtualtour\/masonichall4_lg.jpg';
image4.src = '..\/images\/virtualtour\/masonichall5_lg.jpg';
image5.src = '..\/images\/virtualtour\/masonichall6_lg.jpg';
image6.src = '..\/images\/virtualtour\/masonichall7_lg.jpg';
image7.src = '..\/images\/virtualtour\/masonichall8_lg.jpg';
image8.src = '..\/images\/virtualtour\/masonichall9_lg.jpg';
image9.src = '..\/images\/virtualtour\/masonichall10_lg.jpg';
image10.src = '..\/images\/virtualtour\/masonichall11_lg.jpg';
image11.src = '..\/images\/virtualtour\/masonichall12_lg.jpg';
image12.src = '..\/images\/virtualtour\/masonichall13_lg.jpg';
image13.src = '..\/images\/virtualtour\/masonichall14_lg.jpg';
image14.src = '..\/images\/virtualtour\/masonichall15_lg.jpg';
image15.src = '..\/images\/virtualtour\/masonichall16_lg.jpg';
image16.src = '..\/images\/virtualtour\/masonichall17_lg.jpg';
image17.src = '..\/images\/virtualtour\/masonichall18_lg.jpg';
image18.src = '..\/images\/virtualtour\/masonichall19_lg.jpg';
image19.src = '..\/images\/virtualtour\/masonichall20_lg.jpg';
image20.src = '..\/images\/virtualtour\/masonichall21_lg.jpg';

} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
image11 = '';
image12 = '';
image13 = '';
image14 = '';
image15 = '';
image16 = '';
image17 = '';
image18 = '';
image19 = '';
image20 = '';

document.rollimg = '';
}

var cap = ['The Grand Lodge Room, a magnificent hall in which to hold Grand Lodge sessions and meetings of other major Masonic bodies.',
'The main stairway, as seen looking upward from the Freemasons Grill level.','This is a small library-conference room which was one of the building\'s best kept secrets for most of its history prior to the restoration project.','One of the most beautiful rooms in Masonic Hall, the Ionic Room is decorated in the Mediterranean motif from which it derives its name.','The Renaissance Room\'s color and scope are breathtaking, from the restored murals to to marbleizing of wall panels.',' The ceiling murals are painted on plaster as are the surrounding rectangles and triangles, which are filled with representations of clouds, fruits, and flowers.','In the Doric Room, the Greek theme is carried forward in a series of six repeated plaster frieze scenes which band the top of the walls.','One of the first rooms to be re-done, the Corinthian Room picks up the basic colors found in the mosaic tile on the center floor area.','Oil paintings in brown and pastels of the pastoral French countryside are the principal decor of this room, along with the Doric columns.','If you were a medieval knight, you\'d feel right at home here. From the heavy woodwork to the coats of arms, this room recalls a unique time in history.','The Colonial Room features colonial colors, chiefly wedgwood blue, burnt orange and silver, which hint of the Spanish period','The columns on either side of the Master\'s chair in the East provide a marbleized effect, although they are made of plaster.','The French Ionic Room is one of the more ornate and original rooms in the Hall.','The Empire Room was completely redecorated in the early 19th Century French neopolitan style with Greek and Roman influences.','The Gothic Room will seem familiar, for the blue and and white fleur-de-lis design stenciled in the false windows reminds one of the world-famous chapel.','The Chapter Room is the only room in the Hall that was restored, not renovated, that is it was thoroughly cleaned and enhanced.','The Oak Room is one of the two rooms that was not included in the renovation project.','The American Room is one of the two rooms that was not included in the renovation project.','It is only fitting that the executive office of the Grand Master should be decorated in the good taste, comfort and utility befitting that position.','This conference room honors the memory of the long-time senior Past Grand Master and retired Associate Justice of the Court of Appeals, Charles W. Froessel.','This lounge is a large, tastefully decorated room where spouses and friends of Masons may meet, converse, and relax.'];

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


