// JavaScript Document
function popup()
{
	window.open("privacypolicy.html","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=800, height=600");
}
