jQuery(function() {
 	jQuery('.closeWindow').click(function(){
		jQuery('#showimageJ').fadeOut('slow');
	})
});
