function getImages()
{
	$.post("dirFolder.php", {}, function(data){
			$("#imageList").html(data);      		      		
        });
 }
