function galleryPopUp(url, windowName) {
	window.open(url, windowName, 'width=600,height=500,toolbar=1,resizable=1');
}