<!--
function preloadPopups()	{
Image1	=	new Image(300,270)
Image1.src = "images/gallery/photos/pop_ups/pic1_lg.jpg"
Image2	=	new Image(300,270)
Image2.src = "images/gallery/photos/pop_ups/pic2_lg.jpg"
Image3	=	new Image(300,270)
Image3.src = "images/gallery/photos/pop_ups/pic3_lg.jpg"
Image4	=	new Image(300,270)
Image4.src = "images/gallery/photos/pop_ups/pic4_lg.jpg"
Image5	=	new Image(300,270)
Image5.src = "images/gallery/photos/pop_ups/pic5_lg.jpg"
Image6	=	new Image(300,270)
Image6.src = "images/gallery/photos/pop_ups/pic6_lg.jpg"
Image7	=	new Image(300,270)
Image7.src = "images/gallery/photos/pop_ups/pic7_lg.jpg"
Image8	=	new Image(300,270)
Image8.src = "images/gallery/photos/pop_ups/pic8_lg.jpg"
Image9	=	new Image(300,270)
Image9.src = "images/gallery/photos/pop_ups/pic9_lg.jpg"
Image10	=	new Image(300,270)
Image10.src = "images/gallery/photos/pop_ups/pic10_lg.jpg"
Image11	=	new Image(300,270)
Image11.src = "images/gallery/photos/pop_ups/pic11_lg.jpg"
Image12	=	new Image(300,270)
Image12.src = "images/gallery/photos/pop_ups/pic12_lg.jpg"
Image13	=	new Image(300,270)
Image13.src = "images/gallery/photos/pop_ups/pic13_lg.jpg"
Image14	=	new Image(300,270)
Image14.src = "images/gallery/photos/pop_ups/pic14_lg.jpg"
Image15	=	new Image(300,270)
Image15.src = "images/gallery/photos/pop_ups/pic15_lg.jpg"
Image16	=	new Image(300,270)
Image16.src = "images/gallery/photos/pop_ups/pic16_lg.jpg"
Image17	=	new Image(300,270)
Image17.src = "images/gallery/photos/pop_ups/pic17_lg.jpg"
Image18	=	new Image(300,270)
Image18.src = "images/gallery/photos/pop_ups/pic18_lg.jpg"
Image19	=	new Image(300,270)
Image19.src = "images/gallery/photos/pop_ups/pic19_lg.jpg"
Image20	=	new Image(300,270)
Image20.src = "images/gallery/photos/pop_ups/pic20_lg.jpg"
Image21	=	new Image(300,270)
Image21.src = "images/gallery/photos/pop_ups/pic21_lg.jpg"
Image22	=	new Image(300,270)
Image22.src = "images/gallery/photos/pop_ups/pic22_lg.jpg"
Image23	=	new Image(300,270)
Image23.src = "images/gallery/photos/pop_ups/pic23_lg.jpg"
Image24	=	new Image(300,270)
Image24.src = "images/gallery/photos/pop_ups/pic24_lg.jpg"
Image25	=	new Image(300,270)
Image25.src = "images/gallery/photos/pop_ups/pic25_lg.jpg"
}


function turnOnPop(imgName, imgText, xTop)	{
	document.getElementById('galleryPop').style.display = '';
	document.getElementById('galleryPop').style.top = xTop + 'px';
	document.images['galleryImg'].src = "images/gallery/photos/pop_ups/" + imgName + "_lg.jpg"
	document.getElementById('galleryText').innerHTML =  imgText;
}

function turnOffPop()	{
	document.getElementById('galleryPop').style.display = 'none';
}
//-->
