//this is the code to pop up a window to show the privacy policy
function openwindow()
{
	window.open("privacy_policy.html","mywindow","menubar=0,scrollbars=1,resizable=1,width=1025,height=600");
}
