// Ovadraft Document

function getPrivacy() {
  popupWin = window.open('/popups/privacy/',
  'open_window',
  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, dependent, width=660, height=500, left=100, top=50');
}

function getTerms() {
  popupWin = window.open('/popups/termsandconditions/',
  'open_window',
  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, dependent, width=660, height=500, left=100, top=50');
}

function forgotPIN() {
	  popupWin = window.open('/popups/pinreset/',
	  'open_window',
	  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, dependent, width=350, height=200, left=100, top=50');
	}






















