//
// Special javascript for use with the census directories:
//

// --------------------
// The following function is used to pop up a new window:

function popup(sURL)
  {
  newwindow = window.open( sURL,"census","scrollbars=yes,toolbar=no,menubar=no,status=no,resizable=yes,location=no,left=50,top=50,width=800, height=500")
 	newwindow.focus()
  }

// Last updated 21 Feb 2009.
