/* *************************************************************
** SCHHAND.JS - JS Search Validation and Handler
** =============================================================
** To load this library in an HTML doc, put the following
** line in the doc's HEAD (before any other SCRIPT tags):
**
** <SCRIPT SRC="schHand.js" LANGUAGE="JavaScript"></SCRIPT>
**
** Author      Ver  Date     Comments
** ======      ===  ====     ========
** BluePrint   1.0  19/01/05 Basic Search Handler for 'search.php'
**
** Copyright 2005, BluePrint Web Designs
** Email: bluewebs@tpgi.com.au or call (+61) 2 65531918
** All rights reserved.
************************************************************* */

var msgNA='This function is not yet available.  Please try again shortly.';

function goSearch() {
 alert(msgNA);
 return false;
}

function goPartGroup() {
 alert(msgNA);
 return false;
}
