/**********************************************************
* SFX (tm) Searchable A-Z title searching javascript file.
* Copyright Ex Libris, Inc.
* Version: $Id: locate.js,v 1.2 2007/04/18 21:47:08 jl_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();
}

