var objWin;
function PrivacyStatment(){

	LeftPosition=(screen.width)?(screen.width-640)/2:100;
	TopPosition=(screen.height)?(screen.height-390)/2:100;
	Settings='width=640,height=390,top='+TopPosition+',left='+LeftPosition+',alwaysRaised=yes, dependent=yes, scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	objWin = window.open("privacy.html", "_Privacy", Settings);
		
}