// must load this into every merchant's "gallery" folder

MM_preloadImages('/1_tn.jpg','/2_tn.jpg','/3_tn.jpg','/4_tn.jpg','/5_tn.jpg','/6_tn.jpg','/2.jpg','/3.jpg','/4.jpg','/5.jpg','/6.jpg','/1.jpg');


	var caption1 = "Our play table provides hands-on experience";
	var caption2 = "Carol demonstrates the Levitron&reg; Levitating Top";
	var caption3 = "Folkmanis&reg; Puppets";
	var caption4 = "Owner Rick Bowman demonstrates KEVA&reg; Planks";
	var caption5 = "Carol shows her String Thing Limbo&reg; form";
	var caption6 = "Dolls from Corolle&reg;, Russ&reg;, Only Hearts Club&reg;, and more";
	
function imageCaption1() {
document.getElementById('PicCaption').innerHTML = caption1;
}
function imageCaption2() {
document.getElementById('PicCaption').innerHTML = caption2;
}
function imageCaption3() {
document.getElementById('PicCaption').innerHTML = caption3;
}
function imageCaption4() {
document.getElementById('PicCaption').innerHTML = caption4;
}
function imageCaption5() {
document.getElementById('PicCaption').innerHTML = caption5;
}
function imageCaption6() {
document.getElementById('PicCaption').innerHTML = caption6;
}