/**
 * @author David Gorham
 */
var d=new Date();
var YEAR = " - " + d.getFullYear();

function popUp(winURL) {
    window.open(winURL,"openWin","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes");
}
function gallery(openURL) {
    window.open(openURL,"photo","scrollbars=yes,width=650,height=750");
}
function viewLargePic(theURL) {
    window.open(theURL,"viewPic","width=500,height=500");
}

