function pop_up(url) {
    popUpWindow = window.open(url, 'popUp', 'width=617,height=420,scrollbars=no,resizable=yes')
	popUpWindow.focus()
}

