function openGallery(){
		    newWindow = window.open("popup.php", "popupGallery" ,'width=620,height=560,resizable=yes,scrollbars=yes');
		    newWindow.name = "";
			//set_ImageIndex(1);
			return true;
}
