/**********************************************************
* SFX (tm) Searchable A-Z title searching javascript file.
* Copyright Ex Libris, Inc.
* Version: $Id: locate.js,v 1.3 2005/05/31 12:42:59 cvs_remote 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();
}

