function popup() {
	window.open(newURL, "NewWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=400,height=400");
}
