 Title:       Lundin Site Search Applet
 Version:     1.1
 Copyright:   Copyright (c) 1998 Patrik Lundin
 Author:      Patrik Lundin
 Email :      patrik.lundin@ebox.tninet.se
 URL   :      http://user.tninet.se/~jml288p/

 Description: This is a site search applet, it follows links
              in a webpage and searches the pages it finds for the
              specified keywords.
 
 License:     Free for private non-commercial use, Companys and organizations must
	      pay $20 USD or 160 SKR after 10 days trial.
              Mail me for payment instructions, thoose who pay the license fee
              will be notified of changes, new releases and fixes.
	      Fixes will be available to paying customers for free, new versions will
	      be available to discount prices.

 Usage : 

 	     Put an applet tag like this one on your page :

 		<APPLET CODE="Search.class" WIDTH=325 HEIGHT=171>
 		<param name=firstpage value=index.html>
 		<param name=targetname value="_top">
 		<param name=maxhits value=20>
 		</APPLET>
		
	     None of the parameters are required, default values will be used
	     if no parameters are given.


 Parameters :


 firstpage     the page to start to search from, default index.html
               this page should contain links to all other pages since
               the applet searches by extracting links.
 targetname    the target for where search results should be loaded in
               when double clicked on. Default is the top window "_top"
 maxhits       the maximum number of hits, default 20.
 nofollow      	If set to true only the links specified on the firstpage
		will be searched in, no other links will be followed. Default false.
 linksonly	If true, report only the url when a hit is found, not the title
		of the page.

 labelfg       Top label foreground as hexadecimal value, default ffffff ( white )
 labelbg       Top label background as hexadecimal value, default 0000ff ( blue )
 appletbg      Main applet background as hexadecimal value, default 008080 ( darkgreen )
 textfieldbg   Texfield background as hexadecimal value, default 00a880 ( green )
 textfieldfg   Textfield foreground as hexadecimal value, default 000000 ( black )
 checkboxbg    Checkbox background as hexadecimal value, default 008080  ( darkgreen )
 checkboxfg    Checkbox foreground  as hexadecimal value, default 000000 ( black )
 buttonbg      Button background as hexadecimal value, default cccccc ( lightGray )
 buttonfg      Button foreground  as hexadecimal value, default 0000ff ( blue )
 listbg        List background as hexadecimal value, default cccccc ( lightGray )
 listfg        List foreground as hexadecimal value, default 0000ff ( blue )
