// ===========================================================================
//  glossarydef.js
// ===========================================================================

gGlossary = { };

gGlossary["dynamic searchable databases"] =
		"<font color='#005398'><b>Dynamic Searchable Databases</b></font><br>represent the Deep Web.  The Deep Web is made up of hundreds of thousands of publicly accessible databases and is approximately 500 times bigger than the surface Web.<p>At each Deep Web database, you enter a query and get back a Web page created dynamically (on-the-spot) specific to your search.  These dynamic Web pages are not linked since they didn't exist before your query and cease to exist after being sent to you &#151; the search engines can't see nor find them.";

gGlossary["Dynamic Searchable Databases"] = gGlossary["dynamic searchable databases"];