// 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/balloonsAndBalloonsSpecialty/image_00.jpg';
	image_01.src = 'images/balloonsAndBalloonsSpecialty/image_01.jpg';
	image_02.src = 'images/balloonsAndBalloonsSpecialty/image_02.jpg';
	image_03.src = 'images/balloonsAndBalloonsSpecialty/image_03.jpg';
	image_04.src = 'images/balloonsAndBalloonsSpecialty/image_04.jpg';
	image_05.src = 'images/balloonsAndBalloonsSpecialty/image_05.jpg';
	image_06.src = 'images/balloonsAndBalloonsSpecialty/image_06.jpg';
	image_07.src = 'images/balloonsAndBalloonsSpecialty/image_07.jpg';
	image_08.src = 'images/balloonsAndBalloonsSpecialty/image_08.jpg';
	image_09.src = 'images/balloonsAndBalloonsSpecialty/image_09.jpg';
	image_10.src = 'images/balloonsAndBalloonsSpecialty/image_10.jpg';
	image_11.src = 'images/balloonsAndBalloonsSpecialty/image_11.jpg';
	image_12.src = 'images/balloonsAndBalloonsSpecialty/image_12.jpg';
	image_13.src = 'images/balloonsAndBalloonsSpecialty/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 = ['3 Foot Balloon', '3 Foot Balloons', 'Balloons Decoration Drop', 'Pacifier', 'Palm Tree', 'Pearls', 'Crossover String of Pearls', 'Sesame Street Gang', 'Sitting Baby', 'Smiley Birthday', 'Birthday Balloon Bouquet', 'Dance Floor Balloons', 'Balloon Bouquet', 'Veggies Run Amok'];

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