function openPP() {
 window.open('assets/pop_up/privacy.html','privacy','width=820,height=640,scrollbars=yes,resizable=yes');
 }

function openTerms() {
 window.open('assets/pop_up/terms.html','privacy','width=820,height=640,scrollbars=yes,resizable=yes');
}
