$(document).ready(function() {
  $('.pDescription').hide();
  $('.pToggle h4').toggle(function(e) {
	
	$(e.target).parent().prev('.pDescription').slideFadeIn('slow');
  }, function(e) {
	$(e.target).parent().prev('.pDescription').slideFadeOut('slow');
  });
});

$(function() {
	$('#yapprGallery a').lightBox();
	$('#aigGallery a').lightBox();
	$('#futureGallery a').lightBox();
	$('#geGallery a').lightBox();
});
function showyapprGallary(id)
{
$("#" + id+" a:first").click();
}
