function popup(url) {
	window.open(url, 'popup', 'width=712, height=500, scrollbars=no');
	}
function popup2(url) {
window.open(url, 'popup', 'width=712, height=500, scrollbars=yes');
}