function showSlide($pageLink,$current){
	$.post($pageLink, {'tx_lfrtcontent_pi1[action]':"showSlide",'tx_lfrtcontent_pi1[current]':$current}, 
				function(data){
					if(data.length >0) {
						$('#galleryarea').html(data);
					}
			});
}