function showPopup(filePath, windowOptions) {
	window.open(filePath, "PopUp", windowOptions)
}