function newPopUp(url) {
window.open(url, 'Popup', 'width=570,height=400,scrollbars,resizable');
}
