function popup(url, name) {
	window.open(url, name, "status=1,toolbar=1,menubar=1,resizable=1,location=0,scrollbars=1,width=650,height=600");
}