// Imagery Global JavaScript Include
// (C) 2003 Jonathan Kay

var dbnumber = new Number

function sortit(list){
   var URL = list.options[list.selectedIndex].value;
   window.location.href = URL;
}

function openimage(dbnumber) {
   window.open("/imagery/viewer.aspx?img=" +dbnumber,"image","toolbar=no,menubar=no,status=yes,resizable=yes");
}

