// 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\/mcc1_lg.jpg';
image1.src = '..\/images\/virtualtour\/mcc2_lg.jpg';
image2.src = '..\/images\/virtualtour\/mcc3_lg.jpg';
image3.src = '..\/images\/virtualtour\/mcc4_lg.jpg';
image4.src = '..\/images\/virtualtour\/mcc5_lg.jpg';
image5.src = '..\/images\/virtualtour\/mcc6_lg.jpg';
image6.src = '..\/images\/virtualtour\/mcc7_lg.jpg';
image7.src = '..\/images\/virtualtour\/mcc8_lg.jpg';
image8.src = '..\/images\/virtualtour\/mcc9_lg.jpg';
image9.src = '..\/images\/virtualtour\/mcc10_lg.jpg';
image10.src = '..\/images\/virtualtour\/mcc11_lg.jpg';
image11.src = '..\/images\/virtualtour\/mcc12_lg.jpg';
image12.src = '..\/images\/virtualtour\/mcc13_lg.jpg';
image13.src = '..\/images\/virtualtour\/mcc14_lg.jpg';
image14.src = '..\/images\/virtualtour\/mcc15_lg.jpg';
image15.src = '..\/images\/virtualtour\/mcc16_lg.jpg';
image16.src = '..\/images\/virtualtour\/mcc17_lg.jpg';
image17.src = '..\/images\/virtualtour\/mcc18_lg.jpg';
image18.src = '..\/images\/virtualtour\/mcc19_lg.jpg';
image19.src = '..\/images\/virtualtour\/mcc20_lg.jpg';
image20.src = '..\/images\/virtualtour\/mcc21_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 cornerstone of the Administation Building was laid May 21, 1891 and opened May 1, 1893.','The cornerstone of the Old Memorial Building was laid June 29, 1896 and opened for boys in 1897.','Old Charles Smith Infirmary; Chapel on left; Administration Building on right','Grand Master Richard A. Rowlands addressing the audience','Cornerstone laying exercises (April 26, 1952) new Charles Smith Infirmary, Honor Guard Knights Templars','The new Charles Smith Infirmary dedicated by Grand Master Ward B. Arbury, April 3, 1954.','The cornerstone of the Daniel D. Tompkins Memorial Chapel was laid April 16, 1910 and opened June 1911.','Chancel, Daniel D. Thompkins Memorial Chapel','Children\'s Choir','The cornerstone of the Knights Templar Building was laid May 18, 1915, occupied in 1916 as a home for girls.','Cornerstone of the Masonic Soldiers and Sailors Memorial Hospital was laid September 20, 1919 and opened in 1922.','Fountain and Statue - Lt. Orville Parker Johnson, killed in action in France, July 18, 1918.','The Scottish Rite Building was constructed in 1924.','The cornerstone of the Wiley Hall was laid June 23, 1928 and opened in December 1928 as a home for boys.','Cow barn','Harvesting hay','Corn field','Piggery','Rock Garden and boathouse','Chapel','Float'];

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

