function button_popup(href) {
	return window.open(href, 'popup', 'width=450,height=450,resizable=yes');
}
function popup(href) {
	return window.open(href, 'popup', 'width=680,height=450,scrollbars=yes,resizable=yes');
}