#!/usr/bin/perl
# Search Carol Jackson fine art collection


$TITLE = 'Search CJFA';
$LOGO = '<a href="http://www.sai.msu.su/cjackson/"><img src="http://www.sai.msu.su/cjackson/xthumbs/cglogo.gif" height=50 border=0></a> ';

$PREFIX = 'c';
# where style.css and openfts_search.pl live
$DATADIR = '/u/megera/WWW/pgsql/data';
do $DATADIR .'/style.css';

# override default search form
$CSS .=<<EOF;
<style type="text/css">
<!-- 
#search_form td {
   background: #EEEEEE;
   color: black;
   border: none;
} 
//-->
</style>
EOF

#$CACHE = 'cache.cgi';
#$TOLERANCE = 0.2;
#$subselect = 1;
#$BODYREAD = 18192; # read $BODYREAD bytes of document
#$MAXLEN   = 150;   # annotation length
#$pp = 10;          # results per page 
$TITLE = '<H3 align="center">'.$TITLE.'</H3';


do $DATADIR .'/openfts_search.pl';
