/* global javascript functions */
monName = new Array ("January ", "February ",
"March ", "April ", "May ", "June ", "July ", "August ", 
"September ", "October ", "November ", "December ")
now = new Date

/* monName = new Array ("JAN", "FEB",
"MAR", "APR", "MAY", "JUN", "JUL",
"AUG", "SEP", "OCT", "NOV", "DEC")
now = new Date */

function newWindow(ads) {
 popup = window.open(ads, "letter", "width=660,height=450,scrollbars=yes")
 popup.focus()
}

function historyWin(tapes) {
 popup = window.open(tapes, "FDNYOralHistories", "width=710,height=410,scrollbars=yes,resize=yes")
 popup.focus()
}
