// JavaScript Document
 if (document.images) {
	image_00 = new Image;
	image_01 = new Image;
	image_02 = new Image;
	image_03 = new Image;
	image_04 = new Image;
	image_05 = new Image;
	image_06 = new Image;
	image_07 = new Image;
	image_08 = new Image;
	image_09 = new Image;
	image_10 = new Image;
	image_11 = new Image;
	image_12 = new Image;
	image_13 = new Image;
	<!-- finds locations of each image loaded for roll over -->
	image_00.src = 'images/weddingTents/image_00.jpg';
	image_01.src = 'images/weddingTents/image_01.jpg';
	image_02.src = 'images/weddingTents/image_02.jpg';
	image_03.src = 'images/weddingTents/image_03.jpg';
	image_04.src = 'images/weddingTents/image_04.jpg';
	image_05.src = 'images/weddingTents/image_05.jpg';
	image_06.src = 'images/weddingTents/image_06.jpg';
	image_07.src = 'images/weddingTents/image_07.jpg';
	image_08.src = 'images/weddingTents/image_08.jpg';
	image_09.src = 'images/weddingTents/image_09.jpg';
	image_10.src = 'images/weddingTents/image_10.jpg';
	image_11.src = 'images/weddingTents/image_11.jpg';
	image_12.src = 'images/weddingTents/image_12.jpg';
	image_13.src = 'images/weddingTents/image_13.jpg';
} else {
	image_00 = '';
	image_01 = '';
	image_02 = '';
	image_03 = '';
	image_04 = '';
	image_05 = '';
	image_06 = '';
	image_07 = '';
	image_08 = '';
	image_09 = '';
	image_10 = '';
	image_11 = '';
	image_12 = '';
	image_13 = '';
	document.rollImage = '';
}
var captionsForImages = ['Century 15 x 30 Food Tent and 30 x 60 Seating From 30 x 30 Dance Tent', 'Century 20 x 60 x 35 with Leg Drapes', 'Century 20 x 60 x 35 with Linen Leg Drapes', 'Century 20 x 60 x 35 with Linen Leg Drapes', 'Century 30 x 30 x 45', 'Century 30 x 60', 'Century 30 x 60 No Sides', 'Century 30 x 60 Tee', 'Century 30 x 80 Thomas Edison Inn', 'Century 30 x 90 x 45 on Lake', 'Century 30 x 90 x 60', 'Century 30 x 90 x 60 on Tennis Court', 'Century Hex with 2 30 x 30 Attached', 'Century Inside View', 'Serpentine Tables and Chandeliers'];

function rollOver(n) {
document.getElementById('caption').innerHTML = captionsForImages[n];
}