function popupImage(src,w,h)  {
	var newWindow = window.open('', 'popupImage', 'width=50,height=50');
	newWindow.location.href = '/includes/html/popup.php?src=' + src;
	newWindow = null; 
}