//////////////////////////////////////////////////////////	The purpose of this file is to//	apply javascript for this specific photo gallery////////////////////////////////////////////////////////// define image files and give the filenamesimg_grounds_1     = new Image(382,315);img_grounds_1.src = "cmsimages/gallery_location_01.jpg";img_grounds_2     = new Image(382,315);img_grounds_2.src = "cmsimages/gallery_location_02.jpg";img_grounds_3     = new Image(382,315);img_grounds_3.src = "cmsimages/gallery_location_03.jpg";img_grounds_4     = new Image(382,315);img_grounds_4.src = "cmsimages/gallery_location_04.jpg";// change imagefunction changeimage(imgx,placex)  {     if (document.images) {         document.images[placex].src = eval(imgx + ".src");    }}