function showPopup(photo) {
		$('photolarge').src = photo;
		toggleLayer('fg_popup_div');
}