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