// JavaScript Document

<!-- hide
function openNewWindow() {
  popupWin = window.open('http://www.njpn.org/',
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=940, height=880, left=0, top=0')
}
// done hiding -->
function openNewWindowDir() {
  popupWin = window.open('http://www.mapquest.com/maps/map.adp?formtype=address&searchtype=address&country=US&addtohistory=&1ahXX=&address=1+alpha+ave&city=&state=&zipcode=08043',
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=940, height=880, left=0, top=0')
}
function openNewWindow2() {
  popupWin = window.open('http://www.ncadd-middlesex.com/',
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=940, height=880, left=0, top=0')
}
function openNewWindowPDFdonation() {
  popupWin = window.open('http://www.cccada.org/wp-content/themes/cccada/Donation Form.pdf',
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=940, height=880, left=0, top=0')
}
function openNewWindowPDF() {
  popupWin = window.open('http://www.cccada.org/wp-content/themes/cccada/Registration Form.pdf',
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=940, height=880, left=0, top=0')
}