function showPrivacy() {
  open('../../privacy.asp', 'privacypolicy','resizable=yes,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,width=600,height=400,top=100,left=100');
}
function showTerms() {
  open('../../terms.asp', 'terms','resizable=yes,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,width=600,height=400,top=100,left=100');
}
function showPopup() {
  open('../../tellafriend.asp', 'tellafriend','resizable=yes,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,width=500,height=400,top=150,left=150');
}
