function Images(width,height,image,directory){
	var img="images.php?img="+image+"&dir="+directory;	
	ImagesWindow = window.open(img, "ImagesWindow", 'width='+width+','+'height='+height);
	ImagesWindow.focus();
}