// JavaScript Document

function popup() {
	window.open ("privacy-popup.html", "mywindow" ,"status = 1,height = 450,width = 550,scrollbars = yes,")
	}

