function showPrivacyPolicy(){
	var _width;
	_width = (window.screen.width/2) - 350;
	_height= (window.screen.height/2) - 375;
	var editor=window.open('nmlp-privacy-policy.html','privacyWindow','width=700,height=750,top='+_height+',resizable=no,left='+_width);	
}

function showContactPrivacyPolicy(){
	var _width;
	_width = (window.screen.width/2) - 350;
	_height= (window.screen.height/2) - 375;
	var editor=window.open('../nmlp-privacy-policy.html','privacyWindow','width=700,height=750,top='+_height+',resizable=no,left='+_width);	
}
