function newWindow(efppi) {
	efppiWindow = window.open(efppi, "efppiWin", "width=400,height=520")
	efppiWindow.focus()

}
// JavaScript Document