//setMap - initializes values for display of map page - orig_map.htm
//
// winname - string -- window name - usually the name of the basenji
//
// setMap("window");

function setMap(winname) {
    //open map window
    window.open('orig_map.htm',winname,'height=398,width=528,directories=no,location=no,menubar=no,resizable=no,status=no');
}