function popup(){
window.open('http://umass.edu/diningservices/gallery/index.php','win1','width=600,height=560,resizable')
}
function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}