/**********************************************************
* SFX (tm) Searchable A-Z title searching javascript file.
* Copyright Ex Libris, Inc.
* Version: $Id: locate.js,v 1.1 2005/11/30 08:15:18 dz_3 Exp $
***********************************************************/

//---------------------------------------------------------
function locate() {
//---------------------------------------------------------
// Submits the search form so it retreives all records that
// meet the search criteria.
//---------------------------------------------------------
    document.az_user_form.perform.value = 'locate';
    document.az_user_form.submit();
}

