﻿
		
//Gallery Larger Image View		
		function BigImageShow (bigImageSrc)
		{			
				document.images.BigImage.src=bigImageSrc;
        }

		