function popup(location) {
	window.open(location,"wndPrivacy","status=yes, toolbar=yes, menubar=no, resizable=yes, scrollbars=yes, height=500, width=600");
	return false;
}