/**
 *  DropDown Menu 
 *  dropmenu.js
 *
 *  lauri.tielinen@bnl.fi
 *  December 16, 2001
 */

function formHandler(){
var URL=document.GalleryForm.SelectGallery.options[document.GalleryForm.SelectGallery.selectedIndex].value
window.location.href=URL
}

