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

