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

