function openPopup(dir, width, height) {
				popupWindow = window.open('/' + dir + '/','popup','width=' + width + ', height=' + height + '');
				popupWindow.focus();
			}